Home
last modified time | relevance | path

Searched refs:OMPAtomicDirective (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/AST/
DStmtOpenMP.cpp657 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()
DStmtProfile.cpp637 void StmtProfiler::VisitOMPAtomicDirective(const OMPAtomicDirective *S) { in VisitOMPAtomicDirective()
DStmtPrinter.cpp1093 void StmtPrinter::VisitOMPAtomicDirective(OMPAtomicDirective *Node) { in VisitOMPAtomicDirective()
/external/clang/include/clang/AST/
DStmtOpenMP.h1882 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,
DRecursiveASTVisitor.h2528 DEF_TRAVERSE_STMT(OMPAtomicDirective,
/external/clang/include/clang/Basic/
DStmtNodes.td217 def OMPAtomicDirective : DStmt<OMPExecutableDirective>;
/external/clang/lib/CodeGen/
DCGStmt.cpp242 EmitOMPAtomicDirective(cast<OMPAtomicDirective>(*S)); in EmitStmt()
DCodeGenFunction.h2486 void EmitOMPAtomicDirective(const OMPAtomicDirective &S);
DCGStmtOpenMP.cpp3207 void CodeGenFunction::EmitOMPAtomicDirective(const OMPAtomicDirective &S) { in EmitOMPAtomicDirective()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2656 void ASTStmtReader::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
3363 S = OMPAtomicDirective::CreateEmpty( in ReadStmtFromStream()
DASTWriterStmt.cpp2310 void ASTStmtWriter::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
/external/clang/tools/libclang/
DCIndex.cpp1960 void VisitOMPAtomicDirective(const OMPAtomicDirective *D);
2678 void EnqueueVisitor::VisitOMPAtomicDirective(const OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
/external/clang/lib/Sema/
DSemaOpenMP.cpp6692 return OMPAtomicDirective::Create(Context, StartLoc, EndLoc, Clauses, AStmt, in ActOnOpenMPAtomicDirective()
DTreeTransform.h7431 TreeTransform<Derived>::TransformOMPAtomicDirective(OMPAtomicDirective *D) { in TransformOMPAtomicDirective()