Searched defs:CompoundAssignSubobjectHandler (Results 1 – 1 of 1) sorted by relevance
3398 struct CompoundAssignSubobjectHandler { struct3399 EvalInfo &Info;3400 const Expr *E;3401 QualType PromotedLHSType;3402 BinaryOperatorKind Opcode;3403 const APValue &RHS;3405 static const AccessKinds AccessKind = AK_Assign;3407 typedef bool result_type;3409 bool checkConst(QualType QT) { in checkConst()3418 bool failed() { return false; } in failed()[all …]