Searched defs:CompoundAssignSubobjectHandler (Results 1 – 1 of 1) sorted by relevance
4333 struct CompoundAssignSubobjectHandler { struct4334 EvalInfo &Info;4335 const CompoundAssignOperator *E;4336 QualType PromotedLHSType;4337 BinaryOperatorKind Opcode;4338 const APValue &RHS;4340 static const AccessKinds AccessKind = AK_Assign;4342 typedef bool result_type;4344 bool checkConst(QualType QT) { in checkConst()4353 bool failed() { return false; } in failed()[all …]