Home
last modified time | relevance | path

Searched refs:OMPTargetUpdateDirective (Results 1 – 25 of 28) sorted by relevance

12

/external/clang/lib/AST/
DStmtOpenMP.cpp1032 OMPTargetUpdateDirective *
1033 OMPTargetUpdateDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
1036 unsigned Size = llvm::alignTo(sizeof(OMPTargetUpdateDirective), in Create()
1039 OMPTargetUpdateDirective *Dir = in Create()
1040 new (Mem) OMPTargetUpdateDirective(StartLoc, EndLoc, Clauses.size()); in Create()
1045 OMPTargetUpdateDirective *
1046 OMPTargetUpdateDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty()
1048 unsigned Size = llvm::alignTo(sizeof(OMPTargetUpdateDirective), in CreateEmpty()
1051 return new (Mem) OMPTargetUpdateDirective(NumClauses); in CreateEmpty()
DStmtProfile.cpp706 const OMPTargetUpdateDirective *S) { in VisitOMPTargetUpdateDirective()
DStmtPrinter.cpp1167 OMPTargetUpdateDirective *Node) { in VisitOMPTargetUpdateDirective()
/external/clang/include/clang/AST/
DStmtOpenMP.h2768 class OMPTargetUpdateDirective : public OMPExecutableDirective {
2776 OMPTargetUpdateDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTargetUpdateDirective() function
2786 explicit OMPTargetUpdateDirective(unsigned NumClauses) in OMPTargetUpdateDirective() function
2799 static OMPTargetUpdateDirective *Create(const ASTContext &C,
2810 static OMPTargetUpdateDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h2552 DEF_TRAVERSE_STMT(OMPTargetUpdateDirective,
/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp64 isa<OMPTargetUpdateDirective>(this)) in isStandaloneDirective()
1180 OMPTargetUpdateDirective *OMPTargetUpdateDirective::Create( in Create()
1183 return createDirective<OMPTargetUpdateDirective>(C, Clauses, AssociatedStmt, in Create()
1188 OMPTargetUpdateDirective *
1189 OMPTargetUpdateDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty()
1191 return createEmptyDirective<OMPTargetUpdateDirective>( in CreateEmpty()
DStmtProfile.cpp1038 const OMPTargetUpdateDirective *S) { in VisitOMPTargetUpdateDirective()
DStmtPrinter.cpp869 OMPTargetUpdateDirective *Node) { in VisitOMPTargetUpdateDirective()
/external/clang/include/clang/Basic/
DStmtNodes.td224 def OMPTargetUpdateDirective : DStmt<OMPExecutableDirective>;
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h3612 class OMPTargetUpdateDirective : public OMPExecutableDirective {
3620 OMPTargetUpdateDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetUpdateDirective() function
3627 explicit OMPTargetUpdateDirective() in OMPTargetUpdateDirective() function
3641 static OMPTargetUpdateDirective *
3651 static OMPTargetUpdateDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h2880 DEF_TRAVERSE_STMT(OMPTargetUpdateDirective,
/external/llvm-project/clang/include/clang/Basic/
DStmtNodes.td250 def OMPTargetUpdateDirective : StmtNode<OMPExecutableDirective>;
/external/clang/lib/CodeGen/
DCGStmt.cpp281 EmitOMPTargetUpdateDirective(cast<OMPTargetUpdateDirective>(*S)); in EmitStmt()
DCodeGenFunction.h2491 void EmitOMPTargetUpdateDirective(const OMPTargetUpdateDirective &S);
DCGStmtOpenMP.cpp3614 const OMPTargetUpdateDirective &S) { in EmitOMPTargetUpdateDirective()
DCGOpenMPRuntime.cpp6187 isa<OMPTargetUpdateDirective>(D)) && in emitTargetDataStandAloneCall()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp2500 void ASTStmtReader::VisitOMPTargetUpdateDirective(OMPTargetUpdateDirective *D) { in VisitOMPTargetUpdateDirective()
3297 S = OMPTargetUpdateDirective::CreateEmpty( in ReadStmtFromStream()
DASTWriterStmt.cpp2435 void ASTStmtWriter::VisitOMPTargetUpdateDirective(OMPTargetUpdateDirective *D) { in VisitOMPTargetUpdateDirective()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2743 void ASTStmtReader::VisitOMPTargetUpdateDirective(OMPTargetUpdateDirective *D) { in VisitOMPTargetUpdateDirective()
3401 S = OMPTargetUpdateDirective::CreateEmpty( in ReadStmtFromStream()
DASTWriterStmt.cpp2444 void ASTStmtWriter::VisitOMPTargetUpdateDirective(OMPTargetUpdateDirective *D) { in VisitOMPTargetUpdateDirective()
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp318 EmitOMPTargetUpdateDirective(cast<OMPTargetUpdateDirective>(*S)); in EmitStmt()
DCodeGenFunction.h3417 void EmitOMPTargetUpdateDirective(const OMPTargetUpdateDirective &S);
DCGStmtOpenMP.cpp6628 const OMPTargetUpdateDirective &S) { in EmitOMPTargetUpdateDirective()
/external/clang/lib/Sema/
DSemaOpenMP.cpp6894 return OMPTargetUpdateDirective::Create(Context, StartLoc, EndLoc, Clauses); in ActOnOpenMPTargetUpdateDirective()
DTreeTransform.h7508 OMPTargetUpdateDirective *D) { in TransformOMPTargetUpdateDirective()

12