Home
last modified time | relevance | path

Searched refs:OpenACCWaitConstruct (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenACC.cpp195 OpenACCWaitConstruct *OpenACCWaitConstruct::CreateEmpty(const ASTContext &C, in CreateEmpty()
199 OpenACCWaitConstruct::totalSizeToAlloc<Expr *, OpenACCClause *>( in CreateEmpty()
202 auto *Inst = new (Mem) OpenACCWaitConstruct(NumExprs, NumClauses); in CreateEmpty()
206 OpenACCWaitConstruct *OpenACCWaitConstruct::Create( in Create()
215 OpenACCWaitConstruct::totalSizeToAlloc<Expr *, OpenACCClause *>( in Create()
219 OpenACCWaitConstruct(Start, DirectiveLoc, LParenLoc, DevNumExpr, in Create()
H A DStmtProfile.cpp2808 void StmtProfiler::VisitOpenACCWaitConstruct(const OpenACCWaitConstruct *S) { in VisitOpenACCWaitConstruct()
H A DStmtPrinter.cpp1235 void StmtPrinter::VisitOpenACCWaitConstruct(OpenACCWaitConstruct *S) { in VisitOpenACCWaitConstruct()
H A DTextNodeDumper.cpp3095 void TextNodeDumper::VisitOpenACCWaitConstruct(const OpenACCWaitConstruct *S) { in VisitOpenACCWaitConstruct()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenACC.h446 class OpenACCWaitConstruct final
448 private llvm::TrailingObjects<OpenACCWaitConstruct, Expr *,
467 OpenACCWaitConstruct(unsigned NumExprs, unsigned NumClauses) in OpenACCWaitConstruct() function
483 OpenACCWaitConstruct(SourceLocation Start, SourceLocation DirectiveLoc, in OpenACCWaitConstruct() function
525 static OpenACCWaitConstruct *
528 static OpenACCWaitConstruct *
H A DASTNodeTraverser.h162 OpenACCWaitConstruct, SYCLKernelCallStmt>(S))
865 void VisitOpenACCWaitConstruct(const OpenACCWaitConstruct *Node) { in VisitOpenACCWaitConstruct()
H A DTextNodeDumper.h420 void VisitOpenACCWaitConstruct(const OpenACCWaitConstruct *S);
H A DRecursiveASTVisitor.h4126 DEF_TRAVERSE_STMT(OpenACCWaitConstruct, {
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmtOpenACC.cpp185 CIRGenFunction::emitOpenACCWaitConstruct(const OpenACCWaitConstruct &s) { in emitOpenACCWaitConstruct()
H A DCIRGenStmt.cpp119 return emitOpenACCWaitConstruct(cast<OpenACCWaitConstruct>(*s)); in emitStmt()
H A DCIRGenFunction.h1273 mlir::LogicalResult emitOpenACCWaitConstruct(const OpenACCWaitConstruct &s);
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td316 def OpenACCWaitConstruct : StmtNode<OpenACCConstructStmt>;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp2007 return OpenACCWaitConstruct::Create( in ActOnEndStmtDirective()
H A DTreeTransform.h12719 TreeTransform<Derived>::TransformOpenACCWaitConstruct(OpenACCWaitConstruct *C) { in TransformOpenACCWaitConstruct()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2910 void ASTStmtReader::VisitOpenACCWaitConstruct(OpenACCWaitConstruct *S) { in VisitOpenACCWaitConstruct()
4456 S = OpenACCWaitConstruct::CreateEmpty(Context, NumExprs, NumClauses); in ReadStmtFromStream()
H A DASTWriterStmt.cpp2998 void ASTStmtWriter::VisitOpenACCWaitConstruct(OpenACCWaitConstruct *S) { in VisitOpenACCWaitConstruct()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp482 EmitOpenACCWaitConstruct(cast<OpenACCWaitConstruct>(*S)); in EmitStmt()
H A DCodeGenFunction.h4164 void EmitOpenACCWaitConstruct(const OpenACCWaitConstruct &S) {