Searched defs:CancelRegion (Results 1 – 13 of 13) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 791 OpenMPDirectiveKind CancelRegion = OMPD_unknown; in ParseOpenMPDeclarativeOrExecutableDirective() local
|
/external/clang/lib/AST/ |
D | StmtOpenMP.cpp | 566 OpenMPDirectiveKind CancelRegion) { in Create() 587 OpenMPDirectiveKind CancelRegion) { in Create()
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 2448 OpenMPDirectiveKind CancelRegion; variable 2506 OpenMPDirectiveKind CancelRegion; variable
|
/external/llvm-project/clang/lib/AST/ |
D | StmtOpenMP.cpp | 615 OpenMPDirectiveKind CancelRegion) { in Create() 629 OpenMPDirectiveKind CancelRegion) { in Create()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 2790 CodeGenFunction::OMPCancelStackRAII CancelRegion(CGF, S.getDirectiveKind(), in emitInnerParallelForWhenCombined() local 3324 CodeGenFunction::OMPCancelStackRAII CancelRegion( in emitWorksharingDirective() local 3335 CodeGenFunction::OMPCancelStackRAII CancelRegion( in emitWorksharingDirective() local 3343 CodeGenFunction::OMPCancelStackRAII CancelRegion(CGF, S.getDirectiveKind(), in emitWorksharingDirective() local 3534 OMPCancelStackRAII CancelRegion(*this, S.getDirectiveKind(), HasCancel); in EmitSections() local 6311 CodeGenFunction::OMPCancelStackRAII CancelRegion( in emitTargetParallelForRegion() local
|
D | CGOpenMPRuntime.cpp | 6226 static RTCancelKind getCancellationKind(OpenMPDirectiveKind CancelRegion) { in getCancellationKind() 6243 OpenMPDirectiveKind CancelRegion) { in emitCancellationPointCall() 6280 OpenMPDirectiveKind CancelRegion) { in emitCancelCall() 12628 OpenMPDirectiveKind CancelRegion) { in emitCancellationPointCall() 12634 OpenMPDirectiveKind CancelRegion) { in emitCancelCall()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 103 bool CancelRegion = false; member 1869 OpenMPDirectiveKind CancelRegion, in CheckNestingOfRegions() 3381 OpenMPDirectiveKind CancelRegion, ArrayRef<OMPClause *> Clauses, in ActOnOpenMPExecutableDirective() 6919 OpenMPDirectiveKind CancelRegion) { in ActOnOpenMPCancellationPointDirective() 6941 OpenMPDirectiveKind CancelRegion) { in ActOnOpenMPCancelDirective()
|
D | TreeTransform.h | 1386 OpenMPDirectiveKind CancelRegion, in RebuildOMPExecutableDirective() 7209 OpenMPDirectiveKind CancelRegion = OMPD_unknown; in TransformOMPExecutableDirective() local
|
/external/llvm-project/clang/include/clang/AST/ |
D | StmtOpenMP.h | 3007 OpenMPDirectiveKind CancelRegion = llvm::omp::OMPD_unknown; variable 3065 OpenMPDirectiveKind CancelRegion = llvm::omp::OMPD_unknown; variable
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 2153 OpenMPDirectiveKind CancelRegion = OMPD_unknown; in ParseOpenMPDeclarativeOrExecutableDirective() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 176 bool CancelRegion = false; member 4490 OpenMPDirectiveKind CancelRegion, in checkCancelRegion() 4508 OpenMPDirectiveKind CancelRegion, in checkNestingOfRegions() 5046 OpenMPDirectiveKind CancelRegion, ArrayRef<OMPClause *> Clauses, in ActOnOpenMPExecutableDirective() 10627 OpenMPDirectiveKind CancelRegion) { in ActOnOpenMPCancellationPointDirective() 10643 OpenMPDirectiveKind CancelRegion) { in ActOnOpenMPCancelDirective()
|
D | TreeTransform.h | 1554 OpenMPDirectiveKind CancelRegion, in RebuildOMPExecutableDirective() 8368 OpenMPDirectiveKind CancelRegion = OMPD_unknown; in TransformOMPExecutableDirective() local
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 4654 static RTCancelKind getCancellationKind(OpenMPDirectiveKind CancelRegion) { in getCancellationKind() 4671 OpenMPDirectiveKind CancelRegion) { in emitCancellationPointCall() 4707 OpenMPDirectiveKind CancelRegion) { in emitCancelCall()
|