Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dapple-kext-indirect-virtual-dtor-call.cpp22 struct Templ { struct
23 virtual ~Templ(); // Out-of-line so that the destructor doesn't cause a vtable
28 struct SubTempl : public Templ<T> { argument
42 t->Templ::~Templ(); in f()
Dapple-kext-indirect-call.cpp19 struct Templ { struct
24 struct SubTempl : public Templ<T> { argument
37 t->Templ::f(); in f()