Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dsanitize-address-field-padding.cpp203 struct InheritsFrom_WithVirtualDtor: WithVirtualDtor { struct
205 InheritsFrom_WithVirtualDtor() {} in InheritsFrom_WithVirtualDtor() argument
206 ~InheritsFrom_WithVirtualDtor() {} in ~InheritsFrom_WithVirtualDtor() argument
210 InheritsFrom_WithVirtualDtor x; in Create_InheritsFrom_WithVirtualDtor()