Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DBuiltinFunctionChecker.cpp32 bool BuiltinFunctionChecker::evalCall(const CallExpr *CE, in evalCall() function in BuiltinFunctionChecker
DExprInspectionChecker.cpp35 bool ExprInspectionChecker::evalCall(const CallExpr *CE, in evalCall() function in ExprInspectionChecker
DChrootChecker.cpp64 bool ChrootChecker::evalCall(const CallExpr *CE, CheckerContext &C) const { in evalCall() function in ChrootChecker
DCheckerDocumentation.cpp197 bool evalCall(const CallExpr *CE, CheckerContext &C) const { return true; } in evalCall() function in clang::ento::CheckerDocumentation
DCStringChecker.cpp1818 bool CStringChecker::evalCall(const CallExpr *CE, CheckerContext &C) const { in evalCall() function in CStringChecker
DRetainCountChecker.cpp3165 bool RetainCountChecker::evalCall(const CallExpr *CE, CheckerContext &C) const { in evalCall() function in RetainCountChecker
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp510 void ExprEngine::evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred, in evalCall() function in ExprEngine