Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp4826 struct IncDecSubobjectHandler { struct
4827 EvalInfo &Info;
4828 const UnaryOperator *E;
4829 AccessKinds AccessKind;
4830 APValue *Old;
4832 typedef bool result_type;
4834 bool checkConst(QualType QT) { in checkConst()
4843 bool failed() { return false; } in failed()
4844 bool found(APValue &Subobj, QualType SubobjType) { in found()
4873 bool found(APSInt &Value, QualType SubobjType) { in found()
[all …]