Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DOpenMPKinds.def24 #ifndef OPENMP_PARALLEL_CLAUSE
25 # define OPENMP_PARALLEL_CLAUSE(Name)
235 OPENMP_PARALLEL_CLAUSE(if)
236 OPENMP_PARALLEL_CLAUSE(num_threads)
237 OPENMP_PARALLEL_CLAUSE(default)
238 OPENMP_PARALLEL_CLAUSE(proc_bind)
239 OPENMP_PARALLEL_CLAUSE(private)
240 OPENMP_PARALLEL_CLAUSE(firstprivate)
241 OPENMP_PARALLEL_CLAUSE(shared)
242 OPENMP_PARALLEL_CLAUSE(reduction)
[all …]
/external/clang/lib/Basic/
DOpenMPKinds.cpp320 #define OPENMP_PARALLEL_CLAUSE(Name) \ in isAllowedClauseForDirective() macro