Searched defs:evalCall (Results 1 – 7 of 7) sorted by relevance
32 bool BuiltinFunctionChecker::evalCall(const CallExpr *CE, in evalCall() function in BuiltinFunctionChecker
35 bool ExprInspectionChecker::evalCall(const CallExpr *CE, in evalCall() function in ExprInspectionChecker
64 bool ChrootChecker::evalCall(const CallExpr *CE, CheckerContext &C) const { in evalCall() function in ChrootChecker
197 bool evalCall(const CallExpr *CE, CheckerContext &C) const { return true; } in evalCall() function in clang::ento::CheckerDocumentation
1818 bool CStringChecker::evalCall(const CallExpr *CE, CheckerContext &C) const { in evalCall() function in CStringChecker
3165 bool RetainCountChecker::evalCall(const CallExpr *CE, CheckerContext &C) const { in evalCall() function in RetainCountChecker
510 void ExprEngine::evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred, in evalCall() function in ExprEngine