Searched refs:OpenACCComputeConstruct (Results 1 – 16 of 16) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenACC.cpp | 18 OpenACCComputeConstruct * 19 OpenACCComputeConstruct::CreateEmpty(const ASTContext &C, unsigned NumClauses) { in CreateEmpty() 21 OpenACCComputeConstruct::totalSizeToAlloc<const OpenACCClause *>( in CreateEmpty() 23 auto *Inst = new (Mem) OpenACCComputeConstruct(NumClauses); in CreateEmpty() 27 OpenACCComputeConstruct *OpenACCComputeConstruct::Create( in Create() 32 OpenACCComputeConstruct::totalSizeToAlloc<const OpenACCClause *>( in Create() 34 auto *Inst = new (Mem) OpenACCComputeConstruct(K, BeginLoc, DirLoc, EndLoc, in Create()
|
| H A D | StmtProfile.cpp | 2752 const OpenACCComputeConstruct *S) { in VisitOpenACCComputeConstruct()
|
| H A D | StmtPrinter.cpp | 1193 void StmtPrinter::VisitOpenACCComputeConstruct(OpenACCComputeConstruct *S) { in VisitOpenACCComputeConstruct()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenACC.h | 129 class OpenACCComputeConstruct final 131 private llvm::TrailingObjects<OpenACCComputeConstruct, 137 OpenACCComputeConstruct(unsigned NumClauses) in OpenACCComputeConstruct() function 149 OpenACCComputeConstruct(OpenACCDirectiveKind K, SourceLocation Start, in OpenACCComputeConstruct() function 172 static OpenACCComputeConstruct *CreateEmpty(const ASTContext &C, 174 static OpenACCComputeConstruct * 181 return const_cast<OpenACCComputeConstruct *>(this)->getStructuredBlock(); in getStructuredBlock() 201 friend class OpenACCComputeConstruct; variable
|
| H A D | RecursiveASTVisitor.h | 4112 DEF_TRAVERSE_STMT(OpenACCComputeConstruct,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | JumpDiagnostics.cpp | 601 OpenACCComputeConstruct *CC = cast<OpenACCComputeConstruct>(S); in BuildScopeInformation()
|
| H A D | SemaOpenACC.cpp | 1972 return OpenACCComputeConstruct::Create( in ActOnEndStmtDirective()
|
| H A D | TreeTransform.h | 12491 OpenACCComputeConstruct *C) { in TransformOpenACCComputeConstruct()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenStmtOpenACC.cpp | 128 CIRGenFunction::emitOpenACCComputeConstruct(const OpenACCComputeConstruct &s) { in emitOpenACCComputeConstruct()
|
| H A D | CIRGenStmt.cpp | 105 return emitOpenACCComputeConstruct(cast<OpenACCComputeConstruct>(*s)); in emitStmt()
|
| H A D | CIRGenFunction.h | 1262 emitOpenACCComputeConstruct(const OpenACCComputeConstruct &s);
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 309 def OpenACCComputeConstruct : StmtNode<OpenACCAssociatedStmtConstruct>;
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2853 void ASTStmtReader::VisitOpenACCComputeConstruct(OpenACCComputeConstruct *S) { in VisitOpenACCComputeConstruct() 4420 S = OpenACCComputeConstruct::CreateEmpty(Context, NumClauses); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2930 void ASTStmtWriter::VisitOpenACCComputeConstruct(OpenACCComputeConstruct *S) { in VisitOpenACCComputeConstruct()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 461 EmitOpenACCComputeConstruct(cast<OpenACCComputeConstruct>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 4119 void EmitOpenACCComputeConstruct(const OpenACCComputeConstruct &S) {
|