OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SubTempl
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGenCXX/
apple-kext-indirect-virtual-dtor-call.cpp
28
struct
SubTempl
: public Templ<T> {
29
virtual ~
SubTempl
() {} // override
34
void f(
SubTempl
<int>* t) {
36
// Since t's this pointer points to
SubTempl
's vtable, the call needs
apple-kext-indirect-call.cpp
24
struct
SubTempl
: public Templ<T> {
29
void f(
SubTempl
<int>* t) {
31
// Since t's this pointer points to
SubTempl
's vtable, the call needs
Completed in 451 milliseconds