OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:su1
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaCXX/
anonymous-union.cpp
138
double
su1
; // expected-note {{declared private here}}
member in union:test4::A::__anon17891::__anon17892
156
(void) a.
su1
; // expected-error {{private member}}
/external/u-boot/lib/
string.c
568
const unsigned char *
su1
, *su2;
local
571
for(
su1
= cs, su2 = ct; 0 < count; ++
su1
, ++su2, count--)
572
if ((res = *
su1
- *su2) != 0)
Completed in 2232 milliseconds