Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DInterp.cpp216 bool IsTemp = Ptr.isTemporary(); in CheckLive() local
218 S.FFDiag(Src, diag::note_constexpr_lifetime_ended, 1) << AK << !IsTemp; in CheckLive()
220 if (IsTemp) in CheckLive()