Lines Matching defs:CompoundAssignSubobjectHandler
4275 struct CompoundAssignSubobjectHandler { struct
4276 EvalInfo &Info;
4277 const CompoundAssignOperator *E;
4278 QualType PromotedLHSType;
4279 BinaryOperatorKind Opcode;
4280 const APValue &RHS;
4282 static const AccessKinds AccessKind = AK_Assign;
4284 typedef bool result_type;
4286 bool checkConst(QualType QT) { in checkConst()
4295 bool failed() { return false; } in failed()
4296 bool found(APValue &Subobj, QualType SubobjType) { in found()
4318 bool foundVector(APValue &Value, QualType SubobjType) { in foundVector()
4329 bool found(APSInt &Value, QualType SubobjType) { in found()
4361 bool found(APFloat &Value, QualType SubobjType) { in found()
4368 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()