Searched refs:CheckExpr (Results 1 – 5 of 5) sorted by relevance
829 CheckExpr = CheckExpr.trim(); in check()833 bool Result = P.evaluate(CheckExpr); in check()845 std::string CheckExpr; in checkAllRulesInBuffer() local860 CheckExpr += Line.substr(RulePrefix.size()).str(); in checkAllRulesInBuffer()863 if (!CheckExpr.empty()) { in checkAllRulesInBuffer()865 if (CheckExpr.back() != '\\') { in checkAllRulesInBuffer()866 DidAllTestsPass &= check(CheckExpr); in checkAllRulesInBuffer()867 CheckExpr.clear(); in checkAllRulesInBuffer()870 CheckExpr.pop_back(); in checkAllRulesInBuffer()1042 bool RuntimeDyldChecker::check(StringRef CheckExpr) const { in check()[all …]
39 bool check(StringRef CheckExpr) const;
159 void CheckExpr(const Expr *E_p) { in CheckExpr() function in __anon380cc5dd0211::CheckOverflowOps236 CheckExpr(lhs); in VisitBinaryOperator()237 CheckExpr(rhs); in VisitBinaryOperator()
172 bool check(StringRef CheckExpr) const;
12683 void CheckExpr(Expr *E) { in CheckExpr() function in __anon7daf71031d11::SelfReferenceChecker12694 CheckExpr(cast<Expr>(Child)); in CheckExpr()12974 SelfReferenceChecker(S, OrigDecl).CheckExpr(E); in CheckSelfReference()