Searched refs:OpenACCAtomicConstruct (Results 1 – 17 of 17) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenACC.cpp | 304 OpenACCAtomicConstruct * 305 OpenACCAtomicConstruct::CreateEmpty(const ASTContext &C, unsigned NumClauses) { in CreateEmpty() 307 OpenACCAtomicConstruct::totalSizeToAlloc<const OpenACCClause *>( in CreateEmpty() 309 auto *Inst = new (Mem) OpenACCAtomicConstruct(NumClauses); in CreateEmpty() 313 OpenACCAtomicConstruct *OpenACCAtomicConstruct::Create( in Create() 318 OpenACCAtomicConstruct::totalSizeToAlloc<const OpenACCClause *>( in Create() 320 auto *Inst = new (Mem) OpenACCAtomicConstruct(Start, DirectiveLoc, AtKind, in Create()
|
| H A D | StmtProfile.cpp | 2848 const OpenACCAtomicConstruct *S) { in VisitOpenACCAtomicConstruct()
|
| H A D | StmtPrinter.cpp | 1259 void StmtPrinter::VisitOpenACCAtomicConstruct(OpenACCAtomicConstruct *S) { in VisitOpenACCAtomicConstruct()
|
| H A D | TextNodeDumper.cpp | 3120 const OpenACCAtomicConstruct *S) { in VisitOpenACCAtomicConstruct()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenACC.h | 763 class OpenACCAtomicConstruct final 765 private llvm::TrailingObjects<OpenACCAtomicConstruct, 772 OpenACCAtomicConstruct(unsigned NumClauses) in OpenACCAtomicConstruct() function 781 OpenACCAtomicConstruct(SourceLocation Start, SourceLocation DirectiveLoc, in OpenACCAtomicConstruct() function 804 static OpenACCAtomicConstruct *CreateEmpty(const ASTContext &C, 806 static OpenACCAtomicConstruct *
|
| H A D | TextNodeDumper.h | 425 void VisitOpenACCAtomicConstruct(const OpenACCAtomicConstruct *S);
|
| H A D | RecursiveASTVisitor.h | 4141 DEF_TRAVERSE_STMT(OpenACCAtomicConstruct,
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenStmtOpenACC.cpp | 308 CIRGenFunction::emitOpenACCAtomicConstruct(const OpenACCAtomicConstruct &s) { in emitOpenACCAtomicConstruct()
|
| H A D | CIRGenStmt.cpp | 131 return emitOpenACCAtomicConstruct(cast<OpenACCAtomicConstruct>(*s)); in emitStmt()
|
| H A D | CIRGenFunction.h | 1281 emitOpenACCAtomicConstruct(const OpenACCAtomicConstruct &s);
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 321 def OpenACCAtomicConstruct : StmtNode<OpenACCAssociatedStmtConstruct>;
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACC.cpp | 2028 return OpenACCAtomicConstruct::Create( in ActOnEndStmtDirective()
|
| H A D | TreeTransform.h | 12794 OpenACCAtomicConstruct *C) { in TransformOpenACCAtomicConstruct()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2936 void ASTStmtReader::VisitOpenACCAtomicConstruct(OpenACCAtomicConstruct *S) { in VisitOpenACCAtomicConstruct() 4486 S = OpenACCAtomicConstruct::CreateEmpty(Context, NumClauses); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 3012 void ASTStmtWriter::VisitOpenACCAtomicConstruct(OpenACCAtomicConstruct *S) { in VisitOpenACCAtomicConstruct()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 497 EmitOpenACCAtomicConstruct(cast<OpenACCAtomicConstruct>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 4189 void EmitOpenACCAtomicConstruct(const OpenACCAtomicConstruct &S) {
|