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

/external/clang/include/clang/Basic/
H A DOpenMPKinds.h38 OMPC_uniform, enumerator in enum:clang::OpenMPClauseKind
/external/clang/lib/Basic/
H A DOpenMPKinds.cpp58 .Case("uniform", OMPC_uniform)
71 case OMPC_uniform:
164 case OMPC_uniform:
303 case OMPC_uniform:
/external/clang/lib/AST/
H A DOpenMPClause.cpp89 case OMPC_uniform:
154 case OMPC_uniform:
/external/clang/lib/Parse/
H A DParseOpenMP.cpp458 if (CKind == OMPC_uniform || CKind == OMPC_aligned ||
1200 case OMPC_uniform:
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp3789 << getOpenMPClauseName(OMPC_uniform) << E->getSourceRange();
3792 << getOpenMPClauseName(OMPC_uniform);
3809 << getOpenMPClauseName(IsUniformedThis ? OMPC_uniform : OMPC_linear)
3812 << getOpenMPClauseName(IsUniformedThis ? OMPC_uniform
7323 case OMPC_uniform:
7611 case OMPC_uniform:
7766 case OMPC_uniform:
7955 case OMPC_uniform:
8117 case OMPC_uniform:
/external/clang/include/clang/AST/
H A DRecursiveASTVisitor.h2588 case OMPC_uniform:
/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3198 case OMPC_uniform:

Completed in 1138 milliseconds