Home
last modified time | relevance | path

Searched refs:OMPSeqCstClause (Results 1 – 11 of 11) sorted by relevance

/external/clang/include/clang/Basic/
DOpenMPKinds.def214 OPENMP_CLAUSE(seq_cst, OMPSeqCstClause)
/external/clang/include/clang/AST/
DOpenMPClause.h1149 class OMPSeqCstClause : public OMPClause {
1156 OMPSeqCstClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSeqCstClause() function
1161 OMPSeqCstClause() in OMPSeqCstClause() function
DRecursiveASTVisitor.h2709 bool RecursiveASTVisitor<Derived>::VisitOMPSeqCstClause(OMPSeqCstClause *) {
/external/clang/lib/AST/
DStmtProfile.cpp348 void OMPClauseProfiler::VisitOMPSeqCstClause(const OMPSeqCstClause *) {} in VisitOMPSeqCstClause() argument
DStmtPrinter.cpp711 void OMPClausePrinter::VisitOMPSeqCstClause(OMPSeqCstClause *) { in VisitOMPSeqCstClause() argument
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1829 C = new (Context) OMPSeqCstClause(); in readClause()
2032 void OMPClauseReader::VisitOMPSeqCstClause(OMPSeqCstClause *) {} in VisitOMPSeqCstClause() argument
DASTWriterStmt.cpp1874 void OMPClauseWriter::VisitOMPSeqCstClause(OMPSeqCstClause *) {} in VisitOMPSeqCstClause() argument
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp3208 bool IsSeqCst = S.getSingleClause<OMPSeqCstClause>(); in EmitOMPAtomicDirective()
/external/clang/tools/libclang/
DCIndex.cpp2115 void OMPClauseEnqueue::VisitOMPSeqCstClause(const OMPSeqCstClause *) {} in VisitOMPSeqCstClause() argument
/external/clang/lib/Sema/
DSemaOpenMP.cpp8003 return new (Context) OMPSeqCstClause(StartLoc, EndLoc); in ActOnOpenMPSeqCstClause()
DTreeTransform.h7782 TreeTransform<Derived>::TransformOMPSeqCstClause(OMPSeqCstClause *C) { in TransformOMPSeqCstClause()