Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtOpenMP.h1583 class OMPAtomicDirective : public OMPExecutableDirective {
1611 OMPAtomicDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPAtomicDirective() function
1621 explicit OMPAtomicDirective(unsigned NumClauses) in OMPAtomicDirective() function
1658 static OMPAtomicDirective *
1669 static OMPAtomicDirective *CreateEmpty(const ASTContext &C,
DDataRecursiveASTVisitor.h2365 DEF_TRAVERSE_STMT(OMPAtomicDirective,
DRecursiveASTVisitor.h2395 DEF_TRAVERSE_STMT(OMPAtomicDirective,
/external/clang/lib/AST/
DStmt.cpp2089 OMPAtomicDirective *OMPAtomicDirective::Create( in Create()
2093 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPAtomicDirective), in Create()
2097 OMPAtomicDirective *Dir = in Create()
2098 new (Mem) OMPAtomicDirective(StartLoc, EndLoc, Clauses.size()); in Create()
2110 OMPAtomicDirective *OMPAtomicDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
2113 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPAtomicDirective), in CreateEmpty()
2117 return new (Mem) OMPAtomicDirective(NumClauses); in CreateEmpty()
DStmtProfile.cpp517 void StmtProfiler::VisitOMPAtomicDirective(const OMPAtomicDirective *S) { in VisitOMPAtomicDirective()
DStmtPrinter.cpp921 void StmtPrinter::VisitOMPAtomicDirective(OMPAtomicDirective *Node) { in VisitOMPAtomicDirective()
/external/clang/include/clang/Basic/
DStmtNodes.td202 def OMPAtomicDirective : DStmt<OMPExecutableDirective>;
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1663 void CodeGenFunction::EmitOMPAtomicDirective(const OMPAtomicDirective &S) { in EmitOMPAtomicDirective()
DCGStmt.cpp232 EmitOMPAtomicDirective(cast<OMPAtomicDirective>(*S)); in EmitStmt()
DCodeGenFunction.h2138 void EmitOMPAtomicDirective(const OMPAtomicDirective &S);
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2195 void ASTStmtReader::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
2799 S = OMPAtomicDirective::CreateEmpty( in ReadStmtFromStream()
DASTWriterStmt.cpp2024 void ASTStmtWriter::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
/external/clang/tools/libclang/
DCIndex.cpp1884 void VisitOMPAtomicDirective(const OMPAtomicDirective *D);
2488 void EnqueueVisitor::VisitOMPAtomicDirective(const OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
/external/clang/lib/Sema/
DSemaOpenMP.cpp3948 return OMPAtomicDirective::Create(Context, StartLoc, EndLoc, Clauses, AStmt, in ActOnOpenMPAtomicDirective()
DTreeTransform.h6902 TreeTransform<Derived>::TransformOMPAtomicDirective(OMPAtomicDirective *D) { in TransformOMPAtomicDirective()