HomeSort by relevance Sort by last modified time
    Searched refs:isPlusOneAssign (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/ARCMigrate/
Transforms.h 163 bool isPlusOneAssign(const BinaryOperator *E);
TransProperties.cpp 297 if (isPlusOneAssign(E))
TransRetainReleaseDealloc.cpp 222 return (RefD == getReferencedDecl(Bop->getLHS())) && isPlusOneAssign(Bop);
Transforms.cpp 72 bool trans::isPlusOneAssign(const BinaryOperator *E) {

Completed in 52 milliseconds