Home
last modified time | relevance | path

Searched refs:OMPRelaxedClause (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h2121 class OMPRelaxedClause final : public OMPClause {
2127 OMPRelaxedClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPRelaxedClause() function
2131 OMPRelaxedClause() in OMPRelaxedClause() function
DRecursiveASTVisitor.h3147 bool RecursiveASTVisitor<Derived>::VisitOMPRelaxedClause(OMPRelaxedClause *) {
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMP.td163 def OMPC_Relaxed : Clause<"relaxed"> { let clangClass = "OMPRelaxedClause"; }
DOMPKinds.def78 __OMP_CLAUSE(relaxed, OMPRelaxedClause)
/external/llvm-project/clang/lib/AST/
DStmtProfile.cpp531 void OMPClauseProfiler::VisitOMPRelaxedClause(const OMPRelaxedClause *) {} in VisitOMPRelaxedClause() argument
DOpenMPClause.cpp1671 void OMPClausePrinter::VisitOMPRelaxedClause(OMPRelaxedClause *) { in VisitOMPRelaxedClause() argument
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp11906 C = new (Context) OMPRelaxedClause(); in readClause()
12225 void OMPClauseReader::VisitOMPRelaxedClause(OMPRelaxedClause *) {} in VisitOMPRelaxedClause() argument
DASTWriter.cpp6353 void OMPClauseWriter::VisitOMPRelaxedClause(OMPRelaxedClause *) {} in VisitOMPRelaxedClause() argument
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp5422 } else if (S.getSingleClause<OMPRelaxedClause>()) { in EmitOMPAtomicDirective()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2263 void OMPClauseEnqueue::VisitOMPRelaxedClause(const OMPRelaxedClause *) {} in VisitOMPRelaxedClause() argument
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h9186 TreeTransform<Derived>::TransformOMPRelaxedClause(OMPRelaxedClause *C) { in TransformOMPRelaxedClause()
DSemaOpenMP.cpp13617 return new (Context) OMPRelaxedClause(StartLoc, EndLoc); in ActOnOpenMPRelaxedClause()