/external/e2fsprogs/debian/ |
D | e2fslibs.symbols | 2 e2p_edit_feature2@Base 1.40.7 3 e2p_edit_feature@Base 1.37 4 e2p_edit_mntopts@Base 1.37 5 e2p_feature2string@Base 1.37 6 e2p_hash2string@Base 1.37 7 e2p_is_null_uuid@Base 1.37 8 e2p_jrnl_feature2string@Base 1.41.1 9 e2p_jrnl_string2feature@Base 1.41.1 10 e2p_mntopt2string@Base 1.37 11 e2p_os2string@Base 1.37 [all …]
|
D | libblkid1.symbols | 2 blkid__scan_dir@Base 1.41.1 3 blkid_debug_mask@Base 1.33 4 blkid_dev_devname@Base 1.33 5 blkid_dev_has_tag@Base 1.38 6 blkid_dev_iterate_begin@Base 1.33 7 blkid_dev_iterate_end@Base 1.33 8 blkid_dev_next@Base 1.33 9 blkid_dev_set_search@Base 1.38 10 #MISSING: 1.41.1# blkid_devdirs@Base 1.34 11 blkid_devno_to_devname@Base 1.33 [all …]
|
D | libss2.symbols | 2 _ss_pager_name@Base 1.01 3 _ss_table@Base 1.01 4 et_ss_error_table@Base 1.35 5 initialize_ss_error_table@Base 1.01 6 initialize_ss_error_table_r@Base 1.34 7 ss_abort_subsystem@Base 1.01 8 ss_add_info_dir@Base 1.01 9 ss_add_request_table@Base 1.01 10 ss_create_invocation@Base 1.01 11 ss_delete_info_dir@Base 1.01 [all …]
|
D | libcomerr2.symbols | 2 _et_dynamic_list@Base 1.38 3 _et_list@Base 1.01 4 add_error_table@Base 1.34 5 add_to_error_table@Base 1.34 6 com_err@Base 1.01 7 com_err_hook@Base 1.01 8 com_err_va@Base 1.01 9 com_right@Base 1.34 10 com_right_r@Base 1.41.11 11 error_message@Base 1.01 [all …]
|
D | libuuid1.symbols | 2 uuid__generate_random@Base 1.40.4 3 uuid__generate_time@Base 1.40.4 4 uuid_clear@Base 1.05 5 uuid_compare@Base 1.05 6 uuid_copy@Base 1.05 7 uuid_generate@Base 1.05 8 uuid_generate_random@Base 1.15 9 uuid_generate_time@Base 1.15 10 uuid_is_null@Base 1.05 11 uuid_pack@Base 1.05 [all …]
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
D | p5-var.cpp | 3 struct Base { }; struct 4 struct Derived : Base { }; // expected-note{{candidate constructor (the implicit copy constructor) … 6 struct Derived2 : Base { }; 10 operator Base&() const; 27 operator Base() const; 46 void bind_lvalue_to_lvalue(Base b, Derived d, in bind_lvalue_to_lvalue() 47 const Base bc, const Derived dc, in bind_lvalue_to_lvalue() 51 Base &br1 = b; in bind_lvalue_to_lvalue() 52 Base &br2 = d; in bind_lvalue_to_lvalue() 55 Base &br3 = bc; // expected-error{{drops qualifiers}} in bind_lvalue_to_lvalue() [all …]
|
D | p5-0x.cpp | 9 struct Base { }; struct 10 struct Derived : Base { }; 29 Base&& base0 = xvalue<Base>(); in test_rvalue_refs() 30 Base&& base1 = xvalue<Derived>(); in test_rvalue_refs() 34 Base&& base2 = prvalue<Base>(); in test_rvalue_refs() 35 Base&& base3 = prvalue<Derived>(); in test_rvalue_refs() 49 Base&& base4 = ConvertsTo<Base&&>(); in test_rvalue_refs() 50 Base&& base5 = ConvertsTo<Derived&&>(); in test_rvalue_refs() 54 Base&& base6 = ConvertsTo<Base>(); in test_rvalue_refs() 55 Base&& base7 = ConvertsTo<Derived>(); in test_rvalue_refs() [all …]
|
/external/clang/test/CXX/class.access/class.access.base/ |
D | p1.cpp | 10 class Base { class 16 class Test : public Base { 25 Base::pub++; in test() 26 Base::spub++; in test() 27 Base::prot++; in test() 28 Base::sprot++; in test() 29 Base::priv++; // expected-error {{private member}} in test() 30 Base::spriv++; // expected-error {{private member}} in test() 42 t->Base::pub++; in test() 43 t->Base::spub++; in test() [all …]
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
D | p12.cpp | 27 struct Base { struct 34 struct Test0 : Base { 35 using Base::foo; 46 struct Test1 : Base { 49 using Base::foo; 58 struct Test2 : Base { 60 using Base::foo; 73 struct Base { struct 77 template <typename T> struct Derived1 : Base { 78 using Base::foo; [all …]
|
/external/clang/lib/AST/ |
D | VTTBuilder.cpp | 38 void VTTBuilder::AddVTablePointer(BaseSubobject Base, uint64_t VTableIndex, in AddVTablePointer() argument 42 assert(!SecondaryVirtualPointerIndices.count(Base) && in AddVTablePointer() 44 SecondaryVirtualPointerIndices[Base] = VTTComponents.size(); in AddVTablePointer() 52 VTTComponents.push_back(VTTComponent(VTableIndex, Base)); in AddVTablePointer() 55 void VTTBuilder::LayoutSecondaryVTTs(BaseSubobject Base) { in LayoutSecondaryVTTs() argument 56 const CXXRecordDecl *RD = Base.getBase(); in LayoutSecondaryVTTs() 69 CharUnits BaseOffset = Base.getBaseOffset() + in LayoutSecondaryVTTs() 78 VTTBuilder::LayoutSecondaryVirtualPointers(BaseSubobject Base, in LayoutSecondaryVirtualPointers() argument 83 const CXXRecordDecl *RD = Base.getBase(); in LayoutSecondaryVirtualPointers() 118 BaseOffset = Base.getBaseOffset() + in LayoutSecondaryVirtualPointers() [all …]
|
/external/clang/test/CXX/conv/conv.mem/ |
D | p4.cpp | 3 struct Base { struct 7 int (Base::*data_ptr) = &Base::data; argument 8 int (Base::*method_ptr)() = &Base::method; 11 struct Derived : Base {}; 20 struct Derived : private Base {}; // expected-note 2 {{declared private here}} 29 struct A : Base {}; 30 struct B : Base {}; 40 struct Derived : virtual Base {}; 49 struct A : Base {}; 50 struct Derived : Base, virtual A {}; [all …]
|
/external/webkit/Source/JavaScriptCore/API/ |
D | JSCallbackObjectFunctions.h | 45 template <class Base> 46 inline JSCallbackObject<Base>* JSCallbackObject<Base>::asCallbackObject(JSValue value) in asCallbackObject() 52 template <class Base> 53 JSCallbackObject<Base>::JSCallbackObject(ExecState* exec, JSGlobalObject* globalObject, Structure* … in JSCallbackObject() 54 : Base(globalObject, structure) in JSCallbackObject() 57 ASSERT(Base::inherits(&s_info)); in JSCallbackObject() 63 template <class Base> 64 JSCallbackObject<Base>::JSCallbackObject(JSGlobalData& globalData, JSClassRef jsClass, Structure* s… in JSCallbackObject() 65 : Base(globalData, structure) in JSCallbackObject() 68 ASSERT(Base::inherits(&s_info)); in JSCallbackObject() [all …]
|
/external/clang/test/SemaCXX/ |
D | conditional-expr.cpp | 22 struct Base { struct 27 struct Derived : Base { 30 struct Convertible { operator Base&(); }; 31 struct Priv : private Base {}; // expected-note 4 {{declared private here}} 32 struct Mid : Base {}; 81 Base base; in test() 84 Base &bar1 = i1 ? base : derived; in test() 85 Base &bar2 = i1 ? derived : base; in test() 86 Base &bar3 = i1 ? base : conv; in test() 87 Base &bar4 = i1 ? conv : base; in test() [all …]
|
D | user-defined-conversions.cpp | 42 struct Base { struct 43 Base(const FunkyDerived&); 46 struct Derived : Base { }; 48 struct FunkyDerived : Base { }; 51 operator Base(); 64 Base b1 = ctb; in test_conversion() 65 Base b2(ctb); in test_conversion() 66 Base b3 = ctd; in test_conversion() 67 Base b4(ctd); in test_conversion() 68 Base b5 = ctfd; in test_conversion()
|
/external/clang/test/SemaTemplate/ |
D | dependent-names.cpp | 20 template <class T> class Base { class 31 template <class T> class Derived1 : Base<T> { 34 Base<T>::static_foo(); in test0() 35 Base<T>::instance_foo(); in test0() 39 Base<T>::Inner::static_foo(); in test1() 40 …Base<T>::Inner::instance_foo(); // expected-error {{call to non-static member function without an … in test1() 44 Base<T>::static_foo(); in test2() 45 …Base<T>::instance_foo(); // expected-error {{call to non-static member function without an object … in test2() 49 Base<T>::Inner::static_foo(); in test3() 50 …Base<T>::Inner::instance_foo(); // expected-error {{call to non-static member function without an … in test3() [all …]
|
D | member-access-expr.cpp | 4 x.Base::f0(); in call_f0() 7 struct Base { struct 11 struct X0 : Base { 12 typedef Base CrazyBase; 26 call_f0_through_typedef<Base>(x0); in test_f0_through_typedef() 38 struct X1 : Base, OtherBase { 43 call_f0_through_typedef2<Base>(x0); in test_f0_through_typedef2() 45 call_f0_through_typedef2<Base>(x1); // expected-note{{instantiation}} in test_f0_through_typedef2() 114 struct Base { struct 118 template <class T> struct Foo : Base { [all …]
|
/external/webkit/Source/JavaScriptCore/heap/ |
D | Handle.h | 94 template <typename Base, typename T> struct HandleConverter { 98 …ASSERT(!static_cast<const Base*>(this)->get() || !static_cast<const Base*>(this)->get()->isZombie(… 100 return static_cast<Base*>(this)->get(); 105 …ASSERT(!static_cast<const Base*>(this)->get() || !static_cast<const Base*>(this)->get()->isZombie(… 107 return static_cast<const Base*>(this)->get(); 113 …ASSERT(!static_cast<const Base*>(this)->get() || !static_cast<const Base*>(this)->get()->isZombie(… 115 return static_cast<Base*>(this)->get(); 120 …ASSERT(!static_cast<const Base*>(this)->get() || !static_cast<const Base*>(this)->get()->isZombie(… 122 return static_cast<const Base*>(this)->get(); 126 template <typename Base> struct HandleConverter<Base, Unknown> { [all …]
|
/external/clang/include/clang/AST/ |
D | BaseSubobject.h | 30 const CXXRecordDecl *Base; variable 37 BaseSubobject(const CXXRecordDecl *Base, CharUnits BaseOffset) in BaseSubobject() argument 38 : Base(Base), BaseOffset(BaseOffset) { } in BaseSubobject() 41 const CXXRecordDecl *getBase() const { return Base; } in getBase() 47 return LHS.Base == RHS.Base && LHS.BaseOffset == RHS.BaseOffset; 68 static unsigned getHashValue(const clang::BaseSubobject &Base) { 70 DenseMapInfo<const clang::CXXRecordDecl *>::getHashValue(Base.getBase()) ^ 71 DenseMapInfo<int64_t>::getHashValue(Base.getBaseOffset().getQuantity());
|
D | TypeLocNodes.def | 15 // TYPELOC(Class, Base) - A TypeLoc subclass. If UNQUAL_TYPELOC is 18 // UNQUAL_TYPELOC(Class, Base, Type) - An UnqualTypeLoc subclass. 25 # define UNQUAL_TYPELOC(Class, Base) TYPELOC(Class, Base) 29 # define ABSTRACT_TYPELOC(Class, Base) UNQUAL_TYPELOC(Class, Base) 33 #define TYPE(Class, Base) UNQUAL_TYPELOC(Class, Base##Loc) 34 #define ABSTRACT_TYPE(Class, Base) ABSTRACT_TYPELOC(Class, Base##Loc)
|
D | VTTBuilder.h | 34 VTTVTable(const CXXRecordDecl *Base, CharUnits BaseOffset, bool BaseIsVirtual) in VTTVTable() argument 35 : BaseAndIsVirtual(Base, BaseIsVirtual), BaseOffset(BaseOffset) {} in VTTVTable() 36 VTTVTable(BaseSubobject Base, bool BaseIsVirtual) in VTTVTable() argument 37 : BaseAndIsVirtual(Base.getBase(), BaseIsVirtual), in VTTVTable() 38 BaseOffset(Base.getBaseOffset()) {} in VTTVTable() 108 void AddVTablePointer(BaseSubobject Base, uint64_t VTableIndex, 113 void LayoutSecondaryVTTs(BaseSubobject Base); 123 void LayoutSecondaryVirtualPointers(BaseSubobject Base, 134 void LayoutSecondaryVirtualPointers(BaseSubobject Base, 144 void LayoutVTT(BaseSubobject Base, bool BaseIsVirtual);
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | Deque.h | 115 typedef DequeIteratorBase<T, inlineCapacity> Base; typedef 120 DequeIteratorBase(const Base&); 121 Base& operator=(const Base&); 124 void assign(const Base& other) { *this = other; } in assign() 132 bool isEqual(const Base&) const; 138 void checkValidity(const Base&) const; 154 typedef DequeIteratorBase<T, inlineCapacity> Base; typedef 158 DequeIterator(Deque<T, inlineCapacity>* deque, size_t index) : Base(deque, index) { } in DequeIterator() 160 DequeIterator(const Iterator& other) : Base(other) { } in DequeIterator() 161 DequeIterator& operator=(const Iterator& other) { Base::assign(other); return *this; } [all …]
|
/external/clang/test/CXX/temp/temp.res/temp.local/ |
D | p3.cpp | 3 template <class T> struct Base { // expected-note 4 {{member found by ambiguous name lookup}} struct 9 template <class T> struct Derived: Base<int>, Base<char> { 10 …typename Derived::Base b; // expected-error{{member 'Base' found in multiple base classes of diffe… 11 typename Derived::Base<double> d; // OK 14 t->Derived::Base<T>::f(); in g() 15 t->Base<T>::f(); in g() 16 …t->Base::f(); // expected-error{{member 'Base' found in multiple base classes of different types}}… in g()
|
/external/clang/test/PCH/ |
D | cxx_exprs.h | 8 struct Base { Base(int); virtual void f(int x = 492); ~Base(); }; struct 9 struct Derived : Base { Derived(); void g(); }; 10 Base *base_ptr; 49 Derived::Derived() : Base(4) { in Derived() 71 Base *b = new Base(4); // CXXNewExpr in g()
|
/external/clang/test/CodeGenCXX/ |
D | derived-to-base-conv.cpp | 54 struct Base; 57 operator Base&() { exit(1); } in operator Base&() 62 struct Base : Root { struct 63 Base(const Base&) { printf("Base::(const Base&)\n"); } in Base() argument 64 Base() { printf("Base::Base()\n"); } in Base() argument 68 struct Derived : Base { argument 71 void foo(Base) {} in foo() argument
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
D | TestDriver.dproj | 9 <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''"> 10 <Base>true</Base> 14 <CfgParent>Base</CfgParent> 15 <Base>true</Base> 19 <CfgParent>Base</CfgParent> 20 <Base>true</Base> 22 <PropertyGroup Condition="'$(Base)'!=''"> 54 <BuildConfiguration Include="Base"> 55 <Key>Base</Key> 59 <CfgParent>Base</CfgParent> [all …]
|