/external/valgrind/memcheck/tests/ |
D | demangle.cpp | 7 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()
|
D | varinfo4.c | 39 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()
|
D | varinfo5so.c | 129 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()
|
D | varinfo4.stderr.exp-ppc64 | 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],
|
D | varinfo5.stderr.exp-ppc64 | 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],
|
/external/clang/test/CodeGenCXX/ |
D | internal-linkage.cpp | 21 char const * const xyzzy = "Hello, world!"; variable 22 extern char const * const xyzzy; 27 return &xyzzy; in test1()
|
/external/clang/test/SemaCXX/ |
D | function-extern-c.cpp | 75 A xyzzy(); 83 A xyzzy(); 85 A xyzzy() in xyzzy() function
|
/external/clang/test/CodeGen/ |
D | debug-info-static.c | 6 static int xyzzy; in f() local 7 xyzzy += 3; in f()
|
D | 2003-11-01-EmptyStructCrash.c | 4 extern the_coolest_struct_in_the_world xyzzy; 5 void *foo() { return &xyzzy; } in foo()
|
/external/valgrind/ |
D | Makefile.vex.am | 76 # "xyzzy$N" since gcc on different targets emits the constants 98 grep xyzzy auxprogs/genoffsets.s | grep "^[# ]*#define" \ 100 | sed "s/xyzzy\\$$//g" \ 101 | sed "s/xyzzy#//g" \ 102 | sed "s/xyzzy//g" \
|
D | README_PACKAGERS | 32 --prefix=/foo/bar/xyzzy option, the prefix /foo/bar/xyzzy gets
|
/external/clang/test/SemaObjC/ |
D | invalid-code.m | 5 void *xyzzy = 0; 6 void *p = @xyzzy; // expected-error {{unexpected '@' in program}}
|
/external/curl/tests/data/ |
D | test308 | 23 --engine invalid-crypto-engine-xyzzy -k https://%HOSTIP:%HTTPSPORT/308
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | switch-on-const-select.ll | 110 define i32 @xyzzy(i64 %x, i64 %y) { 111 ; CHECK-LABEL: @xyzzy(
|
/external/valgrind/VEX/ |
D | Makefile-gcc | 222 # "xyzzy$N" since gcc on different targets emits the constants 229 grep xyzzy auxprogs/genoffsets.s | grep "^[# ]*#define" \ 231 | sed "s/xyzzy\\$$//g" \ 232 | sed "s/xyzzy#//g" \ 233 | sed "s/xyzzy//g" \
|
/external/bison/m4/ |
D | threadlib.m4 | 123 [[extern void xyzzy (); 124 #pragma weak xyzzy]], 125 [[xyzzy();]])],
|
/external/protobuf/src/google/protobuf/ |
D | unittest_custom_options.proto | 267 optional int32 xyzzy = 7593951; field 292 option (complexopt6).xyzzy = 24;
|
D | descriptor_unittest.cc | 2497 EXPECT_EQ(24, options->GetExtension(protobuf_unittest::complexopt6).xyzzy()); in TEST()
|
/external/protobuf/python/google/protobuf/internal/ |
D | descriptor_test.py | 316 unittest_custom_options_pb2.complexopt6].xyzzy)
|
/external/libpcap/ |
D | aclocal.m4 | 224 CFLAGS="$CFLAGS -Wxyzzy-this-will-never-succeed-xyzzy"
|
/external/llvm/docs/ |
D | CodingStandards.rst | 345 /// Sets the xyzzy property to \p Baz.
|