Searched refs:OMPAtomicDirective (Results 1 – 14 of 14) sorted by relevance
/external/clang/lib/AST/ |
D | StmtOpenMP.cpp | 657 OMPAtomicDirective *OMPAtomicDirective::Create( in Create() 662 llvm::alignTo(sizeof(OMPAtomicDirective), llvm::alignOf<OMPClause *>()); in Create() 665 OMPAtomicDirective *Dir = in Create() 666 new (Mem) OMPAtomicDirective(StartLoc, EndLoc, Clauses.size()); in Create() 678 OMPAtomicDirective *OMPAtomicDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 682 llvm::alignTo(sizeof(OMPAtomicDirective), llvm::alignOf<OMPClause *>()); in CreateEmpty() 685 return new (Mem) OMPAtomicDirective(NumClauses); in CreateEmpty()
|
D | StmtProfile.cpp | 637 void StmtProfiler::VisitOMPAtomicDirective(const OMPAtomicDirective *S) { in VisitOMPAtomicDirective()
|
D | StmtPrinter.cpp | 1093 void StmtPrinter::VisitOMPAtomicDirective(OMPAtomicDirective *Node) { in VisitOMPAtomicDirective()
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 1882 class OMPAtomicDirective : public OMPExecutableDirective { 1910 OMPAtomicDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPAtomicDirective() function 1920 explicit OMPAtomicDirective(unsigned NumClauses) in OMPAtomicDirective() function 1957 static OMPAtomicDirective * 1968 static OMPAtomicDirective *CreateEmpty(const ASTContext &C,
|
D | RecursiveASTVisitor.h | 2528 DEF_TRAVERSE_STMT(OMPAtomicDirective,
|
/external/clang/include/clang/Basic/ |
D | StmtNodes.td | 217 def OMPAtomicDirective : DStmt<OMPExecutableDirective>;
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 242 EmitOMPAtomicDirective(cast<OMPAtomicDirective>(*S)); in EmitStmt()
|
D | CodeGenFunction.h | 2486 void EmitOMPAtomicDirective(const OMPAtomicDirective &S);
|
D | CGStmtOpenMP.cpp | 3207 void CodeGenFunction::EmitOMPAtomicDirective(const OMPAtomicDirective &S) { in EmitOMPAtomicDirective()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 2656 void ASTStmtReader::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective() 3363 S = OMPAtomicDirective::CreateEmpty( in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 2310 void ASTStmtWriter::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1960 void VisitOMPAtomicDirective(const OMPAtomicDirective *D); 2678 void EnqueueVisitor::VisitOMPAtomicDirective(const OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 6692 return OMPAtomicDirective::Create(Context, StartLoc, EndLoc, Clauses, AStmt, in ActOnOpenMPAtomicDirective()
|
D | TreeTransform.h | 7431 TreeTransform<Derived>::TransformOMPAtomicDirective(OMPAtomicDirective *D) { in TransformOMPAtomicDirective()
|