Home
last modified time | relevance | path

Searched refs:CheckExpr (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp717 CheckExpr = CheckExpr.trim(); in check()
721 bool Result = P.evaluate(CheckExpr); in check()
733 std::string CheckExpr; in checkAllRulesInBuffer() local
748 CheckExpr += Line.substr(RulePrefix.size()).str(); in checkAllRulesInBuffer()
751 if (!CheckExpr.empty()) { in checkAllRulesInBuffer()
753 if (CheckExpr.back() != '\\') { in checkAllRulesInBuffer()
754 DidAllTestsPass &= check(CheckExpr); in checkAllRulesInBuffer()
755 CheckExpr.clear(); in checkAllRulesInBuffer()
758 CheckExpr.pop_back(); in checkAllRulesInBuffer()
898 bool RuntimeDyldChecker::check(StringRef CheckExpr) const { in check()
[all …]
H A DRuntimeDyldCheckerImpl.h35 bool check(StringRef CheckExpr) const;
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp158 void CheckExpr(const Expr *E_p) { in CheckExpr() function in __anon5f420dd70211::CheckOverflowOps
235 CheckExpr(lhs); in VisitBinaryOperator()
236 CheckExpr(rhs); in VisitBinaryOperator()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h157 bool check(StringRef CheckExpr) const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp11889 void CheckExpr(Expr *E) { in CheckExpr() function in __anon4477f6fd1611::SelfReferenceChecker
11900 CheckExpr(cast<Expr>(Child)); in CheckExpr()
12179 SelfReferenceChecker(S, OrigDecl).CheckExpr(E); in CheckSelfReference()