Searched refs:isZeroingPropIvar (Results 1 – 1 of 1) sorted by relevance
83 if (isZeroingPropIvar(POE) && isRemovable(POE)) { in VisitPseudoObjectExpr()92 if (isZeroingPropIvar(BOE) && isRemovable(BOE)) { in VisitBinaryOperator()154 bool isZeroingPropIvar(Expr *E) { in isZeroingPropIvar() function in __anon881773cf0111::ZeroOutInDeallocRemover157 return isZeroingPropIvar(BO); in isZeroingPropIvar()159 return isZeroingPropIvar(PO); in isZeroingPropIvar()163 bool isZeroingPropIvar(BinaryOperator *BOE) { in isZeroingPropIvar() function in __anon881773cf0111::ZeroOutInDeallocRemover165 return isZeroingPropIvar(BOE->getLHS()) && in isZeroingPropIvar()166 isZeroingPropIvar(BOE->getRHS()); in isZeroingPropIvar()195 bool isZeroingPropIvar(PseudoObjectExpr *PO) { in isZeroingPropIvar() function in __anon881773cf0111::ZeroOutInDeallocRemover220 return isZeroingPropIvar(E); in isZero()