Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseOpenMP.cpp791 OpenMPDirectiveKind CancelRegion = OMPD_unknown; in ParseOpenMPDeclarativeOrExecutableDirective() local
/external/clang/lib/AST/
DStmtOpenMP.cpp566 OpenMPDirectiveKind CancelRegion) { in Create()
587 OpenMPDirectiveKind CancelRegion) { in Create()
/external/clang/include/clang/AST/
DStmtOpenMP.h2448 OpenMPDirectiveKind CancelRegion; variable
2506 OpenMPDirectiveKind CancelRegion; variable
/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp615 OpenMPDirectiveKind CancelRegion) { in Create()
629 OpenMPDirectiveKind CancelRegion) { in Create()
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2790 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
DCGOpenMPRuntime.cpp6226 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/
DSemaOpenMP.cpp103 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()
DTreeTransform.h1386 OpenMPDirectiveKind CancelRegion, in RebuildOMPExecutableDirective()
7209 OpenMPDirectiveKind CancelRegion = OMPD_unknown; in TransformOMPExecutableDirective() local
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h3007 OpenMPDirectiveKind CancelRegion = llvm::omp::OMPD_unknown; variable
3065 OpenMPDirectiveKind CancelRegion = llvm::omp::OMPD_unknown; variable
/external/llvm-project/clang/lib/Parse/
DParseOpenMP.cpp2153 OpenMPDirectiveKind CancelRegion = OMPD_unknown; in ParseOpenMPDeclarativeOrExecutableDirective() local
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp176 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()
DTreeTransform.h1554 OpenMPDirectiveKind CancelRegion, in RebuildOMPExecutableDirective()
8368 OpenMPDirectiveKind CancelRegion = OMPD_unknown; in TransformOMPExecutableDirective() local
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp4654 static RTCancelKind getCancellationKind(OpenMPDirectiveKind CancelRegion) { in getCancellationKind()
4671 OpenMPDirectiveKind CancelRegion) { in emitCancellationPointCall()
4707 OpenMPDirectiveKind CancelRegion) { in emitCancelCall()