Searched refs:OMPNowaitClause (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1244 bool WithNowait = D.getSingleClause<OMPNowaitClause>() ||
2774 if (!S.getSingleClause<OMPNowaitClause>() || HasLastprivates)
2792 if (!S.getSingleClause<OMPNowaitClause>() || HasLastprivates)
2942 if (HasLastprivates && S.getSingleClause<OMPNowaitClause>()) {
2956 if (!S.getSingleClause<OMPNowaitClause>()) {
3005 if (!S.getSingleClause<OMPNowaitClause>() && CopyprivateVars.empty()) {
3008 S.getSingleClause<OMPNowaitClause>() ? OMPD_unknown : OMPD_single);
3504 llvm::APInt TrueOrFalse(32, S.hasClausesOfKind<OMPNowaitClause>() ? 1 : 0);
H A DCGOpenMPRuntime.cpp5073 if (D.hasClausesOfKind<OMPNowaitClause>()) {
9213 bool HasNowait = D.hasClausesOfKind<OMPNowaitClause>();
10107 const bool HasNowait = D.hasClausesOfKind<OMPNowaitClause>();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1569 class OMPNowaitClause : public OMPClause { class in namespace:clang
1575 OMPNowaitClause(SourceLocation StartLoc, SourceLocation EndLoc) function in class:clang::OMPNowaitClause
1579 OMPNowaitClause() function in class:clang::OMPNowaitClause
H A DRecursiveASTVisitor.h3084 bool RecursiveASTVisitor<Derived>::VisitOMPNowaitClause(OMPNowaitClause *) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp504 void OMPClauseProfiler::VisitOMPNowaitClause(const OMPNowaitClause *) {}
H A DOpenMPClause.cpp1303 void OMPClausePrinter::VisitOMPNowaitClause(OMPNowaitClause *) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6134 void OMPClauseWriter::VisitOMPNowaitClause(OMPNowaitClause *) {}
H A DASTReader.cpp11557 C = new (Context) OMPNowaitClause();
11823 void OMPClauseReader::VisitOMPNowaitClause(OMPNowaitClause *) {}
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8741 TreeTransform<Derived>::TransformOMPNowaitClause(OMPNowaitClause *C) {
H A DSemaOpenMP.cpp12327 return new (Context) OMPNowaitClause(StartLoc, EndLoc);

Completed in 579 milliseconds