OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_copy
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/SemaCXX/
inherit.cpp
27
typedef G
G_copy
;
29
typedef
G_copy
G_copy_3;
31
class H :
G_copy
, A, G_copy_2, // expected-error{{base class '
G_copy
' (aka 'G') specified more than once as a direct base class}}
32
public G_copy_3 { }; // expected-error{{base class '
G_copy
' (aka 'G') specified more than once as a direct base class}}
Completed in 111 milliseconds