Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2482 class OMPRelaxedClause final : public OMPClause {
2488 OMPRelaxedClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPRelaxedClause() function
2492 OMPRelaxedClause() in OMPRelaxedClause() function
H A DRecursiveASTVisitor.h3494 bool RecursiveASTVisitor<Derived>::VisitOMPRelaxedClause(OMPRelaxedClause *) {
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp595 void OMPClauseProfiler::VisitOMPRelaxedClause(const OMPRelaxedClause *) {} in VisitOMPRelaxedClause() argument
H A DOpenMPClause.cpp1956 void OMPClausePrinter::VisitOMPRelaxedClause(OMPRelaxedClause *) { in VisitOMPRelaxedClause() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td369 let clangClass = "OMPRelaxedClause";
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10477 C = new (Context) OMPRelaxedClause(); in readClause()
10878 void OMPClauseReader::VisitOMPRelaxedClause(OMPRelaxedClause *) {} in VisitOMPRelaxedClause() argument
H A DASTWriter.cpp7239 void OMPClauseWriter::VisitOMPRelaxedClause(OMPRelaxedClause *) {} in VisitOMPRelaxedClause() argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6592 } else if (S.getSingleClause<OMPRelaxedClause>()) { in EmitOMPAtomicDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10274 TreeTransform<Derived>::TransformOMPRelaxedClause(OMPRelaxedClause *C) { in TransformOMPRelaxedClause()
H A DSemaOpenMP.cpp16562 return new (getASTContext()) OMPRelaxedClause(StartLoc, EndLoc); in ActOnOpenMPRelaxedClause()