Home
last modified time | relevance | path

Searched defs:CancelRegion (Results 1 – 6 of 6) 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/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/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp4654 static RTCancelKind getCancellationKind(OpenMPDirectiveKind CancelRegion) { in getCancellationKind()
4671 OpenMPDirectiveKind CancelRegion) { in emitCancellationPointCall()
4707 OpenMPDirectiveKind CancelRegion) { in emitCancelCall()