Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransforms.h164 bool isPlusOne(const Expr *E);
H A DTransforms.cpp71 return isPlusOne(E->getRHS()); in isPlusOneAssign()
74 bool trans::isPlusOne(const Expr *E) { in isPlusOne() function in trans
H A DTransRetainReleaseDealloc.cpp233 return isPlusOne(VD->getInit()); in isPlusOneAssignToVar()