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

  /external/clang/test/CXX/except/except.spec/
p14-ir.cpp 50 struct X7 {
51 X7();
55 struct X9 : X6, X7 { };
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
omxVCCOMM_Copy16x16_s.s 43 X7 DN D7.S8
51 VLD1 {X6,X7},[pSrc@128],step
54 VST1 {X4,X5,X6,X7},[pDst@128]!
60 VLD1 {X6,X7},[pSrc@128],step
63 VST1 {X4,X5,X6,X7},[pDst@128]!
69 VLD1 {X6,X7},[pSrc@128],step
72 VST1 {X4,X5,X6,X7},[pDst@128]!
78 VLD1 {X6,X7},[pSrc@128],step
81 VST1 {X4,X5,X6,X7},[pDst@128]!
  /external/clang/test/SemaTemplate/
temp_explicit.cpp 131 template<typename T> struct X7 { }; // expected-note{{here}}
137 template struct X7<int>;
148 template struct X7<double>; // expected-warning{{must occur in namespace}}
instantiate-expr-1.cpp 149 typedef X<7> X7;
151 void f() { X7(); } // expected-note{{instantiation}}
instantiate-function-1.cpp 86 template <typename T> struct X7 {
92 template struct X7<int>;
  /external/chromium_org/third_party/boringssl/src/crypto/md4/
md4.c 125 uint32_t X0, X1, X2, X3, X4, X5, X6, X7, X8, X9, X10, X11, X12, X13, X14, X15;
155 X7 = l;
159 R0(B, C, D, A, X7, 19, 0);
196 R1(D, A, B, C, X7, 5, 0x5A827999L);
214 R2(C, D, A, B, X7, 11, 0x6ED9EBA1L);
  /external/clang/test/Index/
annotate-nested-name-specifier.cpp 123 struct X7 {
  /external/clang/test/CodeGen/
override-layout.c 68 // CHECK: Type: struct X7
69 struct X7 {
74 void use_X7() { struct X7 x7; x7.y = x7.x = sizeof(struct X7); } local
78 struct X7 x;
  /external/clang/test/SemaCXX/
new-delete.cpp 188 class X7 {
193 class X8 : public X6, public X7 {
  /art/runtime/arch/arm64/
registers_arm64.h 34 X7 = 7,

Completed in 528 milliseconds