Searched refs:OMPC_uniform (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h70 OMPC_uniform, enumerator in enum:clang::OpenMPClauseKind
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTTypeTraits.cpp119 case OMPC_uniform:
H A DOpenMPClause.cpp46 case OMPC_uniform:
127 case OMPC_uniform:
206 case OMPC_uniform:
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp76 .Case("uniform", OMPC_uniform)
91 case OMPC_uniform:
222 case OMPC_uniform:
424 case OMPC_uniform:
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4933 case OMPC_uniform:
5157 << getOpenMPClauseName(OMPC_uniform) << E->getSourceRange();
5160 << getOpenMPClauseName(OMPC_uniform);
5177 << getOpenMPClauseName(IsUniformedThis ? OMPC_uniform : OMPC_linear)
5180 << getOpenMPClauseName(IsUniformedThis ? OMPC_uniform
10779 case OMPC_uniform:
11490 case OMPC_uniform:
11914 case OMPC_uniform:
12094 case OMPC_uniform:
12310 case OMPC_uniform
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp733 if (CKind == OMPC_uniform || CKind == OMPC_aligned ||
2245 case OMPC_uniform:
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h2950 case OMPC_uniform:
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4307 case OMPC_uniform:

Completed in 262 milliseconds