Lines Matching defs:CompoundAssignSubobjectHandler
4331 struct CompoundAssignSubobjectHandler { struct
4332 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()
4352 bool found(APValue &Subobj, QualType SubobjType) { in found()
4374 bool foundVector(APValue &Value, QualType SubobjType) { in foundVector()
4385 bool found(APSInt &Value, QualType SubobjType) { in found()
4417 bool found(APFloat &Value, QualType SubobjType) { in found()
4424 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()