OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMPCancellationPointDirective
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp
677
OMPCancellationPointDirective
*
OMPCancellationPointDirective
::Create(
680
auto *Dir = new (C)
OMPCancellationPointDirective
(StartLoc, EndLoc);
685
OMPCancellationPointDirective
*
686
OMPCancellationPointDirective
::CreateEmpty(const ASTContext &C, EmptyShell) {
687
return new (C)
OMPCancellationPointDirective
();
StmtPrinter.cpp
824
OMPCancellationPointDirective
*Node) {
StmtProfile.cpp
1035
const
OMPCancellationPointDirective
*S) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h
3297
class
OMPCancellationPointDirective
: public OMPExecutableDirective {
3307
OMPCancellationPointDirective
(SourceLocation StartLoc, SourceLocation EndLoc)
3313
explicit
OMPCancellationPointDirective
()
3329
static
OMPCancellationPointDirective
*
3337
static
OMPCancellationPointDirective
*CreateEmpty(const ASTContext &C,
RecursiveASTVisitor.h
2878
DEF_TRAVERSE_STMT(
OMPCancellationPointDirective
,
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
2468
OMPCancellationPointDirective
*D) {
3349
S =
OMPCancellationPointDirective
::CreateEmpty(Context, Empty);
ASTWriterStmt.cpp
2396
OMPCancellationPointDirective
*D) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp
281
EmitOMPCancellationPointDirective(cast<
OMPCancellationPointDirective
>(*S));
CodeGenFunction.h
3476
EmitOMPCancellationPointDirective(const
OMPCancellationPointDirective
&S);
CGStmtOpenMP.cpp
6386
const
OMPCancellationPointDirective
&S) {
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
2065
VisitOMPCancellationPointDirective(const
OMPCancellationPointDirective
*D);
3026
const
OMPCancellationPointDirective
*D) {
5637
return cxstring::createRef("
OMPCancellationPointDirective
");
/src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h
8474
CancelRegion = cast<
OMPCancellationPointDirective
>(D)->getCancelRegion();
8837
OMPCancellationPointDirective
*D) {
SemaOpenMP.cpp
11427
return
OMPCancellationPointDirective
::Create(Context, StartLoc, EndLoc,
Completed in 91 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026