Searched refs:OpenACCWaitConstruct (Results 1 – 18 of 18) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenACC.cpp | 195 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 D | StmtProfile.cpp | 2808 void StmtProfiler::VisitOpenACCWaitConstruct(const OpenACCWaitConstruct *S) { in VisitOpenACCWaitConstruct()
|
| H A D | StmtPrinter.cpp | 1235 void StmtPrinter::VisitOpenACCWaitConstruct(OpenACCWaitConstruct *S) { in VisitOpenACCWaitConstruct()
|
| H A D | TextNodeDumper.cpp | 3095 void TextNodeDumper::VisitOpenACCWaitConstruct(const OpenACCWaitConstruct *S) { in VisitOpenACCWaitConstruct()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenACC.h | 446 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 D | ASTNodeTraverser.h | 162 OpenACCWaitConstruct, SYCLKernelCallStmt>(S)) 865 void VisitOpenACCWaitConstruct(const OpenACCWaitConstruct *Node) { in VisitOpenACCWaitConstruct()
|
| H A D | TextNodeDumper.h | 420 void VisitOpenACCWaitConstruct(const OpenACCWaitConstruct *S);
|
| H A D | RecursiveASTVisitor.h | 4126 DEF_TRAVERSE_STMT(OpenACCWaitConstruct, {
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenStmtOpenACC.cpp | 185 CIRGenFunction::emitOpenACCWaitConstruct(const OpenACCWaitConstruct &s) { in emitOpenACCWaitConstruct()
|
| H A D | CIRGenStmt.cpp | 119 return emitOpenACCWaitConstruct(cast<OpenACCWaitConstruct>(*s)); in emitStmt()
|
| H A D | CIRGenFunction.h | 1273 mlir::LogicalResult emitOpenACCWaitConstruct(const OpenACCWaitConstruct &s);
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 316 def OpenACCWaitConstruct : StmtNode<OpenACCConstructStmt>;
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACC.cpp | 2007 return OpenACCWaitConstruct::Create( in ActOnEndStmtDirective()
|
| H A D | TreeTransform.h | 12719 TreeTransform<Derived>::TransformOpenACCWaitConstruct(OpenACCWaitConstruct *C) { in TransformOpenACCWaitConstruct()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2910 void ASTStmtReader::VisitOpenACCWaitConstruct(OpenACCWaitConstruct *S) { in VisitOpenACCWaitConstruct() 4456 S = OpenACCWaitConstruct::CreateEmpty(Context, NumExprs, NumClauses); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2998 void ASTStmtWriter::VisitOpenACCWaitConstruct(OpenACCWaitConstruct *S) { in VisitOpenACCWaitConstruct()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 482 EmitOpenACCWaitConstruct(cast<OpenACCWaitConstruct>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 4164 void EmitOpenACCWaitConstruct(const OpenACCWaitConstruct &S) {
|