Searched refs:OMP_CANCEL_KIND (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPKinds.def | 252 #ifndef OMP_CANCEL_KIND 253 #define OMP_CANCEL_KIND(Enum, Str, DirectiveEnum, Value) 257 OMP_CANCEL_KIND(OMP_CANCEL_KIND_##Name, #Name, OMPD_##Name, Value) 265 #undef OMP_CANCEL_KIND
|
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPKinds.def | 1021 #ifndef OMP_CANCEL_KIND 1022 #define OMP_CANCEL_KIND(Enum, Str, DirectiveEnum, Value) 1026 OMP_CANCEL_KIND(OMP_CANCEL_KIND_##Name, #Name, OMPD_##Name, Value) 1034 #undef OMP_CANCEL_KIND
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/ |
D | OMPIRBuilder.cpp | 243 #define OMP_CANCEL_KIND(Enum, Str, DirectiveEnum, Value) \ in CreateCancel() macro
|
/external/llvm-project/llvm/lib/Frontend/OpenMP/ |
D | OMPIRBuilder.cpp | 364 #define OMP_CANCEL_KIND(Enum, Str, DirectiveEnum, Value) \ in createCancel() macro
|