Searched defs:C1 (Results 1 - 25 of 79) sorted by relevance

1234

/external/clang/test/Modules/Inputs/wildcard-submodule-exports/
H A DC_one.h4 long *C1; variable
/external/clang/test/CXX/temp/temp.param/
H A Dp12.cpp37 class C1 {}; class
39 C1<> c1; // expected-note{{while checking a default template argument}}
/external/clang/test/SemaTemplate/
H A Ddependent-class-member-operator.cpp4 template<class T> struct C1 { void operator()(T); }; struct
8 foo(&C1<int>::operator());
9 foo(&C1<int>::operator+); // expected-error {{no member named 'operator+' in 'C1<int>'}}
H A Dclass-template-id-2.cpp12 class C1 : public N::A<int> { }; class in inherits:N::A
/external/clang/test/SemaCXX/
H A Dout-of-line-def-mismatch.cpp7 class C1 {}; class in namespace:N2::N1
11 void func(C1&, unsigned, const S1*); // expected-note {{type of 3rd parameter of member declaration does not match definition ('const N2::S1 *' vs 'const N2::N1::S1 *')}}
21 void N2::N1::S2::func(C1&, unsigned, const S1*) {} // expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}}
H A DPR12481.cpp3 class C1 { }; class
14 BinaryTrie<C1> c1_trie_;
H A Dambiguous-builtin-unary-operator.cpp27 struct C1 : B1, A1 { }; struct in inherits:B1,A1
29 void test(C1 c) {
H A Dbuiltin-ptrtomember-overload-1.cpp33 struct C1 : B1 { struct in inherits:B1
37 void foo1(C1 c1, int A::* pmf) {
42 void foo1(C1 c1, int E::* pmf) {
44 // expected-note {{because of ambiguity in conversion of 'C1' to 'E *'}} \
H A Dalias-template.cpp74 class C1 { class in namespace:ClassNameRedecl
76 template<typename U> using C1 = C1; // expected-error {{name defined in alias declaration must be an identifier}}
79 template<typename U> using C0 = C1; // ok
131 class C1 {
135 C1::U<int> w; // ok
H A Dvtable-instantiation.cc4 template<class T1> struct C1 { struct in namespace:PR8640
12 new C1<T2>(); // expected-note {{in instantiation of member function}}
H A Dwarn-bad-memaccess.cpp13 class C1 { class
H A Dwarn-unique-enum.cpp6 C1 = true, enumerator in enum:C
/external/v8/test/mjsunit/
H A Dsetter-on-constructor-prototype.js31 function C1() {
34 C1.prototype = { set x(value) { this.y = 23; } };
36 %ToFastProperties(C1.prototype);
40 var c1 = new C1();
33 C1.prototype = { set x(value) { this.y = 23; } }; class
/external/clang/test/CodeGenCXX/
H A Ddebug-info-enum-class.cpp5 enum C { C1 = 1 }; enumerator in enum:A::B::C
H A Dvtable-layout-extreme.cpp10 class C1 class in namespace:Test1
17 , virtual public C1
23 , virtual public C1
42 , public C1
52 , public C1
71 , public C1
111 // CHECK-NEXT: -- (Test1::C1, 64) vtable address --
122 // CHECK-NEXT: -- (Test1::C1, 104) vtable address --
132 // CHECK-NEXT: -- (Test1::C1, 152) vtable address --
164 // CHECK-NEXT: -- (Test1::C1, 22
[all...]
H A Dvtt-layout.cpp33 class C1 : public virtual V1 { int i; }; class in namespace:Test3
37 class D : public C1, public C2, public C3 { int i; };
52 class C1 : public virtual V1 { int i; }; class in namespace:Test4
56 class D : public C1, public C2, public C3 { int i; };
/external/v8/test/mjsunit/bugs/
H A D618.js29 function C1() { class
32 var c1 = new C1();
38 C1.prototype = { set x(value) { this.y = 23; } };
39 var c1 = new C1();
/external/clang/test/CXX/class/class.mfct/class.mfct.non-static/
H A Dp3.cpp44 struct C1 : A { }; struct in namespace:test1
52 C1::foo(Opaque1()); // expected-error {{call to non-static member function without an object argument}}
/external/fdlibm/
H A Dk_cos.c26 * cos(x) ~ 1 - x*x/2 + C1*x + ... + C6*x
30 * |ieee_cos(x)-(1-.5*x +C1*x +C2*x +C3*x +C4*x +C5*x +C6*x )| <= 2
34 * 4. let r = C1*x +C2*x +C3*x +C4*x +C5*x +C6*x , then
57 C1 = 4.16666666666666019037e-02, /* 0x3FA55555, 0x5555554C */ variable
78 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6)))));
/external/clang/test/Sema/
H A Dwarn-unreachable.c102 enum Cases { C1, C2, C3 }; enumerator in enum:Cases
105 case C1:
/external/llvm/unittests/VMCore/
H A DMDBuilderTest.cpp56 ConstantInt *C1 = cast<ConstantInt>(R1->getOperand(1)); local
58 EXPECT_EQ(C1->getValue(), B);
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
H A Dp2-0x.cpp89 class C1 { class in namespace:ClassNameRedecl
91 using C1 = C1; // expected-error {{name defined in alias declaration must be an identifier}}
94 using C0 = C1; // ok
147 class C1 {
151 C1::U w; // ok
/external/dropbear/libtomcrypt/testprof/
H A Decc_test.c36 ecc_point *G, *A, *B, *C1, *C2; local
44 LTC_ARGCHK((C1 = ltc_ecc_new_point()) != NULL);
81 /* now, compute kA*A + kB*B = C1 using the older method */
82 DO(ltc_mp.ecc_ptmul(kA, A, C1, modulus, 0));
84 DO(ltc_mp.ecc_ptadd(C1, C2, C1, modulus, mp));
85 DO(ltc_mp.ecc_map(C1, modulus, mp));
91 if ((mp_cmp(C1->x, C2->x) != LTC_MP_EQ) || (mp_cmp(C1->y, C2->y) != LTC_MP_EQ) || (mp_cmp(C1
[all...]
/external/clang/test/CXX/special/class.copy/
H A Dp23-cxx11.cpp81 struct C1 { struct
84 template struct CopyAssign<C1>; // expected-note {{here}}
85 template struct MoveAssign<C1>; // expected-note {{here}}
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
H A DTimeUnit.java16 public long toMicros(long d) { return d/(C1/C0); }
26 public long toNanos(long d) { return x(d, C1/C0, MAX/(C1/C0)); }
28 public long toMillis(long d) { return d/(C2/C1); }
29 public long toSeconds(long d) { return d/(C3/C1); }
30 public long toMinutes(long d) { return d/(C4/C1); }
31 public long toHours(long d) { return d/(C5/C1); }
32 public long toDays(long d) { return d/(C6/C1); }
34 int excessNanos(long d, long m) { return (int)((d*C1) - (m*C2)); }
38 public long toMicros(long d) { return x(d, C2/C1, MA
94 static final long C1 = C0 * 1000L; field in class:TimeUnit
[all...]

Completed in 358 milliseconds

1234