Searched defs:DKind (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Basic/ |
D | OpenMPKinds.cpp | 165 bool clang::isAllowedClauseForDirective(OpenMPDirectiveKind DKind, in isAllowedClauseForDirective() 249 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopDirective() 254 bool clang::isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind) { in isOpenMPWorksharingDirective() 260 bool clang::isOpenMPParallelDirective(OpenMPDirectiveKind DKind) { in isOpenMPParallelDirective() 265 bool clang::isOpenMPSimdDirective(OpenMPDirectiveKind DKind) { in isOpenMPSimdDirective()
|
/external/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 30 auto DKind = in ParseOpenMPDirectiveKind() local 62 auto DKind = ParseOpenMPDirectiveKind(*this); in ParseOpenMPDeclarativeDirective() local 121 auto DKind = ParseOpenMPDirectiveKind(*this); in ParseOpenMPDeclarativeOrExecutableDirective() local 299 OMPClause *Parser::ParseOpenMPClause(OpenMPDirectiveKind DKind, in ParseOpenMPClause()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 68 OpenMPDirectiveKind DKind; member 121 void push(OpenMPDirectiveKind DKind, const DeclarationNameInfo &DirName, in push() 476 void Sema::StartOpenMPDSABlock(OpenMPDirectiveKind DKind, in StartOpenMPDSABlock() 849 OpenMPDirectiveKind DKind = Stack->getCurrentDirective(); in VisitDeclRefExpr() local 913 void Sema::ActOnOpenMPRegionStart(OpenMPDirectiveKind DKind, Scope *CurScope) { in ActOnOpenMPRegionStart() 1588 OpenMPDirectiveKind DKind, Stmt *S, Sema &SemaRef, DSAStackTy &DSA, in CheckOpenMPIterationSpace() 1719 CheckOpenMPLoop(OpenMPDirectiveKind DKind, Expr *NestedLoopCountExpr, in CheckOpenMPLoop()
|