/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 3213 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 D | CGOpenMPRuntime.cpp | 5694 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 D | StmtOpenMP.cpp | 825 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 D | StmtOpenMP.h | 3616 OpenMPDirectiveKind CancelRegion = llvm::omp::OMPD_unknown; global() variable 3674 OpenMPDirectiveKind CancelRegion = llvm::omp::OMPD_unknown; global() variable
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 192 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 D | TreeTransform.h | 9167 OpenMPDirectiveKind CancelRegion = OMPD_unknown; TransformOMPExecutableDirective() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 2427 OpenMPDirectiveKind CancelRegion = OMPD_unknown; ParseOpenMPExecutableDirective() local
|