Searched refs:CheckExpr (Results 1 – 5 of 5) sorted by relevance
129 void CheckExpr(const Expr *E_p) { in CheckExpr() function in __anonc437099a0211::CheckOverflowOps166 CheckExpr(lhs); in VisitBinaryOperator()167 CheckExpr(rhs); in VisitBinaryOperator()
78 bool check(StringRef CheckExpr) const;
691 bool RuntimeDyldCheckerImpl::check(StringRef CheckExpr) const { in check()692 CheckExpr = CheckExpr.trim(); in check()693 DEBUG(dbgs() << "RuntimeDyldChecker: Checking '" << CheckExpr << "'...\n"); in check()695 bool Result = P.evaluate(CheckExpr); in check()697 DEBUG(dbgs() << "RuntimeDyldChecker: '" << CheckExpr << "' " in check()922 bool RuntimeDyldChecker::check(StringRef CheckExpr) const { in check()923 return Impl->check(CheckExpr); in check()
28 bool check(StringRef CheckExpr) const;
8285 void CheckExpr(Expr *E) { in CheckExpr() function in __anon0d5093c00611::SelfReferenceChecker8296 CheckExpr(cast<Expr>(Child)); in CheckExpr()8577 SelfReferenceChecker(S, OrigDecl).CheckExpr(E); in CheckSelfReference()