Home
last modified time | relevance | path

Searched refs:isPlusOne (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.h163 bool isPlusOne(const Expr *E);
H A DTransforms.cpp72 return isPlusOne(E->getRHS()); in isPlusOneAssign()
75 bool trans::isPlusOne(const Expr *E) { in isPlusOne() function in trans
H A DTransRetainReleaseDealloc.cpp232 return isPlusOne(VD->getInit()); in isPlusOneAssignToVar()