HomeSort by relevance Sort by last modified time
    Searched refs:Test2c (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGenCXX/
vtable-key-function-ios.cpp 122 /*** Test2c ******************************************************************/
124 struct Test2c {
125 Test2c();
130 void Test2c::bar() {}
131 inline void Test2c::foo() {}
134 Test2c::Test2c() { use(typeid(Test2c)); }
vtable-key-function-arm.cpp 119 /*** Test2c ******************************************************************/
121 struct Test2c {
122 Test2c();
128 void Test2c::bar() {}
129 inline void Test2c::foo() {}
132 Test2c::Test2c() { use(typeid(Test2c)); }

Completed in 223 milliseconds