Home
last modified time | relevance | path

Searched refs:CONDITIONAL (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/OpenMP/
H A Dsections_lastprivate_codegen.cpp28 #define CONDITIONAL conditional : macro
30 #define CONDITIONAL macro
138 #pragma omp sections lastprivate(CONDITIONAL A::x, B::x) in main()
H A Dfor_lastprivate_codegen.cpp28 #define CONDITIONAL conditional : macro
30 #define CONDITIONAL macro
277 #pragma omp for allocate(omp_const_mem_alloc :cnt) lastprivate(cnt) lastprivate(CONDITIONAL f) in main()
H A Dsimd_codegen.cpp21 #define CONDITIONAL conditional : macro
23 #define CONDITIONAL macro
223 #pragma omp simd lastprivate(CONDITIONAL A) in simple()