Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/AST/
H A DStmtOpenMP.cpp566 OpenMPDirectiveKind CancelRegion) { in Create()
587 OpenMPDirectiveKind CancelRegion) { in Create()
/aosp_15_r20/external/clang/include/clang/AST/
H A DStmtOpenMP.h2448 OpenMPDirectiveKind CancelRegion; variable
2506 OpenMPDirectiveKind CancelRegion; variable
/aosp_15_r20/external/clang/lib/Parse/
H A DParseOpenMP.cpp791 OpenMPDirectiveKind CancelRegion = OMPD_unknown; in ParseOpenMPDeclarativeOrExecutableDirective() local
/aosp_15_r20/external/clang/lib/Sema/
H A 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()
H A DTreeTransform.h1386 OpenMPDirectiveKind CancelRegion, in RebuildOMPExecutableDirective()
7209 OpenMPDirectiveKind CancelRegion = OMPD_unknown; in TransformOMPExecutableDirective() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DStmtOpenMP.h3613 OpenMPDirectiveKind CancelRegion = llvm::omp::OMPD_unknown; variable
3671 OpenMPDirectiveKind CancelRegion = llvm::omp::OMPD_unknown; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DStmtOpenMP.h3616 OpenMPDirectiveKind CancelRegion = llvm::omp::OMPD_unknown; variable
3674 OpenMPDirectiveKind CancelRegion = llvm::omp::OMPD_unknown; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DStmtOpenMP.h3616 OpenMPDirectiveKind CancelRegion = llvm::omp::OMPD_unknown; variable
3674 OpenMPDirectiveKind CancelRegion = llvm::omp::OMPD_unknown; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DStmtOpenMP.h3616 OpenMPDirectiveKind CancelRegion = llvm::omp::OMPD_unknown; variable
3674 OpenMPDirectiveKind CancelRegion = llvm::omp::OMPD_unknown; variable
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4654 static RTCancelKind getCancellationKind(OpenMPDirectiveKind CancelRegion) { in getCancellationKind()
4671 OpenMPDirectiveKind CancelRegion) { in emitCancellationPointCall()
4707 OpenMPDirectiveKind CancelRegion) { in emitCancelCall()