Searched defs:DKind (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp438 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { argument
460 isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind) argument
475 isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind) argument
482 isOpenMPParallelDirective(OpenMPDirectiveKind DKind) argument
498 isOpenMPTargetExecutionDirective(OpenMPDirectiveKind DKind) argument
508 isOpenMPTargetDataManagementDirective(OpenMPDirectiveKind DKind) argument
513 isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind) argument
520 isOpenMPTeamsDirective(OpenMPDirectiveKind DKind) argument
528 isOpenMPSimdDirective(OpenMPDirectiveKind DKind) argument
584 getOpenMPCaptureRegions( SmallVectorImpl<OpenMPDirectiveKind> &CaptureRegions, OpenMPDirectiveKind DKind) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp67 OpenMPDirectiveKind DKind = OMPD_unknown; member in struct:__anon2086::DSAStackTy::DSAVarData
74 DSAVarData(OpenMPDirectiveKind DKind, OpenMPClauseKind CKind, argument
187 SharingMapTy(OpenMPDirectiveKind DKind, DeclarationNameInfo Name, argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp735 OpenMPDirectiveKind DKind = NestedDir->getDirectiveKind(); local
[all...]
H A DCGOpenMPRuntime.cpp8787 OpenMPDirectiveKind DKind = NestedDir->getDirectiveKind(); local
2732 emitForStaticInit(CodeGenFunction &CGF, SourceLocation Loc, OpenMPDirectiveKind DKind, const OpenMPScheduleTy &ScheduleKind, const StaticRTInput &Values) argument
2769 emitForStaticFinish(CodeGenFunction &CGF, SourceLocation Loc, OpenMPDirectiveKind DKind) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp92 OpenMPDirectiveKindExWrapper DKind = getOpenMPDirectiveKind(S); local
173 OpenMPDirectiveKindExWrapper DKind = local
1576 void Parser::skipUntilPragmaOpenMPEnd(OpenMPDirectiveKind DKind) { argument
1610 ParseOMPEndDeclareTargetDirective(OpenMPDirectiveKind DKind, SourceLocation DKLoc) argument
1656 OpenMPDirectiveKind DKind; local
2073 OpenMPDirectiveKind DKind = parseOpenMPDirectiveKind(*this); local
2436 ParseOpenMPUsesAllocatorClause(OpenMPDirectiveKind DKind) argument
2499 ParseOpenMPClause(OpenMPDirectiveKind DKind, OpenMPClauseKind CKind, bool FirstClause) argument
2852 ParseOpenMPSingleExprWithArgClause(OpenMPDirectiveKind DKind, OpenMPClauseKind Kind, bool ParseOnly) argument
3274 ParseOpenMPVarList(OpenMPDirectiveKind DKind, OpenMPClauseKind Kind, SmallVectorImpl<Expr *> &Vars, OpenMPVarListDataTy &Data) argument
3610 ParseOpenMPVarListClause(OpenMPDirectiveKind DKind, OpenMPClauseKind Kind, bool ParseOnly) argument
[all...]

Completed in 133 milliseconds