OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HasCancel
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h
610
bool
HasCancel
= false;
632
void setHasCancel(bool Has) {
HasCancel
= Has; }
644
/// \param
HasCancel
true if this directive has inner cancel directive.
649
bool
HasCancel
);
668
bool
hasCancel
() const { return
HasCancel
; }
1536
bool
HasCancel
= false;
1564
void setHasCancel(bool Has) {
HasCancel
= Has; }
1578
/// \param
HasCancel
true if current directive has inner cancel directive.
1584
Expr *TaskRedRef, bool
HasCancel
);
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp
1745
IfCond, NumThreads, ProcBind, S.
hasCancel
()));
2957
bool
HasCancel
= false;
2960
HasCancel
= D->
hasCancel
();
2962
HasCancel
= D->
hasCancel
();
2965
HasCancel
= D->
hasCancel
();
2968
HasCancel
);
3527
bool
HasCancel
) {
[
all
...]
CGOpenMPRuntime.cpp
68
bool
HasCancel
)
70
CodeGen(CodeGen), Kind(Kind),
HasCancel
(
HasCancel
) {}
74
bool
HasCancel
)
76
Kind(Kind),
HasCancel
(
HasCancel
) {}
95
bool
hasCancel
() const { return
HasCancel
; }
107
bool
HasCancel
;
115
OpenMPDirectiveKind Kind, bool
HasCancel
,
[
all
...]
Completed in 24 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026