Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dsanitize-address-field-padding.cpp199 struct WithVirtualDtor { struct
200 virtual ~WithVirtualDtor();
203 struct InheritsFrom_WithVirtualDtor: WithVirtualDtor { argument