Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprConstant.cpp2652 struct IncDecSubobjectHandler { struct
2653 EvalInfo &Info;
2654 const Expr *E;
2655 AccessKinds AccessKind;
2656 APValue *Old;
2658 typedef bool result_type;
2660 bool checkConst(QualType QT) { in checkConst()
2669 bool failed() { return false; } in failed()
2670 bool found(APValue &Subobj, QualType SubobjType) { in found()
2699 bool found(APSInt &Value, QualType SubobjType) { in found()
[all …]