Lines Matching defs:IsPostfixUpdate
11346 bool IsPostfixUpdate;
11351 IsXLHSInRHSPart(false), Op(BO_PtrMemD), IsPostfixUpdate(false) {}
11374 bool isPostfixUpdate() const { return IsPostfixUpdate; }
11484 IsPostfixUpdate = AtomicUnaryOp->isPostfix();
11932 bool isPostfixUpdate() const { return IsPostfixUpdate; }
11963 bool IsPostfixUpdate = false;
12277 IsPostfixUpdate = true;
12474 bool IsPostfixUpdate = false;
12679 IsPostfixUpdate = Checker.isPostfixUpdate();
12751 IsPostfixUpdate = true;
12782 IsPostfixUpdate = false;
12828 IsPostfixUpdate = true;
12881 IsPostfixUpdate = Checker.isPostfixUpdate();
12926 {X, V, R, E, UE, D, CE, IsXLHSInRHSPart, IsPostfixUpdate, IsFailOnly});