Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp829 CheckExpr = CheckExpr.trim(); in check()
833 bool Result = P.evaluate(CheckExpr); in check()
845 std::string CheckExpr; in checkAllRulesInBuffer() local
860 CheckExpr += Line.substr(RulePrefix.size()).str(); in checkAllRulesInBuffer()
863 if (!CheckExpr.empty()) { in checkAllRulesInBuffer()
865 if (CheckExpr.back() != '\\') { in checkAllRulesInBuffer()
866 DidAllTestsPass &= check(CheckExpr); in checkAllRulesInBuffer()
867 CheckExpr.clear(); in checkAllRulesInBuffer()
870 CheckExpr.pop_back(); in checkAllRulesInBuffer()
1042 bool RuntimeDyldChecker::check(StringRef CheckExpr) const { in check()
[all …]
H A DRuntimeDyldCheckerImpl.h39 bool check(StringRef CheckExpr) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp159 void CheckExpr(const Expr *E_p) { in CheckExpr() function in __anon380cc5dd0211::CheckOverflowOps
236 CheckExpr(lhs); in VisitBinaryOperator()
237 CheckExpr(rhs); in VisitBinaryOperator()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h172 bool check(StringRef CheckExpr) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp12683 void CheckExpr(Expr *E) { in CheckExpr() function in __anon7daf71031d11::SelfReferenceChecker
12694 CheckExpr(cast<Expr>(Child)); in CheckExpr()
12974 SelfReferenceChecker(S, OrigDecl).CheckExpr(E); in CheckSelfReference()