HomeSort by relevance Sort by last modified time
    Searched refs:X1 (Results 126 - 150 of 221) sorted by null

1 2 3 4 56 7 8 9

  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
multi-level-substitution.cpp 55 struct X1 {
67 int check2[X1<short, int, long>::Inner<tuple<pair<short, unsigned short>,
74 int check3[X1<short, int>::Inner<tuple<pair<short, unsigned short>,
251 struct X1 {
257 X1<float> x1; local
258 x1.f(17, 3.14159);
  /external/clang/test/SemaCXX/
cxx0x-initializer-constructor.cpp 40 struct X1 { X1(int); };
65 E(X1, int) { static_assert(N == 1, ""); }
93 { X1 x{0}; }
94 { X1 x = {0}; }
new-delete.cpp 120 struct X1 {
130 void test_delete_conv(X0 x0, X1 x1, X2 x2) {
132 delete x1;
316 struct X1 {
320 int X1::value;
328 template int *f<X1>(); // expected-note{{in instantiation of}}
abstract.cpp 195 struct X1 {
197 void g(X1 parm7); // expected-error {{parameter type 'test2::X1' is an abstract class}}
198 void g(X1 parm8[2]); // expected-error {{array of abstract class type 'test2::X1'}}
overload-member-call.cpp 58 struct X1 {
63 struct X2 : X1 { };
member-expr.cpp 107 template<typename T> struct X1;
117 y->N::X1<int>; // expected-error{{'rdar8231724::N::X1' is not a member of class 'rdar8231724::Y'}}
  /external/clang/test/CXX/except/except.spec/
p14.cpp 10 struct X1 {
11 virtual ~X1() throw(B); // expected-note{{overridden virtual function is here}}
13 struct X2 : public X0, public X1 { }; // expected-error 2{{exception specification of overriding function is more lax than base version}}
  /external/clang/test/SemaTemplate/
default-arguments.cpp 4 X<int, 1> *x1; variable
46 template<typename T> struct X1 { };
50 template<typename U = typename X1<T>::type> // expected-error{{no type named 'type' in 'X1<int>'}} \
51 // expected-error{{no type named 'type' in 'X1<char>'}}
54 template<T Value = X1<T>::value> // expected-error{{no member named 'value' in 'X1<int>'}} \
55 // expected-error{{no member named 'value' in 'X1<char>'}}
explicit-instantiation.cpp 41 struct X1 { };
42 typedef int X1::*MemPtr;
member-access-expr.cpp 38 struct X1 : Base, OtherBase {
42 void test_f0_through_typedef2(X0 x0, X1 x1) {
44 call_f0_through_typedef2<OtherBase>(x1); // expected-note{{instantiation}}
45 call_f0_through_typedef2<Base>(x1); // expected-note{{instantiation}}
member-function-template.cpp 66 struct X1 {
72 void test_incomplete_access(X1<int> *x1, X2<int> *x2) {
73 float &fr = x1->get<float>();
instantiate-function-1.cpp 9 struct X1 { };
13 template struct X0<int X1::*, int>; // expected-note{{instantiation of}}
nested-template.cpp 107 struct X1 {
110 template struct X1<int>::B<bool>;
class-template-decl.cpp 60 template<typename T> class X1 var; // expected-warning{{variable templates are a C++1y extension}} \
61 // expected-error {{variable has incomplete type 'class X1'}} \
62 // expected-note {{forward declaration of 'X1'}}
  /external/clang/test/CXX/temp/temp.param/
p9-0x.cpp 9 struct X1;
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p2-0x.cpp 43 struct X1 {
301 struct X1;
308 template<> void f(X1&);
311 template<> struct X0<X1> { };
  /external/clang/test/CodeGenCXX/
debug-info-use-after-free.cpp 119 struct X1;
120 struct CCC:DDD { virtual void xxx (HHH < X1 >); };
125 void xxx (HHH < X1 >);
126 vector < HHH < X1 > >aaa;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
rate_control.h 56 float X1;
  /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;
136 X1 = l;
141 R0(D, A, B, C, X1, 7, 0);
187 R1(A, B, C, D, X1, 3, 0x5A827999L);
208 R2(A, B, C, D, X1, 3, 0x6ED9EBA1L);
  /external/chromium_org/third_party/skia/src/core/
SkLineClipper.cpp 35 double X1 = src[1].fX;
37 double result = X0 + ((double)Y - Y0) * (X1 - X0) / (Y1 - Y0);
39 // The computed X value might still exceed [X0..X1] due to quantum flux
42 return (float)pin_unsorted(result, X0, X1);
56 double X1 = src[1].fX;
58 double result = Y0 + ((double)X - X0) * (Y1 - Y0) / (X1 - X0);
  /external/skia/src/core/
SkLineClipper.cpp 35 double X1 = src[1].fX;
37 double result = X0 + ((double)Y - Y0) * (X1 - X0) / (Y1 - Y0);
39 // The computed X value might still exceed [X0..X1] due to quantum flux
42 return (float)pin_unsorted(result, X0, X1);
56 double X1 = src[1].fX;
58 double result = Y0 + ((double)X - X0) * (Y1 - Y0) / (X1 - X0);
  /external/clang/test/CXX/expr/expr.prim/expr.prim.general/
p3-0x.cpp 109 struct X1 {
120 auto X1::h() -> decltype(m) { return 0; } // expected-error{{'this' cannot be implicitly used in a static member function declaration}}
  /external/llvm/include/llvm/ADT/
ImmutableList.h 148 return Allocator & 0x1 ? false : true;
152 return *reinterpret_cast<BumpPtrAllocator*>(Allocator & ~0x1);
160 : Allocator(reinterpret_cast<uintptr_t>(&Alloc) | 0x1) {}
218 static bool isEqual(ImmutableList<T> X1, ImmutableList<T> X2) {
219 return X1 == X2;
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 82 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
87 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
  /art/compiler/utils/arm64/
managed_register_arm64_test.cc 43 reg = Arm64ManagedRegister::FromCoreRegister(X1);
51 EXPECT_EQ(X1, reg.AsCoreRegister());
273 EXPECT_TRUE(!no_reg.Equals(Arm64ManagedRegister::FromCoreRegister(X1)));
282 EXPECT_TRUE(!reg_X0.Equals(Arm64ManagedRegister::FromCoreRegister(X1)));
287 Arm64ManagedRegister reg_X1 = Arm64ManagedRegister::FromCoreRegister(X1);
290 EXPECT_TRUE(reg_X1.Equals(Arm64ManagedRegister::FromCoreRegister(X1)));
337 EXPECT_TRUE(!reg_S0.Equals(Arm64ManagedRegister::FromCoreRegister(X1)));
347 EXPECT_TRUE(!reg_S1.Equals(Arm64ManagedRegister::FromCoreRegister(X1)));
357 EXPECT_TRUE(!reg_S31.Equals(Arm64ManagedRegister::FromCoreRegister(X1)));
377 EXPECT_TRUE(!reg_D15.Equals(Arm64ManagedRegister::FromCoreRegister(X1)));
    [all...]

Completed in 666 milliseconds

1 2 3 4 56 7 8 9