Searched defs:XC (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/Layout/
H A Dms-x86-vtordisp.cpp185 struct XC : virtual XB { struct in inherits:XB
186 XC() { printf("XC"); } function in struct:XC
193 // CHECK-NEXT: 0 | struct XC
194 // CHECK-NEXT: 0 | (XC vbtable pointer)
206 // CHECK-X64-NEXT: 0 | struct XC
207 // CHECK-X64-NEXT: 0 | (XC vbtable pointer)
424 sizeof(XC)+
/external/clang/test/CodeGenCXX/
H A Ddynamic-cast-hint.cpp20 class XC : public virtual A { }; class in inherits:A
21 class X : public XA, public XB, public XC { };
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h114 XC, enumerator in enum:llvm::SystemZISD::__anon26154
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c328 /* Extract XC (3rd source register) field, instr[3,10:6] */
15372 UChar XC = ifieldRegXC(theInstr); local
15374 assign( vC, getVSReg( XC ) );
15375 DIP("xxsel v%d,v%d,v%d,v%d\n", (UInt)XT, (UInt)XA, (UInt)XB, (UInt)XC);

Completed in 303 milliseconds