Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td161 def OMPC_SeqCst : Clause<"seq_cst"> { let clangClass = "OMPSeqCstClause"; }
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h2051 class OMPSeqCstClause : public OMPClause {
2057 OMPSeqCstClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSeqCstClause() function
2061 OMPSeqCstClause() in OMPSeqCstClause() function
H A DRecursiveASTVisitor.h3182 bool RecursiveASTVisitor<Derived>::VisitOMPSeqCstClause(OMPSeqCstClause *) {
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp542 void OMPClauseProfiler::VisitOMPSeqCstClause(const OMPSeqCstClause *) {} in VisitOMPSeqCstClause() argument
H A DOpenMPClause.cpp1726 void OMPClausePrinter::VisitOMPSeqCstClause(OMPSeqCstClause *) { in VisitOMPSeqCstClause() argument
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp11763 C = new (Context) OMPSeqCstClause(); in readClause()
12107 void OMPClauseReader::VisitOMPSeqCstClause(OMPSeqCstClause *) {} in VisitOMPSeqCstClause() argument
H A DASTWriter.cpp6131 void OMPClauseWriter::VisitOMPSeqCstClause(OMPSeqCstClause *) {} in VisitOMPSeqCstClause() argument
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2265 void OMPClauseEnqueue::VisitOMPSeqCstClause(const OMPSeqCstClause *) {} in VisitOMPSeqCstClause() argument
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5840 if (S.getSingleClause<OMPSeqCstClause>()) { in EmitOMPAtomicDirective()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h9330 TreeTransform<Derived>::TransformOMPSeqCstClause(OMPSeqCstClause *C) { in TransformOMPSeqCstClause()
H A DSemaOpenMP.cpp14696 return new (Context) OMPSeqCstClause(StartLoc, EndLoc); in ActOnOpenMPSeqCstClause()