Lines Matching defs:CompoundAssignSubobjectHandler
2956 struct CompoundAssignSubobjectHandler { struct
2957 EvalInfo &Info;
2958 const Expr *E;
2959 QualType PromotedLHSType;
2960 BinaryOperatorKind Opcode;
2961 const APValue &RHS;
2963 static const AccessKinds AccessKind = AK_Assign;
2965 typedef bool result_type;
2967 bool checkConst(QualType QT) { in checkConst()
2976 bool failed() { return false; } in failed()
2977 bool found(APValue &Subobj, QualType SubobjType) { in found()
2996 bool found(APSInt &Value, QualType SubobjType) { in found()
3014 bool found(APFloat &Value, QualType SubobjType) { in found()
3021 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()
3046 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) { in foundString()