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

1 2 3 4 5 6

  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
p4.cpp 12 typedef struct D { } D2;
13 typedef D2 D;
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
067-nested-ifdef-ifndef.c 2 #define D2
15 #ifndef D2
25 #ifdef D2
  /external/clang/test/CodeGen/
mips64-class-return.cpp 19 class D2 : public B0 {
20 double d2; member in class:D2
25 extern D2 gd2;
38 void foo3(D2 a0) {
  /external/mesa3d/src/glsl/glcpp/tests/
067-nested-ifdef-ifndef.c 2 #define D2
15 #ifndef D2
25 #ifdef D2
  /external/clang/test/Lexer/
11-27-2007-FloatLiterals.c 12 double D2 = 02e32;
  /external/clang/test/Misc/
diag-line-wrapping.cpp 6 struct D2 : B {};
7 struct DD : D1, D2 {
13 // CHECK: struct DD -> struct D2 -> struct B
  /external/clang/test/CodeGenCXX/
apple-kext-indirect-call-2.C 63 struct D2 : virtual Base3 {
67 struct Sub : D1, D2 {
70 char* D2::abc(void) const { return 0; }
75 char* c = p->D2::abc();
  /external/clang/test/SemaTemplate/
class-template-id-2.cpp 21 struct D2 {
elaborated-type-specifier.cpp 13 struct D2 {
19 template class D<D2>; // expected-note{{in instantiation of}}
  /external/clang/test/SemaCXX/
member-name-lookup.cpp 84 struct D2 : B2, C2 {
89 struct G : F, D2 {
93 void test_virtual_lookup(D2 d2, G g) {
94 (void)d2.a;
95 (void)d2.b;
96 (void)d2.c; // okay
97 d2.d; // expected-error{{member 'd' found in multiple base classes of different types}}
98 d2.f(0); // okay
99 d2.static_f(0); // oka
    [all...]
derived-to-base-ambig.cpp 16 class D2 : public B2, public C2 { };
17 class E2 : public D2, public C2, public virtual A2 { };
conversion-delete-expr.cpp 36 struct D2 : B2 {
40 void f2 (D2 d)
42 delete d; // expected-error {{ambiguous conversion of delete expression of type 'D2' to a pointer}}
dcl_init_aggr.cpp 107 struct D2 {
112 D2 d2; variable
114 B2 b2_2 = { 4, d2, 0 };
  /external/clang/test/CXX/special/class.inhctor/
p7.cpp 14 struct D2 : B1, B2 {
17 D2(int);
p3.cpp 17 struct D2 : B2 { // expected-note 2 {{candidate constructor}}
20 D2 d2a(1), d2b(1, 1), d2c(1, 1, 1);
22 D2 fd2() { return 1; } // expected-error {{no viable conversion}}
  /external/clang/test/Sema/
warn-duplicate-enum.c 23 D2,
25 D4 = D2, // no warning
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p3-cxx0x.cpp 15 class D2 : public B {
19 using C::g; // expected-error{{using declaration refers into 'C::', which is not a base class of 'D2'}}
  /external/clang/test/CXX/special/class.copy/
p23-cxx11.cpp 104 struct D2 {
105 D2 &operator=(D2 &&) = default; // expected-note {{here}} expected-note {{copy assignment operator is implicitly deleted}}
129 template struct MoveAssign<D2>; // expected-note {{here}}
130 template struct MoveOrCopyAssign<D2>; // expected-note {{here}}
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
omxSP_FFTInv_CCSToR_S32S16_Sfs_s.S 80 #define dY0 D2.S16
81 #define dY0S32 D2.S32
  /external/clang/test/CXX/class.derived/class.member.lookup/
p8.cpp 13 struct D2 : public Base {};
15 struct Derived : public D1, public D2 {
  /external/libcxx/test/utilities/time/time.traits/time.traits.specializations/
duration.pass.cpp 20 template <class D1, class D2, class De>
24 typedef typename std::common_type<D1, D2>::type Dc;
time_point.pass.cpp 20 template <class D1, class D2, class De>
26 typedef std::chrono::time_point<C, D2> T2;
  /external/clang/lib/AST/
ASTImporter.cpp 229 bool IsStructurallyEquivalent(Decl *D1, Decl *D2);
262 Decl *D1, Decl *D2);
    [all...]
  /art/compiler/utils/mips/
constants_mips.h 34 D2 = 2,
  /external/chromium_org/google_apis/drive/
task_util.h 55 template<typename T1, typename T2, typename D2>
56 struct ComposedCallback<void(T1, scoped_ptr<T2, D2>)> {
59 const base::Callback<void(T1, scoped_ptr<T2, D2>)>& callback,
60 T1 arg1, scoped_ptr<T2, D2> arg2) {

Completed in 441 milliseconds

1 2 3 4 5 6