Snitch Runtime
Loading...
Searching...
No Matches
ident Struct Reference

Public Attributes

kmp_int32 reserved_1
 
kmp_int32 flags
 
kmp_int32 reserved_2
 
kmp_int32 reserved_3
 
char const * psource
 

Member Data Documentation

◆ flags

kmp_int32 ident::flags

also f.flags; KMP_IDENT_xxx flags; KMP_IDENT_KMPC identifies this union member

◆ psource

char const * ident::psource

String describing the source location. The string is composed of semi-colon separated fields which describe the source file, the function and a pair of line numbers that delimit the construct.

◆ reserved_1

kmp_int32 ident::reserved_1

might be used in Fortran; see above

◆ reserved_2

kmp_int32 ident::reserved_2

not really used in Fortran any more; see above

◆ reserved_3

kmp_int32 ident::reserved_3

source[4] in Fortran, do not use for C++


The documentation for this struct was generated from the following files: