Lines Matching refs:getArgExpr
67 const Expr *getArgExpr(const CallExpr *CE, CheckerContext &C) const;
187 const Expr *ExprInspectionChecker::getArgExpr(const CallExpr *CE, in getArgExpr() function in ExprInspectionChecker
198 const Expr *Arg = getArgExpr(CE, C); in getArgRegion()
254 const Expr *Arg = getArgExpr(CE, C); in analyzerExplain()
289 const Expr *Arg = getArgExpr(CE, C); in analyzerValue()
304 const Expr *Arg = getArgExpr(CE, C); in analyzerDumpSValType()
314 const Expr *Arg = getArgExpr(CE, C); in analyzerDump()
324 const Expr *Arg = getArgExpr(CE, C); in analyzerGetExtent()
337 const Expr *Arg = getArgExpr(CE, C); in analyzerDumpExtent()
362 C.getState(), C.getSVal(getArgExpr(CE, C)), ElementTy); in analyzerDumpElementCount()
373 const Expr *Arg = getArgExpr(CE, C); in analyzerWarnOnDeadSymbol()
526 const Expr *Arg = getArgExpr(CE, C); in analyzerExpress()