Lines Matching defs:CompoundAssignSubobjectHandler
4333 struct CompoundAssignSubobjectHandler { struct
4334 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()
4354 bool found(APValue &Subobj, QualType SubobjType) { in found()
4376 bool foundVector(APValue &Value, QualType SubobjType) { in foundVector()
4387 bool found(APSInt &Value, QualType SubobjType) { in found()
4419 bool found(APFloat &Value, QualType SubobjType) { in found()
4426 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()