Home | History | Annotate | Download | only in Checkers

Lines Matching full:callexpr

1953       if (const CallExpr *CE = dyn_cast<CallExpr>(S)) {
2014 // We only have summaries attached to nodes after evaluating CallExpr and
2018 if (const CallExpr *CE = dyn_cast<CallExpr>(S)) {
2023 for (CallExpr::const_arg_iterator AI=CE->arg_begin(), AE=CE->arg_end();
2069 CurrSt->getSValAsScalarOrLoc(cast<CallExpr>(S)->getCallee(), LCtx);
2631 bool evalCall(const CallExpr *CE, CheckerContext &C) const;
3345 bool RetainCountChecker::evalCall(const CallExpr *CE, CheckerContext &C) const {