Searched refs:CheckExpr (Results 1 – 5 of 5) sorted by relevance
717 CheckExpr = CheckExpr.trim(); in check()721 bool Result = P.evaluate(CheckExpr); in check()733 std::string CheckExpr; in checkAllRulesInBuffer() local748 CheckExpr += Line.substr(RulePrefix.size()).str(); in checkAllRulesInBuffer()751 if (!CheckExpr.empty()) { in checkAllRulesInBuffer()753 if (CheckExpr.back() != '\\') { in checkAllRulesInBuffer()754 DidAllTestsPass &= check(CheckExpr); in checkAllRulesInBuffer()755 CheckExpr.clear(); in checkAllRulesInBuffer()758 CheckExpr.pop_back(); in checkAllRulesInBuffer()898 bool RuntimeDyldChecker::check(StringRef CheckExpr) const { in check()[all …]
35 bool check(StringRef CheckExpr) const;
158 void CheckExpr(const Expr *E_p) { in CheckExpr() function in __anon5f420dd70211::CheckOverflowOps235 CheckExpr(lhs); in VisitBinaryOperator()236 CheckExpr(rhs); in VisitBinaryOperator()
157 bool check(StringRef CheckExpr) const;
11889 void CheckExpr(Expr *E) { in CheckExpr() function in __anon4477f6fd1611::SelfReferenceChecker11900 CheckExpr(cast<Expr>(Child)); in CheckExpr()12179 SelfReferenceChecker(S, OrigDecl).CheckExpr(E); in CheckSelfReference()