Searched refs:SubTempl (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dapple-kext-indirect-virtual-dtor-call.cpp28 struct SubTempl : public Templ<T> { struct in inherits:Templ
29 virtual ~SubTempl() {} // override
34 void f(SubTempl<int>* t) {
36 // Since t's this pointer points to SubTempl's vtable, the call needs
H A Dapple-kext-indirect-call.cpp24 struct SubTempl : public Templ<T> { struct in inherits:Templ
29 void f(SubTempl<int>* t) {
31 // Since t's this pointer points to SubTempl's vtable, the call needs

Completed in 106 milliseconds