Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp2884 struct IncDecSubobjectHandler { struct
2885 EvalInfo &Info;
2886 const Expr *E;
2887 AccessKinds AccessKind;
2888 APValue *Old;
2890 typedef bool result_type;
2892 bool checkConst(QualType QT) { in checkConst()
2901 bool failed() { return false; } in failed()
2902 bool found(APValue &Subobj, QualType SubobjType) { in found()
2931 bool found(APSInt &Value, QualType SubobjType) { in found()
[all …]