Searched refs:C2 (Results 1 - 25 of 133) sorted by relevance

123456

/external/clang/test/Modules/Inputs/wildcard-submodule-exports/
H A DC_two.h4 unsigned long *C2; variable
/external/clang/test/SemaCXX/
H A DPR12481.cpp4 class C2 { }; class
15 BinaryTrie<C2> c2_trie_;
H A Dderived-to-base-ambig.cpp15 class C2 : virtual public A2 { }; class in inherits:A2
16 class D2 : public B2, public C2 { };
17 class E2 : public D2, public C2, public virtual A2 { };
H A Dvtable-instantiation.cc10 template<class T2> struct C2 { struct in namespace:PR8640
17 C2<int*> c2;
H A Dnamespace-alias.cpp101 class C2;
106 class C2;
109 N::C2 *pc2 = 0;
H A Dwarn-unique-enum.cpp7 C2 = true // expected-note {{initialize the last element with the previous element to silence this warning}} enumerator in enum:C
H A Ddcl_init_aggr.cpp104 struct C2 { struct
111 C2 c2;
/external/clang/test/SemaTemplate/
H A Ddependent-class-member-operator.cpp5 template<class T> struct C2; // expected-note {{template is declared here}}
10 foo(&C2<int>::operator+); // expected-error {{implicit instantiation of undefined template 'C2<int>'}}
H A Dclass-template-id-2.cpp14 class C2 : public N::A<float> { }; // expected-error{{base class has incomplete type}} class in inherits:N::A
/external/clang/test/CodeGenCXX/
H A Dvtable-layout-extreme.cpp15 class C2 class in namespace:Test1
24 , public C2
32 : public C2
41 , public C2
61 , virtual public C2
72 , public C2
89 // CHECK-NEXT: -- (Test1::C2, 0) vtable address --
97 // CHECK-NEXT: -- (Test1::C2, 16) vtable address --
105 // CHECK-NEXT: -- (Test1::C2, 48) vtable address --
117 // CHECK-NEXT: -- (Test1::C2, 8
[all...]
H A Dvtt-layout.cpp34 class C2 : public virtual V3, virtual V2 { int i; }; class in namespace:Test3
37 class D : public C1, public C2, public C3 { int i; };
53 class C2 : public virtual V3, virtual V2 { int i; }; class in namespace:Test4
56 class D : public C1, public C2, public C3 { int i; };
H A Dvalue-init.cpp252 struct C2 : B2 { C2(); }; struct in namespace:PR11124
253 C2::C2() : A(3), B2() {} function in class:PR11124::C2
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
H A DTimeUnit.java17 public long toMillis(long d) { return d/(C2/C0); }
23 int excessNanos(long d, long m) { return (int)(d - (m*C2)); }
28 public long toMillis(long d) { return d/(C2/C1); }
34 int excessNanos(long d, long m) { return (int)((d*C1) - (m*C2)); }
37 public long toNanos(long d) { return x(d, C2/C0, MAX/(C2/C0)); }
38 public long toMicros(long d) { return x(d, C2/C1, MAX/(C2/C1)); }
40 public long toSeconds(long d) { return d/(C3/C2); }
41 public long toMinutes(long d) { return d/(C4/C2); }
95 static final long C2 = C1 * 1000L; field in class:TimeUnit
[all...]
/external/v8/test/mjsunit/
H A Dsetter-on-constructor-prototype.js46 function C2() { class
49 C2.prototype = { };
50 C2.prototype.__proto__ = { set x(value) { this.y = 23; } };
52 %ToFastProperties(C2.prototype.__proto__)
56 var c2 = new C2();
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/
H A Dp9.cpp4 template<char C1, char C2>
/external/clang/test/Modules/
H A Dwildcard-submodule-exports.cpp18 unsigned long *C2_ptr = C2;
/external/v8/test/mjsunit/bugs/
H A D618.js44 function C2() { class
47 var c2 = new C2();
53 C2.prototype.__proto__ = { set x(value) { this.y = 23; } };
54 var c2 = new C2();
/external/clang/test/Modules/Inputs/
H A Dredecl-merge-left.h31 @class C2;
32 void accept_a_C2(C2*);
H A Dredecl-merge-right.h34 @class C2;
35 C2 *get_a_C2(void);
/external/chromium/base/memory/
H A Dscoped_ptr.h128 // Forbid comparison of scoped_ptr types. If C2 != C, it totally doesn't
129 // make sense, and if C2 == C, it still doesn't make sense because you should
131 template <class C2> bool operator==(scoped_ptr<C2> const& p2) const;
132 template <class C2> bool operator!=(scoped_ptr<C2> const& p2) const;
236 template <class C2> bool operator==(scoped_array<C2> const& p2) const;
237 template <class C2> bool operator!=(scoped_array<C2> cons
[all...]
/external/llvm/include/llvm/
H A DConstants.h846 static Constant *getAdd(Constant *C1, Constant *C2,
848 static Constant *getFAdd(Constant *C1, Constant *C2);
849 static Constant *getSub(Constant *C1, Constant *C2,
851 static Constant *getFSub(Constant *C1, Constant *C2);
852 static Constant *getMul(Constant *C1, Constant *C2,
854 static Constant *getFMul(Constant *C1, Constant *C2);
855 static Constant *getUDiv(Constant *C1, Constant *C2, bool isExact = false);
856 static Constant *getSDiv(Constant *C1, Constant *C2, bool isExact = false);
857 static Constant *getFDiv(Constant *C1, Constant *C2);
858 static Constant *getURem(Constant *C1, Constant *C2);
883 getNSWAdd(Constant *C1, Constant *C2) argument
886 getNUWAdd(Constant *C1, Constant *C2) argument
889 getNSWSub(Constant *C1, Constant *C2) argument
892 getNUWSub(Constant *C1, Constant *C2) argument
895 getNSWMul(Constant *C1, Constant *C2) argument
898 getNUWMul(Constant *C1, Constant *C2) argument
901 getNSWShl(Constant *C1, Constant *C2) argument
904 getNUWShl(Constant *C1, Constant *C2) argument
907 getExactSDiv(Constant *C1, Constant *C2) argument
910 getExactUDiv(Constant *C1, Constant *C2) argument
913 getExactAShr(Constant *C1, Constant *C2) argument
916 getExactLShr(Constant *C1, Constant *C2) argument
[all...]
/external/clang/test/CXX/class/class.mfct/class.mfct.non-static/
H A Dp3.cpp45 struct C2 : B { }; struct in namespace:test1
53 C2::foo(Opaque1()); // expected-error {{call to non-static member function without an object argument}}
/external/clang/test/CXX/special/class.dtor/
H A Dp5-0x.cpp82 struct C2 : InaccessibleDtor { C2(); } c2; // expected-error {{deleted function}} expected-note {{base class 'InaccessibleDtor' has an inaccessible destructor}} struct in inherits:InaccessibleDtor
/external/clang/test/Sema/
H A Dwarn-unreachable.c102 enum Cases { C1, C2, C3 }; enumerator in enum:Cases
106 case C2:
/external/fdlibm/
H A Dk_cos.c30 * |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
58 C2 = -1.38888888888741095749e-03, /* 0xBF56C16C, 0x16C15177 */ variable
78 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6)))));

Completed in 180 milliseconds

123456