Home
last modified time | relevance | path

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

12

/external/valgrind/memcheck/tests/
Ddemangle.cpp7 T1 xyzzy(T1 *p, T2 *) in xyzzy() function in abc::def
17 T xyzzy(T *p) in xyzzy() function in magic
19 return (new abc::def<int,typeof(*this)>)->xyzzy(p, 0); in xyzzy()
27 c->xyzzy(new int); in main()
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/clang/test/SemaCXX/
Dfunction-extern-c.cpp75 A xyzzy();
83 A xyzzy();
85 A xyzzy() in xyzzy() function
/external/clang/test/CodeGen/
Ddebug-info-static.c6 static int xyzzy; in f() local
7 xyzzy += 3; in f()
D2003-11-01-EmptyStructCrash.c4 extern the_coolest_struct_in_the_world xyzzy;
5 void *foo() { return &xyzzy; } in foo()
/external/valgrind/
DMakefile.vex.am72 # "xyzzy$N" since gcc on different targets emits the constants
93 grep xyzzy auxprogs/genoffsets.s | grep "^[# ]*#define" \
95 | sed "s/xyzzy\\$$//g" \
96 | sed "s/xyzzy#//g" \
97 | sed "s/xyzzy//g" \
DREADME_PACKAGERS32 --prefix=/foo/bar/xyzzy option, the prefix /foo/bar/xyzzy gets
DMakefile.vex.in2828 # "xyzzy$N" since gcc on different targets emits the constants
2849 grep xyzzy auxprogs/genoffsets.s | grep "^[# ]*#define" \
2851 | sed "s/xyzzy\\$$//g" \
2852 | sed "s/xyzzy#//g" \
2853 | sed "s/xyzzy//g" \
/external/clang/test/SemaObjC/
Dinvalid-code.m5 void *xyzzy = 0;
6 void *p = @xyzzy; // expected-error {{unexpected '@' in program}}
/external/curl/tests/data/
Dtest30823 --engine invalid-crypto-engine-xyzzy -k https://%HOSTIP:%HTTPSPORT/308
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/
Dswitch-on-const-select.ll110 define i32 @xyzzy(i64 %x, i64 %y) {
111 ; CHECK: @xyzzy
/external/llvm/test/Transforms/SimplifyCFG/
Dswitch-on-const-select.ll110 define i32 @xyzzy(i64 %x, i64 %y) {
111 ; CHECK-LABEL: @xyzzy(
/external/bison/m4/
Dthreadlib.m4123 [[extern void xyzzy ();
124 #pragma weak xyzzy]],
125 [[xyzzy();]])],
/external/protobuf/src/google/protobuf/
Dunittest_custom_options.proto268 optional int32 xyzzy = 7593951; field
293 option (complexopt6).xyzzy = 24;
/external/syslinux/txt/
Dsyslinux.cfg.txt368 ONERROR xyzzy plugh
380 xyzzy plugh foo bar baz
/external/protobuf/python/google/protobuf/internal/
Ddescriptor_test.py321 unittest_custom_options_pb2.complexopt6].xyzzy)
/external/syslinux/doc/
Dsyslinux.txt420 ONERROR xyzzy plugh
429 xyzzy plugh foo bar baz
/external/python/cpython2/Lib/test/
Dtest_io.py773 self.tp(rawio).xyzzy
2255 self.TextIOWrapper(rawio).xyzzy
/external/libpcap/
Daclocal.m4245 CFLAGS="$CFLAGS -Wxyzzy-this-will-never-succeed-xyzzy"
/external/tcpdump/
Daclocal.m4232 CFLAGS="$CFLAGS -Wxyzzy-this-will-never-succeed-xyzzy"
/external/e2fsprogs/
Daclocal.m43900 [[extern void xyzzy ();
3901 #pragma weak xyzzy]],
3902 [[xyzzy();]])],

12