Searched refs:CheckExpr (Results 1 – 5 of 5) sorted by relevance
687 bool RuntimeDyldCheckerImpl::check(StringRef CheckExpr) const { in check()688 CheckExpr = CheckExpr.trim(); in check()689 DEBUG(dbgs() << "RuntimeDyldChecker: Checking '" << CheckExpr << "'...\n"); in check()691 bool Result = P.evaluate(CheckExpr); in check()693 DEBUG(dbgs() << "RuntimeDyldChecker: '" << CheckExpr << "' " in check()922 bool RuntimeDyldChecker::check(StringRef CheckExpr) const { in check()923 return Impl->check(CheckExpr); in check()
29 bool check(StringRef CheckExpr) const;
161 void CheckExpr(const Expr *E_p) { in CheckExpr() function in __anon382feb090211::CheckOverflowOps232 CheckExpr(lhs); in VisitBinaryOperator()233 CheckExpr(rhs); in VisitBinaryOperator()
79 bool check(StringRef CheckExpr) const;
8786 void CheckExpr(Expr *E) { in CheckExpr() function in __anonb54c7a2f0811::SelfReferenceChecker8797 CheckExpr(cast<Expr>(Child)); in CheckExpr()9082 SelfReferenceChecker(S, OrigDecl).CheckExpr(E); in CheckSelfReference()