Searched refs:omp_ipr_fr_id (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/test/OpenMP/ |
H A D | interop_codegen.cpp | 11 #define omp_ipr_fr_id -1 macro 27 int id = (int )omp_get_interop_int(obj1, omp_ipr_fr_id, NULL); in main() 28 int id1 = (int )omp_get_interop_int(obj2, omp_ipr_fr_id, NULL); in main() 31 int id2 = (int )omp_get_interop_int(i1, omp_ipr_fr_id, NULL); in main() 32 int id3 = (int )omp_get_interop_int(i2, omp_ipr_fr_id, NULL); in main()
|
/llvm-project/offload/src/OpenMP/ |
H A D | InteropAPI.cpp | 32 case omp_ipr_fr_id: in getPropertyErrorType() 85 case omp_ipr_fr_id: in getProperty() 102 case omp_ipr_fr_id: in getProperty()
|
/llvm-project/offload/include/OpenMP/ |
H A D | omp.h | 58 omp_ipr_fr_id = -1, enumerator
|
/llvm-project/openmp/runtime/src/include/ |
H A D | omp.h.var | 163 omp_ipr_fr_id = -1,
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_ftn_entry.h | 1524 omp_ipr_fr_id = -1, 1522 omp_ipr_fr_id = -1, global() enumerator
|