Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3186 CodeGenFunction::OMPCancelStackRAII CancelRegion(CGF, S.getDirectiveKind(), emitInnerParallelForWhenCombined() local
3811 CodeGenFunction::OMPCancelStackRAII CancelRegion( emitWorksharingDirective() local
3822 CodeGenFunction::OMPCancelStackRAII CancelRegion( emitWorksharingDirective() local
3834 CodeGenFunction::OMPCancelStackRAII CancelRegion(CGF, S.getDirectiveKind(), emitWorksharingDirective() local
4108 OMPCancelStackRAII CancelRegion(*this, S.getDirectiveKind(), HasCancel); EmitSections() local
7513 CodeGenFunction::OMPCancelStackRAII CancelRegion( emitTargetParallelForRegion() local
7980 CodeGenFunction::OMPCancelStackRAII CancelRegion( emitTargetParallelGenericLoopRegion() local
H A DCGOpenMPRuntime.cpp5701 if (CancelRegion == OMPD_parallel) in emitCancellationPointCall() argument
5684 getCancellationKind(OpenMPDirectiveKind CancelRegion) getCancellationKind() argument
5741 emitCancelCall(CodeGenFunction & CGF,SourceLocation Loc,const Expr * IfCond,OpenMPDirectiveKind CancelRegion) emitCancelCall() argument
12137 emitCancellationPointCall(CodeGenFunction & CGF,SourceLocation Loc,OpenMPDirectiveKind CancelRegion) emitCancellationPointCall() argument
12143 emitCancelCall(CodeGenFunction & CGF,SourceLocation Loc,const Expr * IfCond,OpenMPDirectiveKind CancelRegion) emitCancelCall() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp825 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation EndLoc,OpenMPDirectiveKind CancelRegion) Create() argument
839 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation EndLoc,ArrayRef<OMPClause * > Clauses,OpenMPDirectiveKind CancelRegion) Create() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3613 OpenMPDirectiveKind CancelRegion = llvm::omp::OMPD_unknown; global() variable
3671 OpenMPDirectiveKind CancelRegion = llvm::omp::OMPD_unknown; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp188 bool CancelRegion = false; global() member
4981 checkCancelRegion(Sema & SemaRef,OpenMPDirectiveKind CurrentRegion,OpenMPDirectiveKind CancelRegion,SourceLocation StartLoc) checkCancelRegion() argument
4999 checkNestingOfRegions(Sema & SemaRef,const DSAStackTy * Stack,OpenMPDirectiveKind CurrentRegion,const DeclarationNameInfo & CurrentName,OpenMPDirectiveKind CancelRegion,OpenMPBindClauseKind BindKind,SourceLocation StartLoc) checkNestingOfRegions() argument
6144 mapLoopConstruct(llvm::SmallVector<OMPClause * > & ClausesWithoutBind,ArrayRef<OMPClause * > Clauses,OpenMPBindClauseKind & BindKind,OpenMPDirectiveKind & Kind,OpenMPDirectiveKind & PrevMappedDirective,SourceLocation StartLoc,SourceLocation EndLoc,const DeclarationNameInfo & DirName,OpenMPDirectiveKind CancelRegion) mapLoopConstruct() argument
6228 ActOnOpenMPExecutableDirective(OpenMPDirectiveKind Kind,const DeclarationNameInfo & DirName,OpenMPDirectiveKind CancelRegion,ArrayRef<OMPClause * > Clauses,Stmt * AStmt,SourceLocation StartLoc,SourceLocation EndLoc,OpenMPDirectiveKind PrevMappedDirective) ActOnOpenMPExecutableDirective() argument
13572 ActOnOpenMPCancellationPointDirective(SourceLocation StartLoc,SourceLocation EndLoc,OpenMPDirectiveKind CancelRegion) ActOnOpenMPCancellationPointDirective() argument
13588 ActOnOpenMPCancelDirective(ArrayRef<OMPClause * > Clauses,SourceLocation StartLoc,SourceLocation EndLoc,OpenMPDirectiveKind CancelRegion) ActOnOpenMPCancelDirective() argument
[all...]
H A DTreeTransform.h8869 OpenMPDirectiveKind CancelRegion = OMPD_unknown; TransformOMPExecutableDirective() local
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2513 OpenMPDirectiveKind CancelRegion = OMPD_unknown; ParseOpenMPDeclarativeOrExecutableDirective() local