OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test11S
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGen/
init.c
108
struct
test11S
{
111
void test11(struct
test11S
*P) {
112
*P = (struct
test11S
) { .A = { [0 ... 3] = 4 } };
/external/clang/test/Sema/
compare.c
332
struct
test11S
{ unsigned x : 30; };
333
int test11(unsigned y, struct
test11S
*p) {
Completed in 53 milliseconds