Searched defs:evalCall (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ | ||
D | BuiltinFunctionChecker.cpp | 32 bool BuiltinFunctionChecker::evalCall(const CallExpr *CE, in evalCall() function in BuiltinFunctionChecker |
D | ChrootChecker.cpp | 65 bool ChrootChecker::evalCall(const CallExpr *CE, CheckerContext &C) const { in evalCall() function in ChrootChecker |
D | CheckerDocumentation.cpp | 212 bool evalCall(const CallExpr *CE, CheckerContext &C) const { return true; } in evalCall() function in clang::ento::CheckerDocumentation |
D | CStringChecker.cpp | 2015 bool CStringChecker::evalCall(const CallExpr *CE, CheckerContext &C) const { in evalCall() function in CStringChecker |
D | RetainCountChecker.cpp | 3345 bool RetainCountChecker::evalCall(const CallExpr *CE, CheckerContext &C) const { in evalCall() function in RetainCountChecker |
/external/clang/lib/StaticAnalyzer/Core/ | ||
D | ExprEngineCallAndReturn.cpp | 498 void ExprEngine::evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred, in evalCall() function in ExprEngine |