Home | History | Annotate | Download | only in Checkers

Lines Matching full:att

277                                        const OwnershipAttr* Att,
300 const OwnershipAttr* Att,
1045 const OwnershipAttr *Att,
1050 if (Att->getModule() != II_malloc)
1053 OwnershipAttr::args_iterator I = Att->args_begin(), E = Att->args_end();
1139 const OwnershipAttr *Att,
1144 if (Att->getModule() != II_malloc)
1149 for (const auto &Arg : Att->args()) {
1151 Att->getOwnKind() == OwnershipAttr::Holds,