Home
last modified time | relevance | path

Searched defs:evalCall (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DBuiltinFunctionChecker.cpp32 bool BuiltinFunctionChecker::evalCall(const CallExpr *CE, in evalCall() function in BuiltinFunctionChecker
DChrootChecker.cpp65 bool ChrootChecker::evalCall(const CallExpr *CE, CheckerContext &C) const { in evalCall() function in ChrootChecker
DCheckerDocumentation.cpp212 bool evalCall(const CallExpr *CE, CheckerContext &C) const { return true; } in evalCall() function in clang::ento::CheckerDocumentation
DCStringChecker.cpp2015 bool CStringChecker::evalCall(const CallExpr *CE, CheckerContext &C) const { in evalCall() function in CStringChecker
DRetainCountChecker.cpp3345 bool RetainCountChecker::evalCall(const CallExpr *CE, CheckerContext &C) const { in evalCall() function in RetainCountChecker
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp498 void ExprEngine::evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred, in evalCall() function in ExprEngine