|
clang
3.8.0
|
#include <CGOpenMPRuntime.h>
Public Attributes | |
| *kmp_int32 | flags |
| Describes ident structure that describes a source location. More... | |
| *kmp_int32 | reserved_2 |
| not really used in Fortran any more; see above More... | |
| *if USE_ITT_BUILD ***endif *kmp_int32 | reserved_3 |
| source[4] in Fortran, do not use for C++ More... | |
| *char const * | psource |
| String describing the source location. More... | |
Definition at line 49 of file CGOpenMPRuntime.h.
| * kmp_int32 clang::CodeGen::CGOpenMPRuntime::flags |
Describes ident structure that describes a source location.
All descriptions are taken from http://llvm.org/svn/llvm-project/openmp/trunk/runtime/src/kmp.h Original structure: typedef struct ident { kmp_int32 reserved_1; /**< might be used in Fortran; see above also f.flags; KMP_IDENT_xxx flags; KMP_IDENT_KMPC identifies this union member
Definition at line 213 of file CGOpenMPRuntime.h.
| * char const* clang::CodeGen::CGOpenMPRuntime::psource |
String describing the source location.
The string is composed of semi-colon separated
Definition at line 225 of file CGOpenMPRuntime.h.
| * kmp_int32 clang::CodeGen::CGOpenMPRuntime::reserved_2 |
not really used in Fortran any more; see above
Definition at line 216 of file CGOpenMPRuntime.h.
| * if USE_ITT_BUILD* * * endif* kmp_int32 clang::CodeGen::CGOpenMPRuntime::reserved_3 |
source[4] in Fortran, do not use for C++
Definition at line 223 of file CGOpenMPRuntime.h.
1.8.6