Searched defs:XXX (Results 1 - 14 of 14) sorted by relevance

/external/clang/test/Parser/
H A Dc-namespace.c3 struct XXX;
4 int XXX; local
/external/compiler-rt/test/asan/TestCases/
H A Dasan_and_llvm_coverage_test.cc8 int XXX = foo(); variable
H A Dglobal-demangle.cc3 namespace XXX { namespace
12 return (int)XXX::YYY::ZZZ[argc + 5]; // BOOM
15 // CHECK: 'XXX::YYY::ZZZ' {{.*}} of size 4
16 // CHECK: 'XXX::YYY::ZZZ' is ascii string 'abc'
H A Dglobal-overflow.cc8 static char XXX[10]; local
11 memset(XXX, 0, 10);
19 res += XXX[argc] + ZZZ[argc];
H A Dstack-frame-demangle.cc5 namespace XXX { namespace
14 // CHECK: XXX::YYY::ZZZ
17 } // namespace XXX
20 int res = XXX::YYY::ZZZ(argc + 10);
/external/clang/test/CodeGen/
H A D2005-03-06-OffsetOfStructCrash.c4 struct XXX { struct
9 (int)&((struct XXX*)(((void *)0)))->F;
13 &((struct XXX*)(((void *)0)))->F;
H A D2005-09-24-BitFieldCrash.c13 enum XXX { yyy }; enum
18 __extension__ enum XXX built_in_class : 2;
/external/compiler-rt/test/tsan/
H A Dglobal_race3.cc4 namespace XXX { namespace
13 XXX::YYY::ZZZ[0] = 1;
19 print_address("addr3=", 1, XXX::YYY::ZZZ);
22 XXX::YYY::ZZZ[0] = 0;
29 // CHECK: Location is global 'XXX::YYY::ZZZ' {{(of size 40 )?}}at [[ADDR3]] ({{.*}}+0x{{[0-9,a-f]+}})
/external/clang/test/SemaCXX/
H A DMicrosoftSuper.cpp5 __super::XXX x; // expected-error {{invalid use of '__super', Errors has no base classes}} expected-error {{expected}}
21 typedef int XXX; typedef in struct:Base1
25 __super::XXX x;
26 typedef __super::XXX Type;
29 X = sizeof(__super::XXX)
49 static const int x = sizeof(__super::XXX);
89 typedef int XXX; typedef in struct:BaseTemplate
95 __super::XXX a;
96 typedef __super::XXX b;
99 __super::XXX
[all...]
/external/clang/test/CodeGenCXX/
H A Dpredefined-expr.cpp542 class XXX { class
543 XXX();
544 ~XXX();
557 XXX::XXX() function in class:XXX
564 XXX::~XXX()
/external/compiler-rt/lib/asan/tests/
H A Dasan_test.cc499 char XXX[10]; local
502 Ident(XXX);
504 EXPECT_DEATH(Ident(ZZZ)[-1] = 0, ASAN_PCRE_DOTALL "XXX.*YYY.*ZZZ");
/external/valgrind/VEX/priv/
H A Dguest_arm_toIR.c8078 # define XXX(_tmp3,_la3,_tmp2,_la2,_tmp1,_la1,_tmp0,_la0) \ macro
8084 assign(*u0, XXX(i2,1, i1,2, i0,3, i0,0));
8085 assign(*u1, XXX(i2,2, i1,3, i1,0, i0,1));
8086 assign(*u2, XXX(i2,3, i2,0, i1,1, i0,2));
8087 # undef XXX macro
8133 # define XXX(_tmp3,_la3,_tmp2,_la2,_tmp1,_la1,_tmp0,_la0) \ macro
8139 assign(*i0, XXX(u0,1, u2,0, u1,0, u0,0));
8140 assign(*i1, XXX(u1,2, u0,2, u2,1, u1,1));
8141 assign(*i2, XXX(u2,3, u1,3, u0,3, u2,2));
8142 # undef XXX macro
[all...]
H A Dguest_x86_toIR.c748 no-redir jump (XXX no -- see comment at top of this file)) to
5575 # define XXX(_name) do { hAddr = &_name; hName = #_name; } while (0) macro
5601 case 0xF5: XXX(x86g_calculate_mmx_pmaddwd); break;
5638 case 0xF6: XXX(x86g_calculate_mmx_psadbw); break;
5649 # undef XXX macro
H A Dguest_amd64_toIR.c1607 no-redir jump (XXX no -- see comment at top of this file)) to
7085 # define XXX(_name) do { hAddr = &_name; hName = #_name; } while (0) macro
7111 case 0xF5: XXX(amd64g_calculate_mmx_pmaddwd); break;
7148 case 0xF6: XXX(amd64g_calculate_mmx_psadbw); break;
7159 # undef XXX macro
9100 # define XXX(_pre, _op, _not) { pre = _pre; op = _op; not = _not; } macro
9114 case 0x0: XXX(False, Iop_CmpEQ32Fx4, False); break; // EQ_OQ
9115 case 0x8: XXX(False, Iop_CmpEQ32Fx4, False); break; // EQ_UQ
9116 case 0x10: XXX(False, Iop_CmpEQ32Fx4, False); break; // EQ_OS
9117 case 0x18: XXX(Fals
9164 # undef XXX macro
[all...]

Completed in 498 milliseconds