Searched refs:CheckExpr (Results 1 – 8 of 8) sorted by relevance
689 bool RuntimeDyldCheckerImpl::check(StringRef CheckExpr) const { in check()690 CheckExpr = CheckExpr.trim(); in check()691 DEBUG(dbgs() << "RuntimeDyldChecker: Checking '" << CheckExpr << "'...\n"); in check()693 bool Result = P.evaluate(CheckExpr); in check()695 DEBUG(dbgs() << "RuntimeDyldChecker: '" << CheckExpr << "' " in check()924 bool RuntimeDyldChecker::check(StringRef CheckExpr) const { in check()925 return Impl->check(CheckExpr); in check()
28 bool check(StringRef CheckExpr) const;
689 bool RuntimeDyldCheckerImpl::check(StringRef CheckExpr) const { in check()690 CheckExpr = CheckExpr.trim(); in check()691 LLVM_DEBUG(dbgs() << "RuntimeDyldChecker: Checking '" << CheckExpr in check()694 bool Result = P.evaluate(CheckExpr); in check()696 LLVM_DEBUG(dbgs() << "RuntimeDyldChecker: '" << CheckExpr << "' " in check()950 bool RuntimeDyldChecker::check(StringRef CheckExpr) const { in check()951 return Impl->check(CheckExpr); in check()
161 void CheckExpr(const Expr *E_p) { in CheckExpr() function in __anon1bd4ffd20211::CheckOverflowOps232 CheckExpr(lhs); in VisitBinaryOperator()233 CheckExpr(rhs); in VisitBinaryOperator()
83 bool check(StringRef CheckExpr) const;
85 bool check(StringRef CheckExpr) const;
9121 void CheckExpr(Expr *E) { in CheckExpr() function in __anon012cf1f80811::SelfReferenceChecker9132 CheckExpr(cast<Expr>(Child)); in CheckExpr()9417 SelfReferenceChecker(S, OrigDecl).CheckExpr(E); in CheckSelfReference()