OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMPTargetDirective
(Results
1 - 13
of
13
) sorted by null
/external/clang/lib/AST/
StmtOpenMP.cpp
671
OMPTargetDirective
*
OMPTargetDirective
::Create(const ASTContext &C,
676
unsigned Size = llvm::RoundUpToAlignment(sizeof(
OMPTargetDirective
),
680
OMPTargetDirective
*Dir =
681
new (Mem)
OMPTargetDirective
(StartLoc, EndLoc, Clauses.size());
687
OMPTargetDirective
*
OMPTargetDirective
::CreateEmpty(const ASTContext &C,
690
unsigned Size = llvm::RoundUpToAlignment(sizeof(
OMPTargetDirective
),
694
return new (Mem)
OMPTargetDirective
(NumClauses);
[
all
...]
StmtPrinter.cpp
1034
void StmtPrinter::VisitOMPTargetDirective(
OMPTargetDirective
*Node) {
[
all
...]
StmtProfile.cpp
579
void StmtProfiler::VisitOMPTargetDirective(const
OMPTargetDirective
*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
245
EmitOMPTargetDirective(cast<
OMPTargetDirective
>(*S));
[
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 5179 milliseconds