Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDOpenMPKinds.def130 OPENMP_CLAUSE(seq_cst, OMPSeqCstClause)
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDOpenMPClause.h926 class OMPSeqCstClause : public OMPClause {
933 OMPSeqCstClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSeqCstClause() function
938 OMPSeqCstClause() in OMPSeqCstClause() function
HDDataRecursiveASTVisitor.h2521 bool RecursiveASTVisitor<Derived>::VisitOMPSeqCstClause(OMPSeqCstClause *) { in VisitOMPSeqCstClause() argument
HDRecursiveASTVisitor.h2553 bool RecursiveASTVisitor<Derived>::VisitOMPSeqCstClause(OMPSeqCstClause *) { in VisitOMPSeqCstClause() argument
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmtProfile.cpp325 void OMPClauseProfiler::VisitOMPSeqCstClause(const OMPSeqCstClause *) {} in VisitOMPSeqCstClause() argument
HDStmtPrinter.cpp682 void OMPClausePrinter::VisitOMPSeqCstClause(OMPSeqCstClause *) { in VisitOMPSeqCstClause() argument
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderStmt.cpp1756 C = new (Context) OMPSeqCstClause(); in readClause()
1864 void OMPClauseReader::VisitOMPSeqCstClause(OMPSeqCstClause *) {} in VisitOMPSeqCstClause() argument
HDASTWriterStmt.cpp1782 void OMPClauseWriter::VisitOMPSeqCstClause(OMPSeqCstClause *) {} in VisitOMPSeqCstClause() argument
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp5127 return new (Context) OMPSeqCstClause(StartLoc, EndLoc); in ActOnOpenMPSeqCstClause()
HDTreeTransform.h7284 TreeTransform<Derived>::TransformOMPSeqCstClause(OMPSeqCstClause *C) { in TransformOMPSeqCstClause()