Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp694 CheckExpr = CheckExpr.trim(); in check()
698 bool Result = P.evaluate(CheckExpr); in check()
710 std::string CheckExpr; in checkAllRulesInBuffer() local
725 CheckExpr += Line.substr(RulePrefix.size()).str(); in checkAllRulesInBuffer()
728 if (!CheckExpr.empty()) { in checkAllRulesInBuffer()
730 if (CheckExpr.back() != '\\') { in checkAllRulesInBuffer()
731 DidAllTestsPass &= check(CheckExpr); in checkAllRulesInBuffer()
732 CheckExpr.clear(); in checkAllRulesInBuffer()
735 CheckExpr.pop_back(); in checkAllRulesInBuffer()
875 bool RuntimeDyldChecker::check(StringRef CheckExpr) const { in check()
[all …]
H A DRuntimeDyldCheckerImpl.h35 bool check(StringRef CheckExpr) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp160 void CheckExpr(const Expr *E_p) { in CheckExpr() function in __anonc8fb035b0211::CheckOverflowOps
234 CheckExpr(lhs); in VisitBinaryOperator()
235 CheckExpr(rhs); in VisitBinaryOperator()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h157 bool check(StringRef CheckExpr) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp11392 void CheckExpr(Expr *E) { in CheckExpr() function in __anone3e098811311::SelfReferenceChecker
11403 CheckExpr(cast<Expr>(Child)); in CheckExpr()
11682 SelfReferenceChecker(S, OrigDecl).CheckExpr(E); in CheckSelfReference()