Home
last modified time | relevance | path

Searched refs:HandleDestruction (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp701 static bool HandleDestruction(EvalInfo &Info, const Expr *E,
703 static bool HandleDestruction(EvalInfo &Info, SourceLocation Loc,
731 return HandleDestruction(Info, Loc, Base, *Value.getPointer(), T); in endLifetime()
6797 static bool HandleDestruction(EvalInfo &Info, const Expr *E, in HandleDestruction() function
6805 static bool HandleDestruction(EvalInfo &Info, SourceLocation Loc, in HandleDestruction() function
7973 HandleDestruction(Info, PDE, ThisVal, PDE->getDestroyedType()); in handleCallExpr()
8119 return HandleDestruction(Info, E, *This, in handleCallExpr()
15707 if (!HandleDestruction(Info, E->getExprLoc(), Pointer.getLValueBase(), in VisitCXXDeleteExpr()
16073 if (!HandleDestruction(Info, Loc, Base, DestroyedValue, Type) || in EvaluateDestruction()