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