Searched refs:CheckExpr (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h75 bool check(StringRef CheckExpr) const;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp129 void CheckExpr(const Expr *E_p) { function in class:__anon18205::CheckOverflowOps
166 CheckExpr(lhs);
167 CheckExpr(rhs);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp570 bool RuntimeDyldChecker::check(StringRef CheckExpr) const {
571 CheckExpr = CheckExpr.trim();
572 DEBUG(llvm::dbgs() << "RuntimeDyldChecker: Checking '" << CheckExpr
575 bool Result = P.evaluate(CheckExpr);
577 DEBUG(llvm::dbgs() << "RuntimeDyldChecker: '" << CheckExpr << "' "

Completed in 382 milliseconds