Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp716 bool RuntimeDyldCheckerImpl::check(StringRef CheckExpr) const { in check()
717 CheckExpr = CheckExpr.trim(); in check()
718 LLVM_DEBUG(dbgs() << "RuntimeDyldChecker: Checking '" << CheckExpr in check()
721 bool Result = P.evaluate(CheckExpr); in check()
723 LLVM_DEBUG(dbgs() << "RuntimeDyldChecker: '" << 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()
[all …]
H A DRuntimeDyldCheckerImpl.h35 bool check(StringRef CheckExpr) const;
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp159 void CheckExpr(const Expr *E_p) { in CheckExpr() function in __anon55ae42fe0211::CheckOverflowOps
236 CheckExpr(lhs); in VisitBinaryOperator()
237 CheckExpr(rhs); in VisitBinaryOperator()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h157 bool check(StringRef CheckExpr) const;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp12246 void CheckExpr(Expr *E) { in CheckExpr() function in __anon5c4a19241b11::SelfReferenceChecker
12257 CheckExpr(cast<Expr>(Child)); in CheckExpr()
12536 SelfReferenceChecker(S, OrigDecl).CheckExpr(E); in CheckSelfReference()