Home | History | Annotate | Download | only in Checkers

Lines Matching refs:ArgExpr

1066                                           const Expr *ArgExpr,
1073 SVal ArgVal = State->getSVal(ArgExpr, C.getLocationContext());
1098 ReportBadFree(C, ArgVal, ArgExpr->getSourceRange(), ParentExpr);
1106 ReportBadFree(C, ArgVal, ArgExpr->getSourceRange(), ParentExpr);
1123 ReportBadFree(C, ArgVal, ArgExpr->getSourceRange(), ParentExpr);
1154 ReportMismatchedDealloc(C, ArgExpr->getSourceRange(),
1166 ReportOffsetFree(C, ArgVal, ArgExpr->getSourceRange(), ParentExpr,