Searched refs:OMP_PROC_BIND_KIND (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPConstants.h | 54 #define OMP_PROC_BIND_KIND(Enum, Str, Value) Enum = Value, macro 58 #define OMP_PROC_BIND_KIND(Enum, ...) \ macro
|
D | OMPKinds.def | 273 #ifndef OMP_PROC_BIND_KIND 274 #define OMP_PROC_BIND_KIND(Enum, Str, Value) 278 OMP_PROC_BIND_KIND(OMP_PROC_BIND_##Name, #Name, Value) 287 #undef OMP_PROC_BIND_KIND
|
/external/llvm-project/clang/lib/Basic/ |
D | OpenMPKinds.cpp | 33 #define OMP_PROC_BIND_KIND(Enum, Name, Value) .Case(Name, Value) in getOpenMPSimpleClauseType() macro 203 #define OMP_PROC_BIND_KIND(Enum, Name, Value) \ in getOpenMPSimpleClauseTypeName() macro
|
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPKinds.def | 1062 #ifndef OMP_PROC_BIND_KIND 1063 #define OMP_PROC_BIND_KIND(Enum, Str, Value) 1067 OMP_PROC_BIND_KIND(OMP_PROC_BIND_##Name, #Name, Value) 1076 #undef OMP_PROC_BIND_KIND
|