Searched refs:CheckExpr (Results 1 – 5 of 5) sorted by relevance
693 bool RuntimeDyldCheckerImpl::check(StringRef CheckExpr) const { in check()694 CheckExpr = CheckExpr.trim(); in check()695 LLVM_DEBUG(dbgs() << "RuntimeDyldChecker: Checking '" << CheckExpr in check()698 bool Result = P.evaluate(CheckExpr); in check()700 LLVM_DEBUG(dbgs() << "RuntimeDyldChecker: '" << 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()[all …]
35 bool check(StringRef CheckExpr) const;
160 void CheckExpr(const Expr *E_p) { in CheckExpr() function in __anonee03a3320211::CheckOverflowOps234 CheckExpr(lhs); in VisitBinaryOperator()235 CheckExpr(rhs); in VisitBinaryOperator()
157 bool check(StringRef CheckExpr) const;
11333 void CheckExpr(Expr *E) { in CheckExpr() function in __anon16e8b5581311::SelfReferenceChecker11344 CheckExpr(cast<Expr>(Child)); in CheckExpr()11623 SelfReferenceChecker(S, OrigDecl).CheckExpr(E); in CheckSelfReference()