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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp83 if (isZeroingPropIvar(POE) && isRemovable(POE)) {
92 if (isZeroingPropIvar(BOE) && isRemovable(BOE)) {
154 bool isZeroingPropIvar(Expr *E) { function in class:__anon3089::ZeroOutInDeallocRemover
157 return isZeroingPropIvar(BO);
159 return isZeroingPropIvar(PO);
163 bool isZeroingPropIvar(BinaryOperator *BOE) { function in class:__anon3089::ZeroOutInDeallocRemover
165 return isZeroingPropIvar(BOE->getLHS()) &&
166 isZeroingPropIvar(BOE->getRHS());
195 bool isZeroingPropIvar(PseudoObjectExpr *PO) { function in class:__anon3089::ZeroOutInDeallocRemover
220 return isZeroingPropIvar(
[all...]

Completed in 45 milliseconds