Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dtrivially-destructible.cpp10 struct TriviallyDestructible2 : TriviallyDestructible1 { struct
15 struct NotTriviallyDestructible1 : TriviallyDestructible2 { argument