OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Test21
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Sema/
exprs.c
235
struct
Test21
; // expected-note 2 {{forward declaration}}
236
void
test21
(volatile struct
Test21
*ptr) {
function
238
(test21_help(), *ptr); // expected-error {{incomplete type 'struct
Test21
' where a complete type is required}}
239
(*ptr, test21_help()); // expected-error {{incomplete type 'struct
Test21
' where a complete type is required}}
/external/clang/test/CodeGenCXX/
vtable-layout.cpp
891
namespace
Test21
{
904
// CHECK-28: Vtable for '
Test21
::F' (16 entries).
912
// CHECK-28-NEXT: 7 |
Test21
::F RTTI
913
// CHECK-28-NEXT: -- (
Test21
::A, 0) vtable address --
914
// CHECK-28-NEXT: -- (
Test21
::B, 0) vtable address --
915
// CHECK-28-NEXT: -- (
Test21
::C, 0) vtable address --
916
// CHECK-28-NEXT: -- (
Test21
::D, 0) vtable address --
917
// CHECK-28-NEXT: -- (
Test21
::F, 0) vtable address --
918
// CHECK-28-NEXT: 8 | void
Test21
::F::f()
924
// CHECK-28-NEXT: 14 |
Test21
::F RTT
[
all
...]
Completed in 1434 milliseconds