OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCancelRegion
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtPrinter.cpp
826
<< getOpenMPDirectiveName(Node->
getCancelRegion
());
832
<< getOpenMPDirectiveName(Node->
getCancelRegion
());
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp
6388
S.
getCancelRegion
());
6404
if (S.
getCancelRegion
() == OMPD_parallel ||
6405
S.
getCancelRegion
() == OMPD_sections ||
6406
S.
getCancelRegion
() == OMPD_section) {
6412
OMPBuilder.createCancel(Builder, IfCondition, S.
getCancelRegion
()));
6417
S.
getCancelRegion
());
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h
3341
OpenMPDirectiveKind
getCancelRegion
() const { return CancelRegion; }
3399
OpenMPDirectiveKind
getCancelRegion
() const { return CancelRegion; }
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp
2399
Record.writeEnum(D->
getCancelRegion
());
2406
Record.writeEnum(D->
getCancelRegion
());
/src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h
8474
CancelRegion = cast<OMPCancellationPointDirective>(D)->
getCancelRegion
();
8476
CancelRegion = cast<OMPCancelDirective>(D)->
getCancelRegion
();
Completed in 88 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026