Searched refs:OMPAtomicDirective (Results 1 – 14 of 14) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | StmtOpenMP.h | 1637 class OMPAtomicDirective : public OMPExecutableDirective { 1665 OMPAtomicDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPAtomicDirective() function 1675 explicit OMPAtomicDirective(unsigned NumClauses) in OMPAtomicDirective() function 1712 static OMPAtomicDirective * 1723 static OMPAtomicDirective *CreateEmpty(const ASTContext &C,
|
| HD | DataRecursiveASTVisitor.h | 2402 DEF_TRAVERSE_STMT(OMPAtomicDirective,
|
| HD | RecursiveASTVisitor.h | 2434 DEF_TRAVERSE_STMT(OMPAtomicDirective,
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Stmt.cpp | 2184 OMPAtomicDirective *OMPAtomicDirective::Create( in Create() 2188 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPAtomicDirective), in Create() 2192 OMPAtomicDirective *Dir = in Create() 2193 new (Mem) OMPAtomicDirective(StartLoc, EndLoc, Clauses.size()); in Create() 2205 OMPAtomicDirective *OMPAtomicDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 2208 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPAtomicDirective), in CreateEmpty() 2212 return new (Mem) OMPAtomicDirective(NumClauses); in CreateEmpty()
|
| HD | StmtProfile.cpp | 528 void StmtProfiler::VisitOMPAtomicDirective(const OMPAtomicDirective *S) { in VisitOMPAtomicDirective()
|
| HD | StmtPrinter.cpp | 939 void StmtPrinter::VisitOMPAtomicDirective(OMPAtomicDirective *Node) { in VisitOMPAtomicDirective()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | StmtNodes.td | 205 def OMPAtomicDirective : DStmt<OMPExecutableDirective>;
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReaderStmt.cpp | 2229 void ASTStmtReader::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective() 2858 S = OMPAtomicDirective::CreateEmpty( in ReadStmtFromStream()
|
| HD | ASTWriterStmt.cpp | 2049 void ASTStmtWriter::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGStmt.cpp | 235 EmitOMPAtomicDirective(cast<OMPAtomicDirective>(*S)); in EmitStmt()
|
| HD | CGStmtOpenMP.cpp | 2056 void CodeGenFunction::EmitOMPAtomicDirective(const OMPAtomicDirective &S) { in EmitOMPAtomicDirective()
|
| HD | CodeGenFunction.h | 2214 void EmitOMPAtomicDirective(const OMPAtomicDirective &S);
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaOpenMP.cpp | 4468 return OMPAtomicDirective::Create(Context, StartLoc, EndLoc, Clauses, AStmt, in ActOnOpenMPAtomicDirective()
|
| HD | TreeTransform.h | 7097 TreeTransform<Derived>::TransformOMPAtomicDirective(OMPAtomicDirective *D) { in TransformOMPAtomicDirective()
|