OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:s5_2
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/SemaCXX/
elaborated-type-specifier.cpp
42
struct S5 { int y; } *
s5_2
= 0;
local
43
if (s5 ==
s5_2
) return 1; // expected-error {{comparison of distinct pointer types ('struct S5 *' and 'struct S5 *')}}
Completed in 266 milliseconds