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.cpp4581 struct IncDecSubobjectHandler { struct
4582 EvalInfo &Info;
4583 const UnaryOperator *E;
4584 AccessKinds AccessKind;
4585 APValue *Old;
4587 typedef bool result_type;
4589 bool checkConst(QualType QT) { in checkConst()
4598 bool failed() { return false; } in failed()
4599 bool found(APValue &Subobj, QualType SubobjType) { in found()
4628 bool found(APSInt &Value, QualType SubobjType) { in found()
[all …]