Home
last modified time | relevance | path

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

/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3213 CodeGenFunction::OMPCancelStackRAII CancelRegion(CGF, S.getDirectiveKind(), emitInnerParallelForWhenCombined() local
3838 CodeGenFunction::OMPCancelStackRAII CancelRegion( emitWorksharingDirective() local
3849 CodeGenFunction::OMPCancelStackRAII CancelRegion( emitWorksharingDirective() local
3861 CodeGenFunction::OMPCancelStackRAII CancelRegion(CGF, S.getDirectiveKind(), emitWorksharingDirective() local
4135 OMPCancelStackRAII CancelRegion(*this, S.getDirectiveKind(), HasCancel); EmitSections() local
7567 CodeGenFunction::OMPCancelStackRAII CancelRegion( emitTargetParallelForRegion() local
8084 CodeGenFunction::OMPCancelStackRAII CancelRegion( emitTargetParallelGenericLoopRegion() local
H A DCGOpenMPRuntime.cpp5694 getCancellationKind(OpenMPDirectiveKind CancelRegion) getCancellationKind() argument
5711 emitCancellationPointCall(CodeGenFunction & CGF,SourceLocation Loc,OpenMPDirectiveKind CancelRegion) emitCancellationPointCall() argument
5751 emitCancelCall(CodeGenFunction & CGF,SourceLocation Loc,const Expr * IfCond,OpenMPDirectiveKind CancelRegion) emitCancelCall() argument
12161 emitCancellationPointCall(CodeGenFunction & CGF,SourceLocation Loc,OpenMPDirectiveKind CancelRegion) emitCancellationPointCall() argument
12167 emitCancelCall(CodeGenFunction & CGF,SourceLocation Loc,const Expr * IfCond,OpenMPDirectiveKind CancelRegion) emitCancelCall() argument
[all...]
/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
/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3616 OpenMPDirectiveKind CancelRegion = llvm::omp::OMPD_unknown; global() variable
3674 OpenMPDirectiveKind CancelRegion = llvm::omp::OMPD_unknown; global() variable
/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp192 bool CancelRegion = false; global() member
4763 checkCancelRegion(Sema & SemaRef,OpenMPDirectiveKind CurrentRegion,OpenMPDirectiveKind CancelRegion,SourceLocation StartLoc) checkCancelRegion() argument
4781 checkNestingOfRegions(Sema & SemaRef,const DSAStackTy * Stack,OpenMPDirectiveKind CurrentRegion,const DeclarationNameInfo & CurrentName,OpenMPDirectiveKind CancelRegion,OpenMPBindClauseKind BindKind,SourceLocation StartLoc) checkNestingOfRegions() argument
5993 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
6082 ActOnOpenMPExecutableDirective(OpenMPDirectiveKind Kind,const DeclarationNameInfo & DirName,OpenMPDirectiveKind CancelRegion,ArrayRef<OMPClause * > Clauses,Stmt * AStmt,SourceLocation StartLoc,SourceLocation EndLoc,OpenMPDirectiveKind PrevMappedDirective) ActOnOpenMPExecutableDirective() argument
13143 ActOnOpenMPCancellationPointDirective(SourceLocation StartLoc,SourceLocation EndLoc,OpenMPDirectiveKind CancelRegion) ActOnOpenMPCancellationPointDirective() argument
13158 ActOnOpenMPCancelDirective(ArrayRef<OMPClause * > Clauses,SourceLocation StartLoc,SourceLocation EndLoc,OpenMPDirectiveKind CancelRegion) ActOnOpenMPCancelDirective() argument
[all...]
H A DTreeTransform.h9167 OpenMPDirectiveKind CancelRegion = OMPD_unknown; TransformOMPExecutableDirective() local
/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2427 OpenMPDirectiveKind CancelRegion = OMPD_unknown; ParseOpenMPExecutableDirective() local