Searched refs:CheckExpr (Results 1 – 5 of 5) sorted by relevance
834 bool RuntimeDyldCheckerImpl::check(StringRef CheckExpr) const { in check()835 CheckExpr = CheckExpr.trim(); in check()836 LLVM_DEBUG(dbgs() << "RuntimeDyldChecker: Checking '" << CheckExpr in check()839 bool Result = P.evaluate(CheckExpr); in check()841 LLVM_DEBUG(dbgs() << "RuntimeDyldChecker: '" << CheckExpr << "' " in check()851 std::string CheckExpr; in checkAllRulesInBuffer() local866 CheckExpr += Line.substr(RulePrefix.size()).str(); in checkAllRulesInBuffer()869 if (!CheckExpr.empty()) { in checkAllRulesInBuffer()871 if (CheckExpr.back() != '\\') { in checkAllRulesInBuffer()872 DidAllTestsPass &= check(CheckExpr); in checkAllRulesInBuffer()[all …]
39 bool check(StringRef CheckExpr) const;
159 void CheckExpr(const Expr *E_p) { in CheckExpr() function in __anon5f9f32a70211::CheckOverflowOps236 CheckExpr(lhs); in VisitBinaryOperator()237 CheckExpr(rhs); in VisitBinaryOperator()
172 bool check(StringRef CheckExpr) const;
12482 void CheckExpr(Expr *E) { in CheckExpr() function in __anondd060bcd1e11::SelfReferenceChecker12493 CheckExpr(cast<Expr>(Child)); in CheckExpr()12773 SelfReferenceChecker(S, OrigDecl).CheckExpr(E); in CheckSelfReference()