Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DStmtProfile.cpp569 void OMPClauseProfiler::VisitOMPSeqCstClause(const OMPSeqCstClause *) {} in VisitOMPSeqCstClause() argument
H A DOpenMPClause.cpp1879 void OMPClausePrinter::VisitOMPSeqCstClause(OMPSeqCstClause *) { in VisitOMPSeqCstClause() argument
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h2318 class OMPSeqCstClause : public OMPClause {
2324 OMPSeqCstClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSeqCstClause() function
2328 OMPSeqCstClause() in OMPSeqCstClause() function
H A DRecursiveASTVisitor.h3388 bool RecursiveASTVisitor<Derived>::VisitOMPSeqCstClause(OMPSeqCstClause *) {
/openbsd/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td212 def OMPC_SeqCst : Clause<"seq_cst"> { let clangClass = "OMPSeqCstClause"; }
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp10042 C = new (Context) OMPSeqCstClause(); in readClause()
10422 void OMPClauseReader::VisitOMPSeqCstClause(OMPSeqCstClause *) {} in VisitOMPSeqCstClause() argument
H A DASTWriter.cpp6507 void OMPClauseWriter::VisitOMPSeqCstClause(OMPSeqCstClause *) {} in VisitOMPSeqCstClause() argument
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2386 void OMPClauseEnqueue::VisitOMPSeqCstClause(const OMPSeqCstClause *) {} in VisitOMPSeqCstClause() argument
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6469 if (S.getSingleClause<OMPSeqCstClause>()) { in EmitOMPAtomicDirective()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h9741 TreeTransform<Derived>::TransformOMPSeqCstClause(OMPSeqCstClause *C) { in TransformOMPSeqCstClause()
H A DSemaOpenMP.cpp17434 return new (Context) OMPSeqCstClause(StartLoc, EndLoc); in ActOnOpenMPSeqCstClause()