HomeSort by relevance Sort by last modified time
    Searched defs:xyzzy (Results 1 - 12 of 12) sorted by null

  /external/clang/test/CodeGen/
debug-info-static.c 3 // CHECK: !DIGlobalVariable({{.*}}variable: i32* @f.xyzzy
6 static int xyzzy; local
7 xyzzy += 3;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
pr19615.s 7 .globl xyzzy /* This symbol should be exported */
8 .type xyzzy, @function
9 xyzzy: label
13 .dc.a xyzzy
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
pr19615.s 7 .globl xyzzy /* This symbol should be exported */
8 .type xyzzy, @function
9 xyzzy: label
13 .dc.a xyzzy
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15091.go 14 // internal error: (*Html).xyzzy autotmp_3 (type *int) recorded as live on entry, p.Pc=0
16 // Treating auto as if it were arg, func (*Html).xyzzy, node ...
20 func (options *Html) xyzzy(id string) string { func
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15091.go 14 // internal error: (*Html).xyzzy autotmp_3 (type *int) recorded as live on entry, p.Pc=0
16 // Treating auto as if it were arg, func (*Html).xyzzy, node ...
20 func (options *Html) xyzzy(id string) string { func
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/sh64/
sh64-2.s 13 pta xyzzy,tr5
23 .global xyzzy
24 xyzzy: label
  /external/valgrind/memcheck/tests/
demangle.cpp 7 T1 xyzzy(T1 *p, T2 *) function in class:abc::def
17 T xyzzy(T *p) function in class:magic
19 return (new abc::def<int,typeof(*this)>)->xyzzy(p, 0);
27 c->xyzzy(new int);
varinfo4.c 39 struct _str { int bing; int bong; XX xyzzy[77]; } member in struct:_str
47 croak(1 + (char*)(&a[3].xyzzy[x*y].c1));
49 croak( 1 + (char*)(&a[3].xyzzy[x*y].c2[2]) );
51 return a[3].xyzzy[x*y].c1;
varinfo5so.c 129 struct _str { int bing; int bong; XX xyzzy[77]; } member in struct:_str
137 croak(1 + (char*)(&a[3].xyzzy[x*y].c1));
139 croak( 1 + (char*)(&a[3].xyzzy[x*y].c2[2]) );
141 return a[3].xyzzy[x*y].c1;
  /external/clang/test/CodeGenCXX/
internal-linkage.cpp 21 char const * const xyzzy = "Hello, world!"; variable
22 extern char const * const xyzzy;
27 return &xyzzy;
  /external/clang/test/SemaCXX/
function-extern-c.cpp 75 A xyzzy();
83 A xyzzy();
85 A xyzzy() function in namespace:rdar13364028
  /external/e2fsprogs/
configure 7828 xyzzy(); function
    [all...]

Completed in 832 milliseconds