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

123456

/external/clang/test/SemaCXX/
H A Dvisibility.cpp5 struct C2 struct in namespace:test1
10 return C2<int>::p;
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;
/external/clang/test/Modules/Inputs/wildcard-submodule-exports/
H A DC_two.h4 unsigned long *C2; variable
/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.cpp5 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/IR/
H A DConstants.h832 static Constant *getAdd(Constant *C1, Constant *C2,
834 static Constant *getFAdd(Constant *C1, Constant *C2);
835 static Constant *getSub(Constant *C1, Constant *C2,
837 static Constant *getFSub(Constant *C1, Constant *C2);
838 static Constant *getMul(Constant *C1, Constant *C2,
840 static Constant *getFMul(Constant *C1, Constant *C2);
841 static Constant *getUDiv(Constant *C1, Constant *C2, bool isExact = false);
842 static Constant *getSDiv(Constant *C1, Constant *C2, bool isExact = false);
843 static Constant *getFDiv(Constant *C1, Constant *C2);
844 static Constant *getURem(Constant *C1, Constant *C2);
869 getNSWAdd(Constant *C1, Constant *C2) argument
872 getNUWAdd(Constant *C1, Constant *C2) argument
875 getNSWSub(Constant *C1, Constant *C2) argument
878 getNUWSub(Constant *C1, Constant *C2) argument
881 getNSWMul(Constant *C1, Constant *C2) argument
884 getNUWMul(Constant *C1, Constant *C2) argument
887 getNSWShl(Constant *C1, Constant *C2) argument
890 getNUWShl(Constant *C1, Constant *C2) argument
893 getExactSDiv(Constant *C1, Constant *C2) argument
896 getExactUDiv(Constant *C1, Constant *C2) argument
899 getExactAShr(Constant *C1, Constant *C2) argument
902 getExactLShr(Constant *C1, Constant *C2) argument
[all...]
/external/ceres-solver/include/ceres/internal/
H A Dscoped_ptr.h133 // Forbid comparison of scoped_ptr types. If C2 != C, it totally doesn't
134 // make sense, and if C2 == C, it still doesn't make sense because you should
136 template <class C2> bool operator==(scoped_ptr<C2> const& p2) const;
137 template <class C2> bool operator!=(scoped_ptr<C2> const& p2) const;
265 template <class C2> bool operator==(scoped_array<C2> const& p2) const;
266 template <class C2> bool operator!=(scoped_array<C2> cons
[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/Index/
H A Doverriding-ftemplate-comments.cpp73 /// \tparam C2 Ccc 2
77 template <class C1, template <class C2, template <class C3, class C4> class BBB > class AAA>
80 // CHECK: FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}overriding-ftemplate-comments.cpp" line="[[@LINE-2]]" column="6"><Name>comment_to_html_conversion_22</Name><USR>c:@FT@&gt;2#T#t&gt;2#T#t&gt;2#T#Tcomment_to_html_conversion_22#</USR><Declaration>template &lt;class C1, template &lt;class C2, template &lt;class C3, class C4&gt; class BBB&gt;\n class AAA&gt;\nvoid comment_to_html_conversion_22()</Declaration><TemplateParameters><Parameter><Name>C1</Name><Index>0</Index><Discussion><Para> Ccc 1 </Para></Discussion></Parameter><Parameter><Name>AAA</Name><Index>1</Index><Discussion><Para> Zzz </Para></Discussion></Parameter><Parameter><Name>C2</Name><Discussion><Para> Ccc 2 </Para></Discussion></Parameter><Parameter><Name>C3</Name><Discussion><Para> Ccc 3 </Para></Discussion></Parameter><Parameter><Name>C4</Name><Discussion><Para> Ccc 4 </Para></Discussion></Parameter><Parameter><Name>BBB</Name><Discussion><Para> Bbb</Para></Discussion></Parameter></TemplateParameters></Function>]
/external/clang/test/Sema/
H A Dwarn-unreachable.c102 enum Cases { C1, C2, C3 }; enumerator in enum:Cases
106 case C2:

Completed in 443 milliseconds

123456