Home
last modified time | relevance | path

Searched refs:OPENMP_PARALLEL_FOR_SIMD_CLAUSE (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
DOpenMPKinds.def45 #ifndef OPENMP_PARALLEL_FOR_SIMD_CLAUSE
46 # define OPENMP_PARALLEL_FOR_SIMD_CLAUSE(Name)
352 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(if)
353 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(num_threads)
354 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(default)
355 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(proc_bind)
356 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(private)
357 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(firstprivate)
358 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(shared)
359 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(reduction)
[all …]
/external/clang/lib/Basic/
DOpenMPKinds.cpp390 #define OPENMP_PARALLEL_FOR_SIMD_CLAUSE(Name) \ in isAllowedClauseForDirective() macro