OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CancelRegion
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
177
bool
CancelRegion
= false;
847
Parent->
CancelRegion
|= Cancel;
852
return Top ? Top->
CancelRegion
: false;
4623
OpenMPDirectiveKind
CancelRegion
,
4625
//
CancelRegion
is only needed for cancel and cancellation_point.
4629
if (
CancelRegion
== OMPD_parallel ||
CancelRegion
== OMPD_for ||
4630
CancelRegion
== OMPD_sections ||
CancelRegion
== OMPD_taskgroup)
4634
<< getOpenMPDirectiveName(
CancelRegion
);
[
all
...]
TreeTransform.h
1563
OpenMPDirectiveKind
CancelRegion
,
1568
Kind, DirName,
CancelRegion
, Clauses, AStmt, StartLoc, EndLoc);
8472
OpenMPDirectiveKind
CancelRegion
= OMPD_unknown;
8474
CancelRegion
= cast<OMPCancellationPointDirective>(D)->getCancelRegion();
8476
CancelRegion
= cast<OMPCancelDirective>(D)->getCancelRegion();
8480
D->getDirectiveKind(), DirName,
CancelRegion
, TClauses,
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h
3300
OpenMPDirectiveKind
CancelRegion
= llvm::omp::OMPD_unknown;
3320
void setCancelRegion(OpenMPDirectiveKind CR) {
CancelRegion
= CR; }
3331
OpenMPDirectiveKind
CancelRegion
);
3341
OpenMPDirectiveKind getCancelRegion() const { return
CancelRegion
; }
3358
OpenMPDirectiveKind
CancelRegion
= llvm::omp::OMPD_unknown;
3376
void setCancelRegion(OpenMPDirectiveKind CR) {
CancelRegion
= CR; }
3388
ArrayRef<OMPClause *> Clauses, OpenMPDirectiveKind
CancelRegion
);
3399
OpenMPDirectiveKind getCancelRegion() const { return
CancelRegion
; }
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp
2288
OpenMPDirectiveKind
CancelRegion
= OMPD_unknown;
2472
CancelRegion
= parseOpenMPDirectiveKind(*this);
2574
DKind, DirName,
CancelRegion
, Clauses, AssociatedStmt.get(), Loc,
Completed in 64 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026