Searched refs:xyzzy (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/CodeGen/
H A Ddebug-info-static.c3 // CHECK: !DIGlobalVariable({{.*}}variable: i32* @f.xyzzy
6 static int xyzzy; local
7 xyzzy += 3;
H A D2003-11-01-EmptyStructCrash.c4 extern the_coolest_struct_in_the_world xyzzy;
5 void *foo() { return &xyzzy; }
/external/valgrind/memcheck/tests/
H A Ddemangle.cpp7 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);
H A Dvarinfo4.c39 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;
H A Dvarinfo5so.c129 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;
H A Dvarinfo4.stderr.exp5 Location 0x........ is 1 byte inside a[3].xyzzy[21].c1,
19 Location 0x........ is 1 byte inside a[3].xyzzy[21].c2[2],
H A Dvarinfo5.stderr.exp159 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/
H A Dinternal-linkage.cpp21 char const * const xyzzy = "Hello, world!"; variable
22 extern char const * const xyzzy;
27 return &xyzzy;
/external/clang/test/SemaCXX/
H A Dfunction-extern-c.cpp75 A xyzzy();
83 A xyzzy();
85 A xyzzy() function in namespace:rdar13364028
/external/protobuf/python/google/protobuf/internal/
H A Ddescriptor_test.py321 unittest_custom_options_pb2.complexopt6].xyzzy)
/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc2828 EXPECT_EQ(24, options->GetExtension(protobuf_unittest::complexopt6).xyzzy());

Completed in 256 milliseconds