Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DOpenMPKinds.def48 #ifndef OPENMP_PARALLEL_SECTIONS_CLAUSE
49 # define OPENMP_PARALLEL_SECTIONS_CLAUSE(Name)
371 OPENMP_PARALLEL_SECTIONS_CLAUSE(if)
372 OPENMP_PARALLEL_SECTIONS_CLAUSE(num_threads)
373 OPENMP_PARALLEL_SECTIONS_CLAUSE(default)
374 OPENMP_PARALLEL_SECTIONS_CLAUSE(proc_bind)
375 OPENMP_PARALLEL_SECTIONS_CLAUSE(private)
376 OPENMP_PARALLEL_SECTIONS_CLAUSE(firstprivate)
377 OPENMP_PARALLEL_SECTIONS_CLAUSE(shared)
378 OPENMP_PARALLEL_SECTIONS_CLAUSE(reduction)
[all …]
/external/clang/lib/Basic/
DOpenMPKinds.cpp400 #define OPENMP_PARALLEL_SECTIONS_CLAUSE(Name) \ in isAllowedClauseForDirective() macro