Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp4428 struct IncDecSubobjectHandler { struct
4429 EvalInfo &Info;
4430 const UnaryOperator *E;
4431 AccessKinds AccessKind;
4432 APValue *Old;
4434 typedef bool result_type;
4436 bool checkConst(QualType QT) { in checkConst()
4445 bool failed() { return false; } in failed()
4446 bool found(APValue &Subobj, QualType SubobjType) { in found()
4475 bool found(APSInt &Value, QualType SubobjType) { in found()
[all …]