Searched refs:isZeroingPropIvar (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp82 if (isZeroingPropIvar(POE) && isRemovable(POE)) {
91 if (isZeroingPropIvar(BOE) && isRemovable(BOE)) {
149 bool isZeroingPropIvar(Expr *E) { function in class:__anon1548::ZeroOutInDeallocRemover
152 return isZeroingPropIvar(BO);
154 return isZeroingPropIvar(PO);
158 bool isZeroingPropIvar(BinaryOperator *BOE) { function in class:__anon1548::ZeroOutInDeallocRemover
160 return isZeroingPropIvar(BOE->getLHS()) &&
161 isZeroingPropIvar(BOE->getRHS());
190 bool isZeroingPropIvar(PseudoObjectExpr *PO) { function in class:__anon1548::ZeroOutInDeallocRemover
215 return isZeroingPropIvar(
[all...]

Completed in 96 milliseconds