Searched defs:ModifySubobjectHandler (Results 1 – 2 of 2) sorted by relevance
2570 struct ModifySubobjectHandler { struct2571 EvalInfo &Info;2572 APValue &NewVal;2573 const Expr *E;2575 typedef bool result_type;2576 static const AccessKinds AccessKind = AK_Assign;2578 bool checkConst(QualType QT) { in checkConst()2587 bool failed() { return false; } in failed()2588 bool found(APValue &Subobj, QualType SubobjType) { in found()2595 bool found(APSInt &Value, QualType SubobjType) { in found()[all …]
3823 struct ModifySubobjectHandler { struct3824 EvalInfo &Info;3825 APValue &NewVal;3826 const Expr *E;3828 typedef bool result_type;3829 static const AccessKinds AccessKind = AK_Assign;3831 bool checkConst(QualType QT) { in checkConst()3840 bool failed() { return false; } in failed()3841 bool found(APValue &Subobj, QualType SubobjType) { in found()3848 bool found(APSInt &Value, QualType SubobjType) { in found()[all …]