Searched refs:CheckExpr (Results 1 – 5 of 5) sorted by relevance
694 CheckExpr = CheckExpr.trim(); in check()698 bool Result = P.evaluate(CheckExpr); in check()710 std::string CheckExpr; in checkAllRulesInBuffer() local725 CheckExpr += Line.substr(RulePrefix.size()).str(); in checkAllRulesInBuffer()728 if (!CheckExpr.empty()) { in checkAllRulesInBuffer()730 if (CheckExpr.back() != '\\') { in checkAllRulesInBuffer()731 DidAllTestsPass &= check(CheckExpr); in checkAllRulesInBuffer()732 CheckExpr.clear(); in checkAllRulesInBuffer()735 CheckExpr.pop_back(); in checkAllRulesInBuffer()875 bool RuntimeDyldChecker::check(StringRef CheckExpr) const { in check()[all …]
35 bool check(StringRef CheckExpr) const;
160 void CheckExpr(const Expr *E_p) { in CheckExpr() function in __anonc8fb035b0211::CheckOverflowOps234 CheckExpr(lhs); in VisitBinaryOperator()235 CheckExpr(rhs); in VisitBinaryOperator()
157 bool check(StringRef CheckExpr) const;
11392 void CheckExpr(Expr *E) { in CheckExpr() function in __anone3e098811311::SelfReferenceChecker11403 CheckExpr(cast<Expr>(Child)); in CheckExpr()11682 SelfReferenceChecker(S, OrigDecl).CheckExpr(E); in CheckSelfReference()