Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp4546 struct IncDecSubobjectHandler { struct
4547 EvalInfo &Info;
4548 const UnaryOperator *E;
4549 AccessKinds AccessKind;
4550 APValue *Old;
4552 typedef bool result_type;
4554 bool checkConst(QualType QT) { in checkConst()
4563 bool failed() { return false; } in failed()
4564 bool found(APValue &Subobj, QualType SubobjType) { in found()
4593 bool found(APSInt &Value, QualType SubobjType) { in found()
[all …]