HomeSort by relevance Sort by last modified time
    Searched refs:X6 (Results 1 - 24 of 24) sorted by null

  /external/clang/test/CXX/except/except.spec/
p14-ir.cpp 46 struct X6 {
47 X6() throw();
54 struct X8 : X6 { };
55 struct X9 : X6, X7 { };
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
omxVCCOMM_Copy16x16_s.s 42 X6 DN D6.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/ASTMerge/Inputs/
class-template1.cpp 20 struct X6;
class-template2.cpp 20 struct X6;
  /external/clang/test/CXX/expr/expr.unary/expr.new/
p20.cpp 98 struct X6 {
99 X6();
111 new X6<3>; // expected-note 2{{instantiation}}
  /external/clang/test/SemaTemplate/
constructor-template.cpp 104 struct X6 {
105 template<typename T> X6(T);
109 X5<X6> tf;
110 X5<X6> tf2(tf);
temp_explicit.cpp 104 struct X6 {
110 template struct X6::Inner; // expected-error{{non-templated}}
default-arguments.cpp 116 struct X6 {};
118 X6<int> x6a;
119 X6<long> x6b; // expected-note{{while checking a default template argument}}
120 X6<long, X5b> x6c;
instantiate-function-1.cpp 62 template<typename T, typename U, typename V> struct X6 {
83 template struct X6<ConvertibleToInt, float, char>;
84 template struct X6<bool, int, int*>; // expected-note{{instantiation}}
  /external/chromium/base/
bind_internal_win.h 152 typename X5, typename X6>
153 struct FunctionTraits<R(__stdcall *)(X1, X2, X3, X4, X5, X6)> {
154 typedef R (*NormalizedSig)(X1, X2, X3, X4, X5, X6);
162 typedef X6 B6;
167 typename X5, typename X6>
168 struct FunctionTraits<R(__fastcall *)(X1, X2, X3, X4, X5, X6)> {
169 typedef R (*NormalizedSig)(X1, X2, X3, X4, X5, X6);
177 typedef X6 B6;
bind_internal.h 309 typename X5, typename X6>
310 struct FunctionTraits<R(*)(X1, X2, X3, X4, X5, X6)> {
311 typedef R (*NormalizedSig)(X1, X2, X3, X4, X5, X6);
319 typedef X6 B6;
325 typename X4, typename X5, typename X6>
326 struct FunctionTraits<R(T::*)(X1, X2, X3, X4, X5, X6)> {
327 typedef R (T::*NormalizedSig)(X1, X2, X3, X4, X5, X6);
337 typedef X6 B7;
343 typename X4, typename X5, typename X6>
344 struct FunctionTraits<R(T::*)(X1, X2, X3, X4, X5, X6) const>
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
typelist.h 372 #define _GLIBCXX_TYPELIST_CHAIN7(X0, X1, X2, X3, X4, X5, X6) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN6(X1, X2, X3, X4, X5, X6) >
373 #define _GLIBCXX_TYPELIST_CHAIN8(X0, X1, X2, X3, X4, X5, X6, X7) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN7(X1, X2, X3, X4, X5, X6, X7) >
374 #define _GLIBCXX_TYPELIST_CHAIN9(X0, X1, X2, X3, X4, X5, X6, X7, X8) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN8(X1, X2, X3, X4, X5, X6, X7, X8) >
375 #define _GLIBCXX_TYPELIST_CHAIN10(X0, X1, X2, X3, X4, X5, X6, X7, X8, X9) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN9(X1, X2, X3, X4, X5, X6, X7, X8, X9) >
376 #define _GLIBCXX_TYPELIST_CHAIN11(X0, X1, X2, X3, X4, X5, X6, X7, X8, X9, X10) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN10(X1, X2, X3, X4, X5, X6, X7, X8, X9, X10)
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
typelist.h 372 #define _GLIBCXX_TYPELIST_CHAIN7(X0, X1, X2, X3, X4, X5, X6) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN6(X1, X2, X3, X4, X5, X6) >
373 #define _GLIBCXX_TYPELIST_CHAIN8(X0, X1, X2, X3, X4, X5, X6, X7) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN7(X1, X2, X3, X4, X5, X6, X7) >
374 #define _GLIBCXX_TYPELIST_CHAIN9(X0, X1, X2, X3, X4, X5, X6, X7, X8) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN8(X1, X2, X3, X4, X5, X6, X7, X8) >
375 #define _GLIBCXX_TYPELIST_CHAIN10(X0, X1, X2, X3, X4, X5, X6, X7, X8, X9) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN9(X1, X2, X3, X4, X5, X6, X7, X8, X9) >
376 #define _GLIBCXX_TYPELIST_CHAIN11(X0, X1, X2, X3, X4, X5, X6, X7, X8, X9, X10) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN10(X1, X2, X3, X4, X5, X6, X7, X8, X9, X10)
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
typelist.h 372 #define _GLIBCXX_TYPELIST_CHAIN7(X0, X1, X2, X3, X4, X5, X6) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN6(X1, X2, X3, X4, X5, X6) >
373 #define _GLIBCXX_TYPELIST_CHAIN8(X0, X1, X2, X3, X4, X5, X6, X7) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN7(X1, X2, X3, X4, X5, X6, X7) >
374 #define _GLIBCXX_TYPELIST_CHAIN9(X0, X1, X2, X3, X4, X5, X6, X7, X8) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN8(X1, X2, X3, X4, X5, X6, X7, X8) >
375 #define _GLIBCXX_TYPELIST_CHAIN10(X0, X1, X2, X3, X4, X5, X6, X7, X8, X9) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN9(X1, X2, X3, X4, X5, X6, X7, X8, X9) >
376 #define _GLIBCXX_TYPELIST_CHAIN11(X0, X1, X2, X3, X4, X5, X6, X7, X8, X9, X10) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN10(X1, X2, X3, X4, X5, X6, X7, X8, X9, X10)
    [all...]
  /external/clang/test/SemaCXX/
new-delete.cpp 176 class X6 {
186 class X8 : public X6, public X7 {
  /external/chromium/testing/
gmock_mutant.h     [all...]
  /external/dropbear/libtomcrypt/src/ciphers/twofish/
twofish.c 82 { 0x8, 0x1, 0x7, 0xD, 0x6, 0xF, 0x3, 0x2, 0x0, 0xB, 0x5, 0x9, 0xE, 0xC, 0xA, 0x4 },
83 { 0xE, 0XC, 0XB, 0X8, 0X1, 0X2, 0X3, 0X5, 0XF, 0X4, 0XA, 0X6, 0X7, 0X0, 0X9, 0XD },
84 { 0XB, 0XA, 0X5, 0XE, 0X6, 0XD, 0X9, 0X0, 0XC, 0X8, 0XF, 0X3, 0X2, 0X4, 0X7, 0X1 },
85 { 0XD, 0X7, 0XF, 0X4, 0X1, 0X2, 0X6, 0XE, 0X9, 0XB, 0X3, 0X0, 0X8, 0X5, 0XC, 0XA }
88 { 0X2, 0X8, 0XB, 0XD, 0XF, 0X7, 0X6, 0XE, 0X3, 0X1, 0X9, 0X4, 0X0, 0XA, 0XC, 0X5 },
89 { 0X1, 0XE, 0X2, 0XB, 0X4, 0XC, 0X3, 0X7, 0X6, 0XD, 0XA, 0X5, 0XF, 0X9, 0X0, 0X8 },
90 { 0X4, 0XC, 0X7, 0X5, 0X1, 0X6, 0X9, 0XA, 0X0, 0XE, 0XD, 0X8, 0X2, 0XB, 0X3, 0XF },
91 { 0xB, 0X9, 0X5, 0X1, 0XC, 0X3, 0XD, 0XE, 0X6, 0X4, 0X7, 0XF, 0X2, 0X0, 0X8, 0XA }
223 /* computes [y0 y1 y2 y3] = RS . [x0 x1 x2 x3 x4 x5 x6 x7] */
234 /* computes [y0 y1 y2 y3] = RS . [x0 x1 x2 x3 x4 x5 x6 x7] *
    [all...]
  /external/clang/test/Index/
annotate-nested-name-specifier.cpp 105 struct X6 {
389 // CHECK: Keyword: "typedef" [108:3 - 108:10] ClassTemplate=X6:105:8 (Definition)
409 // CHECK: Keyword: "typedef" [109:3 - 109:10] ClassTemplate=X6:105:8 (Definition)
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
7.7.3.js 144 array[item++] = new TestCase( SECTION, "0x6", 6, 0x6 );
161 array[item++] = new TestCase( SECTION, "0X6", 6, 0X6 );
178 array[item++] = new TestCase( SECTION, "0x6", 6, 0x6 );
195 array[item++] = new TestCase( SECTION, "0X6", 6, 0X6 );
  /external/openssl/crypto/sha/asm/
sha1-ia64.pl 40 @X= ( "X0", "X1", "X2", "X3", "X4", "X5", "X6", "X7",
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 82 case R6 : case X6 : case F6 : case V6 : case CR6: case CR1EQ: return 6;
PPCISelLowering.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/GlobalObject/
15.1.2.3-1.js 287 array[item++] = new TestCase( SECTION, "parseFloat('0x6')", 0, parseFloat("0x6"));
310 array[item++] = new TestCase( SECTION, "parseFloat('0X6')", 0, parseFloat("0X6"));
336 array[item++] = new TestCase( SECTION, "parseFloat(0x6)", 6, parseFloat(0x6));
359 array[item++] = new TestCase( SECTION, "parseFloat(0X6)", 6, parseFloat(0X6));
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 821 let fn = declare_function "X6" fty m in
    [all...]

Completed in 346 milliseconds