Searched refs:OMPTargetEnterDataDirective (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 796 OMPTargetEnterDataDirective *OMPTargetEnterDataDirective::Create( in Create() 800 llvm::alignTo(sizeof(OMPTargetEnterDataDirective), alignof(OMPClause *)) + in Create() 802 OMPTargetEnterDataDirective *Dir = in Create() 803 new (Mem) OMPTargetEnterDataDirective(StartLoc, EndLoc, Clauses.size()); in Create() 809 OMPTargetEnterDataDirective * 810 OMPTargetEnterDataDirective::CreateEmpty(const ASTContext &C, unsigned N, in CreateEmpty() 813 llvm::alignTo(sizeof(OMPTargetEnterDataDirective), alignof(OMPClause *)) + in CreateEmpty() 815 return new (Mem) OMPTargetEnterDataDirective(N); in CreateEmpty()
|
| H A D | StmtProfile.cpp | 868 const OMPTargetEnterDataDirective *S) { in VisitOMPTargetEnterDataDirective()
|
| H A D | StmtPrinter.cpp | 760 OMPTargetEnterDataDirective *Node) { in VisitOMPTargetEnterDataDirective()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 2404 class OMPTargetEnterDataDirective : public OMPExecutableDirective { 2412 OMPTargetEnterDataDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTargetEnterDataDirective() function 2422 explicit OMPTargetEnterDataDirective(unsigned NumClauses) in OMPTargetEnterDataDirective() function 2437 static OMPTargetEnterDataDirective * 2446 static OMPTargetEnterDataDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 2713 DEF_TRAVERSE_STMT(OMPTargetEnterDataDirective,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 229 def OMPTargetEnterDataDirective : DStmt<OMPExecutableDirective>;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2131 OMPTargetEnterDataDirective *D) { in VisitOMPTargetEnterDataDirective() 2943 S = OMPTargetEnterDataDirective::CreateEmpty( in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2064 OMPTargetEnterDataDirective *D) { in VisitOMPTargetEnterDataDirective()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 269 EmitOMPTargetEnterDataDirective(cast<OMPTargetEnterDataDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3131 void EmitOMPTargetEnterDataDirective(const OMPTargetEnterDataDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 4684 const OMPTargetEnterDataDirective &S) { in EmitOMPTargetEnterDataDirective()
|
| H A D | CGOpenMPRuntime.cpp | 9021 assert((isa<OMPTargetEnterDataDirective>(D) || in emitTargetDataStandAloneCall()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | TreeTransform.h | 8000 OMPTargetEnterDataDirective *D) { in TransformOMPTargetEnterDataDirective()
|
| H A D | SemaOpenMP.cpp | 7189 return OMPTargetEnterDataDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPTargetEnterDataDirective()
|