Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6524 struct DestroyObjectHandler { struct
6525 EvalInfo &Info;
6526 const Expr *E;
6527 const LValue &This;
6528 const AccessKinds AccessKind;
6530 typedef bool result_type;
6531 bool failed() { return false; } in failed()
6532 bool found(APValue &Subobj, QualType SubobjType) { in found()
6536 bool found(APSInt &Value, QualType SubobjType) { in found()
6540 bool found(APFloat &Value, QualType SubobjType) { in found()