HomeSort by relevance Sort by last modified time
    Searched refs:X5 (Results 1 - 25 of 32) sorted by null

1 2

  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-cxx03-extra-copy.cpp 44 struct X5 {
45 X5();
46 X5(const X5&, const X5& = X5()); // expected-warning{{no viable constructor copying parameter of type 'X5'}}
53 void g5(const X5&);
60 g5(X5()); // Generates a warning in the default argument.
  /external/clang/test/Preprocessor/
macro_fn_comma_swallow.c 27 #define X5(x,...) x##,##__VA_ARGS__
28 5: X5(1)
  /external/clang/test/CXX/except/except.spec/
p14-ir.cpp 26 struct X5 : X0, X4 { };
28 void test(X2 x2, X3 x3, X5 x5) {
42 X5 x5a(x5);
  /external/clang/test/SemaTemplate/
temp_explicit.cpp 78 struct X5 {
92 template struct N2::X5<void>::Inner2;
95 template struct X5<int&>::Inner2; // expected-note{{instantiation}}
97 void f4(X5<float&>::Inner2);
98 template struct X5<float&>::Inner2; // expected-note{{instantiation}}
101 template struct N2::X5<int>::Inner2; // expected-warning {{explicit instantiation of 'Inner2' not in a namespace enclosing 'N2'}}
constructor-template.cpp 99 struct X5 {
100 X5();
101 X5(const T &);
109 X5<X6> tf;
110 X5<X6> tf2(tf);
member-access-expr.cpp 101 struct X5 {
106 void test_X5(X5<X4> x5, X5<const X4> x5c, X4 *xp, const X4 *cxp) {
107 x5.f(xp);
instantiate-function-1.cpp 55 template<typename T> struct X5 {
58 void test_X5(X5<Incomplete> x5); // okay!
60 template struct X5<Incomplete>; // expected-note{{instantiation}}
default-arguments.cpp 111 template<int> struct X5 {}; // expected-note{{has a different type 'int'}}
114 template<T> class B = X5> // expected-error{{template template argument has different}} \
member-template-access-expr.cpp 98 struct X5 {
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
omxVCCOMM_Copy16x16_s.s 41 X5 DN D5.S8
50 VLD1 {X4,X5},[pSrc@128],step
54 VST1 {X4,X5,X6,X7},[pDst@128]!
59 VLD1 {X4,X5},[pSrc@128],step
63 VST1 {X4,X5,X6,X7},[pDst@128]!
68 VLD1 {X4,X5},[pSrc@128],step
72 VST1 {X4,X5,X6,X7},[pDst@128]!
77 VLD1 {X4,X5},[pSrc@128],step
81 VST1 {X4,X5,X6,X7},[pDst@128]!
  /external/chromium/base/
bind_internal_win.h 124 typename X5>
125 struct FunctionTraits<R(__stdcall *)(X1, X2, X3, X4, X5)> {
126 typedef R (*NormalizedSig)(X1, X2, X3, X4, X5);
133 typedef X5 B5;
138 typename X5>
139 struct FunctionTraits<R(__fastcall *)(X1, X2, X3, X4, X5)> {
140 typedef R (*NormalizedSig)(X1, X2, X3, X4, X5);
147 typedef X5 B5;
152 typename X5, typename X6>
153 struct FunctionTraits<R(__stdcall *)(X1, X2, X3, X4, X5, X6)>
    [all...]
bind_internal.h 260 typename X5>
261 struct FunctionTraits<R(*)(X1, X2, X3, X4, X5)> {
262 typedef R (*NormalizedSig)(X1, X2, X3, X4, X5);
269 typedef X5 B5;
275 typename X4, typename X5>
276 struct FunctionTraits<R(T::*)(X1, X2, X3, X4, X5)> {
277 typedef R (T::*NormalizedSig)(X1, X2, X3, X4, X5);
286 typedef X5 B6;
292 typename X4, typename X5>
293 struct FunctionTraits<R(T::*)(X1, X2, X3, X4, X5) const>
    [all...]
  /external/clang/test/ASTMerge/Inputs/
class-template1.cpp 17 struct X5;
class-template2.cpp 17 struct X5;
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1.cpp 18 template <typename T, int (T::* M)(int)> struct X5 { X5(); };
19 template <typename T, int (T::* M)(int)> X5<T, M>::X5() { }
  /external/clang/test/CXX/expr/expr.unary/expr.new/
p20.cpp 86 struct X5 {
87 X5();
93 new (0, 0) X5; // okay, we found X5::operator delete but didn't pick it
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
typelist.h 371 #define _GLIBCXX_TYPELIST_CHAIN6(X0, X1, X2, X3, X4, X5) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN5(X1, X2, X3, X4, X5) >
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)
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
typelist.h 371 #define _GLIBCXX_TYPELIST_CHAIN6(X0, X1, X2, X3, X4, X5) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN5(X1, X2, X3, X4, X5) >
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)
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
typelist.h 371 #define _GLIBCXX_TYPELIST_CHAIN6(X0, X1, X2, X3, X4, X5) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN5(X1, X2, X3, X4, X5) >
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)
    [all...]
  /external/chromium/testing/
gmock_mutant.h     [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
multi-level-substitution.cpp 170 struct X5 {
181 int check10[X5<add_reference, add_pointer, add_const>
185 int check11[X5<add_reference, add_pointer>
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCBaseInfo.h 36 case R5 : case X5 : case F5 : case V5 : case CR5: case CR1GT: return 5;
  /system/bluetooth/data/
auto_pairing.conf 16 ExactNameBlacklist=Motorola IHF1000,i.TechBlueBAND,X5 Stereo v1.3,KML_CAN
  /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 98 struct X5 {
343 // CHECK: Keyword: "typedef" [100:3 - 100:10] ClassTemplate=X5:98:8 (Definition)
357 // CHECK: Keyword: "typedef" [101:3 - 101:10] ClassTemplate=X5:98:8 (Definition)

Completed in 917 milliseconds

1 2