Searched refs:HandleDestruction (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 696 static bool HandleDestruction(EvalInfo &Info, const Expr *E, 698 static bool HandleDestruction(EvalInfo &Info, SourceLocation Loc, 726 return HandleDestruction(Info, Loc, Base, *Value.getPointer(), T); in endLifetime() 6736 static bool HandleDestruction(EvalInfo &Info, const Expr *E, in HandleDestruction() function 6744 static bool HandleDestruction(EvalInfo &Info, SourceLocation Loc, in HandleDestruction() function 7910 HandleDestruction(Info, PDE, ThisVal, PDE->getDestroyedType()); in handleCallExpr() 8055 return HandleDestruction(Info, E, *This, in handleCallExpr() 15295 if (!HandleDestruction(Info, E->getExprLoc(), Pointer.getLValueBase(), in VisitCXXDeleteExpr() 15658 if (!HandleDestruction(Info, Loc, Base, DestroyedValue, Type) || in EvaluateDestruction()
|