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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp60 OpenMPDirectiveKind DKind = OMPD_unknown; member in struct:__anon3206::DSAStackTy::DSAVarData
66 DSAVarData(OpenMPDirectiveKind DKind, OpenMPClauseKind CKind, argument
161 SharingMapTy(OpenMPDirectiveKind DKind, DeclarationNameInfo Name, argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp438 bool clang::isAllowedClauseForDirective(OpenMPDirectiveKind DKind, argument
965 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { argument
987 isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind) argument
1002 isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind) argument
1009 isOpenMPParallelDirective(OpenMPDirectiveKind DKind) argument
1025 isOpenMPTargetExecutionDirective(OpenMPDirectiveKind DKind) argument
1035 isOpenMPTargetDataManagementDirective(OpenMPDirectiveKind DKind) argument
1040 isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind) argument
1047 isOpenMPTeamsDirective(OpenMPDirectiveKind DKind) argument
1055 isOpenMPSimdDirective(OpenMPDirectiveKind DKind) argument
1111 getOpenMPCaptureRegions( SmallVectorImpl<OpenMPDirectiveKind> &CaptureRegions, OpenMPDirectiveKind DKind) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp735 OpenMPDirectiveKind DKind = NestedDir->getDirectiveKind(); local
[all...]
H A DCGOpenMPRuntime.cpp8705 OpenMPDirectiveKind DKind = NestedDir->getDirectiveKind(); local
3758 emitForStaticInit(CodeGenFunction &CGF, SourceLocation Loc, OpenMPDirectiveKind DKind, const OpenMPScheduleTy &ScheduleKind, const StaticRTInput &Values) argument
3794 emitForStaticFinish(CodeGenFunction &CGF, SourceLocation Loc, OpenMPDirectiveKind DKind) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp86 OpenMPDirectiveKindExWrapper DKind = getOpenMPDirectiveKind(S); local
163 OpenMPDirectiveKindExWrapper DKind = local
1292 void Parser::ParseOMPEndDeclareTargetDirective(OpenMPDirectiveKind DKind, argument
1345 OpenMPDirectiveKind DKind; local
1717 OpenMPDirectiveKind DKind = parseOpenMPDirectiveKind(*this); local
2089 ParseOpenMPClause(OpenMPDirectiveKind DKind, OpenMPClauseKind CKind, bool FirstClause) argument
2688 ParseOpenMPVarList(OpenMPDirectiveKind DKind, OpenMPClauseKind Kind, SmallVectorImpl<Expr *> &Vars, OpenMPVarListDataTy &Data) argument
2979 ParseOpenMPVarListClause(OpenMPDirectiveKind DKind, OpenMPClauseKind Kind, bool ParseOnly) argument
[all...]

Completed in 101 milliseconds