Home
last modified time | relevance | path

Searched defs:ModifySubobjectHandler (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DExprConstant.cpp2570 struct ModifySubobjectHandler { struct
2571 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 …]
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp3823 struct ModifySubobjectHandler { struct
3824 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 …]