Searched refs:OMP_IDENT_FLAG (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPConstants.h | 74 #define OMP_IDENT_FLAG(Enum, Str, Value) Enum = Value, macro 79 #define OMP_IDENT_FLAG(Enum, ...) constexpr auto Enum = omp::IdentFlag::Enum; macro
|
D | OMPKinds.def | 996 #ifndef OMP_IDENT_FLAG 997 #define OMP_IDENT_FLAG(Enum, Str, Value) 1001 OMP_IDENT_FLAG(OMP_IDENT_FLAG_##Name, #Name, Value) 1013 #undef OMP_IDENT_FLAG
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPConstants.h | 65 #define OMP_IDENT_FLAG(Enum, Str, Value) Enum = Value, macro 70 #define OMP_IDENT_FLAG(Enum, ...) constexpr auto Enum = omp::IdentFlag::Enum; macro
|
D | OMPKinds.def | 227 #ifndef OMP_IDENT_FLAG 228 #define OMP_IDENT_FLAG(Enum, Str, Value) 232 OMP_IDENT_FLAG(OMP_IDENT_FLAG_##Name, #Name, Value) 244 #undef OMP_IDENT_FLAG
|