Home
last modified time | relevance | path

Searched defs:CancelRegion (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3231 CodeGenFunction::OMPCancelStackRAII CancelRegion(CGF, S.getDirectiveKind(), in emitInnerParallelForWhenCombined() local
3856 CodeGenFunction::OMPCancelStackRAII CancelRegion( in emitWorksharingDirective() local
3867 CodeGenFunction::OMPCancelStackRAII CancelRegion( in emitWorksharingDirective() local
3879 CodeGenFunction::OMPCancelStackRAII CancelRegion(CGF, S.getDirectiveKind(), in emitWorksharingDirective() local
4153 OMPCancelStackRAII CancelRegion(*this, S.getDirectiveKind(), HasCancel); in EmitSections() local
7585 CodeGenFunction::OMPCancelStackRAII CancelRegion( in emitTargetParallelForRegion() local
8102 CodeGenFunction::OMPCancelStackRAII CancelRegion( in emitTargetParallelGenericLoopRegion() local
H A DCGOpenMPRuntime.cpp5699 static RTCancelKind getCancellationKind(OpenMPDirectiveKind CancelRegion) { in getCancellationKind()
5716 OpenMPDirectiveKind CancelRegion) { in emitCancellationPointCall()
5756 OpenMPDirectiveKind CancelRegion) { in emitCancelCall()
12172 OpenMPDirectiveKind CancelRegion) { in emitCancellationPointCall()
12178 OpenMPDirectiveKind CancelRegion) { in emitCancelCall()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp863 OpenMPDirectiveKind CancelRegion) { in Create()
877 OpenMPDirectiveKind CancelRegion) { in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3617 OpenMPDirectiveKind CancelRegion = llvm::omp::OMPD_unknown; variable
3675 OpenMPDirectiveKind CancelRegion = llvm::omp::OMPD_unknown; variable
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2427 OpenMPDirectiveKind CancelRegion = OMPD_unknown; in ParseOpenMPExecutableDirective() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp193 bool CancelRegion = false; member
4766 OpenMPDirectiveKind CancelRegion, in checkCancelRegion()
4784 OpenMPDirectiveKind CancelRegion, in checkNestingOfRegions()
5989 const DeclarationNameInfo &DirName, OpenMPDirectiveKind CancelRegion) { in mapLoopConstruct()
6078 OpenMPDirectiveKind CancelRegion, ArrayRef<OMPClause *> Clauses, in ActOnOpenMPExecutableDirective()
13146 OpenMPDirectiveKind CancelRegion) { in ActOnOpenMPCancellationPointDirective()
13161 SourceLocation EndLoc, OpenMPDirectiveKind CancelRegion) { in ActOnOpenMPCancelDirective()
H A DTreeTransform.h9176 OpenMPDirectiveKind CancelRegion = OMPD_unknown; in TransformOMPExecutableDirective() local