Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6711 struct DestroyObjectHandler { struct
6712 EvalInfo &Info;
6713 const Expr *E;
6714 const LValue &This;
6715 const AccessKinds AccessKind;
6717 typedef bool result_type;
6718 bool failed() { return false; } in failed()
6719 bool found(APValue &Subobj, QualType SubobjType) { in found()
6723 bool found(APSInt &Value, QualType SubobjType) { in found()
6727 bool found(APFloat &Value, QualType SubobjType) { in found()