Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDOpenMPKinds.def167 #ifndef OPENMP_TEAMS_DISTRIBUTE_SIMD_CLAUSE
168 #define OPENMP_TEAMS_DISTRIBUTE_SIMD_CLAUSE(Name)
869 OPENMP_TEAMS_DISTRIBUTE_SIMD_CLAUSE(default)
870 OPENMP_TEAMS_DISTRIBUTE_SIMD_CLAUSE(private)
871 OPENMP_TEAMS_DISTRIBUTE_SIMD_CLAUSE(firstprivate)
872 OPENMP_TEAMS_DISTRIBUTE_SIMD_CLAUSE(shared)
873 OPENMP_TEAMS_DISTRIBUTE_SIMD_CLAUSE(reduction)
874 OPENMP_TEAMS_DISTRIBUTE_SIMD_CLAUSE(num_teams)
875 OPENMP_TEAMS_DISTRIBUTE_SIMD_CLAUSE(thread_limit)
876 OPENMP_TEAMS_DISTRIBUTE_SIMD_CLAUSE(lastprivate)
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
HDOpenMPKinds.cpp830 #define OPENMP_TEAMS_DISTRIBUTE_SIMD_CLAUSE(Name) \ in isAllowedClauseForDirective() macro