OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMPTaskDirective
(Results
1 - 14
of
14
) sorted by null
/external/clang/lib/AST/
StmtOpenMP.cpp
457
OMPTaskDirective
*
458
OMPTaskDirective
::Create(const ASTContext &C, SourceLocation StartLoc,
461
unsigned Size = llvm::RoundUpToAlignment(sizeof(
OMPTaskDirective
),
465
OMPTaskDirective
*Dir =
466
new (Mem)
OMPTaskDirective
(StartLoc, EndLoc, Clauses.size());
473
OMPTaskDirective
*
OMPTaskDirective
::CreateEmpty(const ASTContext &C,
476
unsigned Size = llvm::RoundUpToAlignment(sizeof(
OMPTaskDirective
),
480
return new (Mem)
OMPTaskDirective
(NumClauses);
[
all
...]
StmtPrinter.cpp
994
void StmtPrinter::VisitOMPTaskDirective(
OMPTaskDirective
*Node) {
[
all
...]
StmtProfile.cpp
547
void StmtProfiler::VisitOMPTaskDirective(const
OMPTaskDirective
*S) {
[
all
...]
/external/clang/include/clang/AST/
StmtOpenMP.h
[
all
...]
RecursiveASTVisitor.h
[
all
...]
/external/clang/lib/Serialization/
ASTReaderStmt.cpp
[
all
...]
ASTWriterStmt.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGStmt.cpp
221
EmitOMPTaskDirective(cast<
OMPTaskDirective
>(*S));
[
all
...]
CGOpenMPRuntime.cpp
368
cast<
OMPTaskDirective
>(D).hasCancel());
[
all
...]
CGStmtOpenMP.cpp
[
all
...]
CodeGenFunction.h
[
all
...]
/external/clang/tools/libclang/
CIndex.cpp
[
all
...]
/external/clang/lib/Sema/
SemaOpenMP.cpp
[
all
...]
TreeTransform.h
[
all
...]
Completed in 3035 milliseconds