Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDOpenMPKinds.def176 #ifndef OPENMP_TARGET_TEAMS_CLAUSE
177 #define OPENMP_TARGET_TEAMS_CLAUSE(Name)
928 OPENMP_TARGET_TEAMS_CLAUSE(if)
929 OPENMP_TARGET_TEAMS_CLAUSE(device)
930 OPENMP_TARGET_TEAMS_CLAUSE(map)
931 OPENMP_TARGET_TEAMS_CLAUSE(private)
932 OPENMP_TARGET_TEAMS_CLAUSE(nowait)
933 OPENMP_TARGET_TEAMS_CLAUSE(depend)
934 OPENMP_TARGET_TEAMS_CLAUSE(defaultmap)
935 OPENMP_TARGET_TEAMS_CLAUSE(firstprivate)
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
HDOpenMPKinds.cpp860 #define OPENMP_TARGET_TEAMS_CLAUSE(Name) \ in isAllowedClauseForDirective() macro