Lines Matching defs:IsPostfixUpdate
11324 bool IsPostfixUpdate;
11329 IsXLHSInRHSPart(false), Op(BO_PtrMemD), IsPostfixUpdate(false) {}
11352 bool isPostfixUpdate() const { return IsPostfixUpdate; }
11462 IsPostfixUpdate = AtomicUnaryOp->isPostfix();
11910 bool isPostfixUpdate() const { return IsPostfixUpdate; }
11941 bool IsPostfixUpdate = false;
12255 IsPostfixUpdate = true;
12452 bool IsPostfixUpdate = false;
12657 IsPostfixUpdate = Checker.isPostfixUpdate();
12729 IsPostfixUpdate = true;
12760 IsPostfixUpdate = false;
12806 IsPostfixUpdate = true;
12859 IsPostfixUpdate = Checker.isPostfixUpdate();
12904 {X, V, R, E, UE, D, CE, IsXLHSInRHSPart, IsPostfixUpdate, IsFailOnly});