Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprConstant.cpp2885 struct IncDecSubobjectHandler { struct
2886 EvalInfo &Info;
2887 const Expr *E;
2888 AccessKinds AccessKind;
2889 APValue *Old;
2891 typedef bool result_type;
2893 bool checkConst(QualType QT) { in checkConst()
2902 bool failed() { return false; } in failed()
2903 bool found(APValue &Subobj, QualType SubobjType) { in found()
2932 bool found(APSInt &Value, QualType SubobjType) { in found()
[all …]