Searched refs:hasIntExpr (Results 1 – 5 of 5) sorted by relevance
501 bool hasIntExpr() const { return !getExprs().empty(); } in hasIntExpr() function503 return hasIntExpr() ? getExprs()[0] : nullptr; in getIntExpr()506 Expr *getIntExpr() { return hasIntExpr() ? getExprs()[0] : nullptr; }; in getIntExpr()
415 if (C.hasIntExpr()) { in VisitAsyncClause()
2541 assert(Clause.hasIntExpr() && "num_workers clause requires a valid int expr"); in VisitNumWorkersClause()2583 assert(Clause.hasIntExpr() && in VisitVectorLengthClause()2589 if (Clause.hasIntExpr()) in VisitAsyncClause()
8042 writeBool(AC->hasIntExpr()); in writeOpenACCClause()8043 if (AC->hasIntExpr()) in writeOpenACCClause()
11503 if (C.hasIntExpr()) { in VisitAsyncClause()