Home
last modified time | relevance | path

Searched refs:xyzzy (Results 1 – 13 of 13) sorted by relevance

/external/valgrind/main/memcheck/tests/
Dvarinfo4.c39 struct _str { int bing; int bong; XX xyzzy[77]; } member
47 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()
Dvarinfo5so.c129 struct _str { int bing; int bong; XX xyzzy[77]; } member
137 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()
Dvarinfo4.stderr.exp-ppc645 Location 0x........ is 1 byte inside a[3].xyzzy[21].c1,
19 Location 0x........ is 1 byte inside a[3].xyzzy[21].c2[2],
Dvarinfo5.stderr.exp-ppc64159 Location 0x........ is 1 byte inside a[3].xyzzy[21].c1,
177 Location 0x........ is 1 byte inside a[3].xyzzy[21].c2[2],
/external/clang/test/CodeGenCXX/
Dinternal-linkage.cpp21 char const * const xyzzy = "Hello, world!"; variable
22 extern char const * const xyzzy;
27 return &xyzzy; in test1()
/external/llvm/test/FrontendC/
D2003-11-01-EmptyStructCrash.c4 extern the_coolest_struct_in_the_world xyzzy;
5 void *foo() { return &xyzzy; } in foo()
/external/valgrind/main/
DMakefile.vex.am53 # "xyzzy$N" since gcc on different targets emits the constants
67 grep xyzzy auxprogs/genoffsets.s | grep define \
68 | sed "s/xyzzy\\$$//g" \
69 | sed "s/xyzzy#//g" \
70 | sed "s/xyzzy//g" \
DREADME_PACKAGERS32 --prefix=/foo/bar/xyzzy option, the prefix /foo/bar/xyzzy gets
DMakefile.vex.in1776 # "xyzzy$N" since gcc on different targets emits the constants
1790 grep xyzzy auxprogs/genoffsets.s | grep define \
1791 | sed "s/xyzzy\\$$//g" \
1792 | sed "s/xyzzy#//g" \
1793 | sed "s/xyzzy//g" \
/external/llvm/test/Transforms/SimplifyCFG/
Dswitch-on-const-select.ll110 define i32 @xyzzy(i64 %x, i64 %y) {
111 ; CHECK: @xyzzy
/external/protobuf/src/google/protobuf/
Dunittest_custom_options.proto253 optional int32 xyzzy = 7593951; field
274 option (complexopt6).xyzzy = 24;
Ddescriptor_unittest.cc2079 EXPECT_EQ(24, options->GetExtension(protobuf_unittest::complexopt6).xyzzy()); in TEST()
/external/clang/docs/
DBlock-ABI-Apple.txt251 For example, block xyzzy in the following
255 void (^xyzzy)(void) = ^{ CFPrint(objectPointer); };