Searched refs:xyzzy (Results 1 – 13 of 13) sorted by relevance
39 struct _str { int bing; int bong; XX xyzzy[77]; } member47 croak(1 + (char*)(&a[3].xyzzy[x*y].c1)); in blah()49 croak( 1 + (char*)(&a[3].xyzzy[x*y].c2[2]) ); in blah()51 return a[3].xyzzy[x*y].c1; in blah()
129 struct _str { int bing; int bong; XX xyzzy[77]; } member137 croak(1 + (char*)(&a[3].xyzzy[x*y].c1)); in blah4()139 croak( 1 + (char*)(&a[3].xyzzy[x*y].c2[2]) ); in blah4()141 return a[3].xyzzy[x*y].c1; in blah4()
5 Location 0x........ is 1 byte inside a[3].xyzzy[21].c1,19 Location 0x........ is 1 byte inside a[3].xyzzy[21].c2[2],
159 Location 0x........ is 1 byte inside a[3].xyzzy[21].c1,177 Location 0x........ is 1 byte inside a[3].xyzzy[21].c2[2],
21 char const * const xyzzy = "Hello, world!"; variable22 extern char const * const xyzzy;27 return &xyzzy; in test1()
4 extern the_coolest_struct_in_the_world xyzzy;5 void *foo() { return &xyzzy; } in foo()
53 # "xyzzy$N" since gcc on different targets emits the constants67 grep xyzzy auxprogs/genoffsets.s | grep define \68 | sed "s/xyzzy\\$$//g" \69 | sed "s/xyzzy#//g" \70 | sed "s/xyzzy//g" \
32 --prefix=/foo/bar/xyzzy option, the prefix /foo/bar/xyzzy gets
1776 # "xyzzy$N" since gcc on different targets emits the constants1790 grep xyzzy auxprogs/genoffsets.s | grep define \1791 | sed "s/xyzzy\\$$//g" \1792 | sed "s/xyzzy#//g" \1793 | sed "s/xyzzy//g" \
110 define i32 @xyzzy(i64 %x, i64 %y) {111 ; CHECK: @xyzzy
253 optional int32 xyzzy = 7593951; field274 option (complexopt6).xyzzy = 24;
2079 EXPECT_EQ(24, options->GetExtension(protobuf_unittest::complexopt6).xyzzy()); in TEST()
251 For example, block xyzzy in the following255 void (^xyzzy)(void) = ^{ CFPrint(objectPointer); };