Home
last modified time | relevance | path

Searched refs:Base (Results 1 – 25 of 711) sorted by relevance

12345678910>>...29

/external/e2fsprogs/debian/
De2fslibs.symbols2 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 …]
Dlibblkid1.symbols2 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 …]
Dlibss2.symbols2 _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 …]
Dlibcomerr2.symbols2 _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 …]
Dlibuuid1.symbols2 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/
Dp5-var.cpp3 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 …]
Dp5-0x.cpp9 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/
Dp1.cpp10 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/expat/amiga/
Dexpat_68k.c43 struct Library *Base = (struct Library *) regarray[REG68K_A6/4]; in stub_OpenPPC() local
44 struct ExtendedLibrary *ExtLib = (struct ExtendedLibrary *) ((ULONG)Base + Base->lib_PosSize); in stub_OpenPPC()
53 struct Library *Base = (struct Library *) regarray[REG68K_A6/4]; in stub_ClosePPC() local
54 struct ExtendedLibrary *ExtLib = (struct ExtendedLibrary *) ((ULONG)Base + Base->lib_PosSize); in stub_ClosePPC()
75 struct Library *Base = (struct Library *) regarray[REG68K_A6/4]; in stub_XML_ParserCreatePPC() local
76 struct ExtendedLibrary *ExtLib = (struct ExtendedLibrary *) ((ULONG)Base + Base->lib_PosSize); in stub_XML_ParserCreatePPC()
97 struct Library *Base = (struct Library *) regarray[REG68K_A6/4]; in stub_XML_ParserCreateNSPPC() local
98 struct ExtendedLibrary *ExtLib = (struct ExtendedLibrary *) ((ULONG)Base + Base->lib_PosSize); in stub_XML_ParserCreateNSPPC()
119 struct Library *Base = (struct Library *) regarray[REG68K_A6/4]; in stub_XML_ParserCreate_MMPPC() local
120 struct ExtendedLibrary *ExtLib = (struct ExtendedLibrary *) ((ULONG)Base + Base->lib_PosSize); in stub_XML_ParserCreate_MMPPC()
[all …]
/external/eigen/Eigen/src/Core/
DMapBase.h32 typedef typename internal::dense_xpr_base<Derived>::type Base; typedef
36 SizeAtCompileTime = Base::SizeAtCompileTime
50 using Base::derived;
54 using Base::MaxRowsAtCompileTime;
55 using Base::MaxColsAtCompileTime;
56 using Base::MaxSizeAtCompileTime;
57 using Base::IsVectorAtCompileTime;
58 using Base::Flags;
59 using Base::IsRowMajor;
61 using Base::rows;
[all …]
DArray.h47 typedef PlainObjectBase<Array> Base;
51 typedef typename Base::PlainObject PlainObject;
57 using Base::m_storage;
61 using Base::base;
62 using Base::coeff;
63 using Base::coeffRef;
74 return Base::operator=(other);
89 return Base::_set(other);
97 return Base::_set(other);
110 EIGEN_STRONG_INLINE explicit Array() : Base()
[all …]
DMatrix.h135 typedef PlainObjectBase<Matrix> Base;
141 typedef typename Base::PlainObject PlainObject;
143 using Base::base;
144 using Base::coeffRef;
156 return Base::_set(other);
172 return Base::_set(other);
184 return Base::operator=(other);
190 return Base::operator=(func);
203 EIGEN_STRONG_INLINE explicit Matrix() : Base()
205 Base::_check_template_params();
[all …]
DArrayBase.h58 typedef DenseBase<Derived> Base; typedef
59 using Base::RowsAtCompileTime;
60 using Base::ColsAtCompileTime;
61 using Base::SizeAtCompileTime;
62 using Base::MaxRowsAtCompileTime;
63 using Base::MaxColsAtCompileTime;
64 using Base::MaxSizeAtCompileTime;
65 using Base::IsVectorAtCompileTime;
66 using Base::Flags;
67 using Base::CoeffReadCost;
[all …]
/external/eigen/Eigen/src/SparseCore/
DSparseTriangularView.h66 typedef typename MatrixTypeNestedCleaned::InnerIterator Base;
70 : Base(view.nestedExpression(), outer), m_returnOne(false)
75 Base::operator++();
79 else if(HasUnitDiag && ((!Base::operator bool()) || Base::index()>=Base::outer()))
81 if((!SkipFirst) && Base::operator bool())
82 Base::operator++();
93 Base::operator++();
94 … if(HasUnitDiag && (!SkipFirst) && ((!Base::operator bool()) || Base::index()>=Base::outer()))
96 if((!SkipFirst) && Base::operator bool())
97 Base::operator++();
[all …]
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp12.cpp27 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/llvm/test/Transforms/PhaseOrdering/
Dgdce.ll13 %class.Base = type { i32 (...)** }
15 …@_ZTI4Base to i8*), i8* bitcast (void (%class.Base*)* @_ZN4BaseD1Ev to i8*), i8* bitcast (void (%c…
17 @_ZTS4Base = linkonce_odr constant [6 x i8] c"4Base\00"
23 %b = alloca %class.Base, align 8
26 call void @_ZN4BaseC1Ev(%class.Base* %b)
29 call void @_ZN4BaseD1Ev(%class.Base* %b)
34 define linkonce_odr void @_ZN4BaseC1Ev(%class.Base* %this) unnamed_addr uwtable ssp align 2 {
36 %this.addr = alloca %class.Base*, align 8
37 store %class.Base* %this, %class.Base** %this.addr, align 8
38 %this1 = load %class.Base** %this.addr
[all …]
/external/clang/lib/AST/
DVTTBuilder.cpp39 void VTTBuilder::AddVTablePointer(BaseSubobject Base, uint64_t VTableIndex, in AddVTablePointer() argument
43 assert(!SecondaryVirtualPointerIndices.count(Base) && in AddVTablePointer()
45 SecondaryVirtualPointerIndices[Base] = VTTComponents.size(); in AddVTablePointer()
53 VTTComponents.push_back(VTTComponent(VTableIndex, Base)); in AddVTablePointer()
56 void VTTBuilder::LayoutSecondaryVTTs(BaseSubobject Base) { in LayoutSecondaryVTTs() argument
57 const CXXRecordDecl *RD = Base.getBase(); in LayoutSecondaryVTTs()
70 CharUnits BaseOffset = Base.getBaseOffset() + in LayoutSecondaryVTTs()
79 VTTBuilder::LayoutSecondaryVirtualPointers(BaseSubobject Base, in LayoutSecondaryVirtualPointers() argument
84 const CXXRecordDecl *RD = Base.getBase(); in LayoutSecondaryVirtualPointers()
119 BaseOffset = Base.getBaseOffset() + in LayoutSecondaryVirtualPointers()
[all …]
/external/clang/test/CXX/conv/conv.mem/
Dp4.cpp3 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/
DJSCallbackObjectFunctions.h45 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/
Dconditional-expr.cpp22 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 {};
91 Base base; in test()
94 Base &bar1 = i1 ? base : derived; in test()
95 Base &bar2 = i1 ? derived : base; in test()
96 Base &bar3 = i1 ? base : conv; in test()
97 Base &bar4 = i1 ? conv : base; in test()
[all …]
Duser-defined-conversions.cpp42 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/
Dclass-template-ctor-initializer.cpp11 typedef A<X> Base; typedef
12 B1() : Base() {} in B1()
35 class Base { class
37 Base() {} in Base() function in PR7259::Base
43 Derived() : Base() {} in Derived()
46 class Final : public Derived<Base> {
58 struct Base { Base(int); }; // expected-note 2{{candidate}} struct
61 struct Derived1 : Base {
62 Derived1() : Base(1, 2) {} // expected-error {{no matching constructor}} in Derived1()
66 struct Derived2 : Base {
/external/eigen/Eigen/src/SuperLUSupport/
DSuperLUSupport.h482 typedef SuperLUBase<_MatrixType,SuperLU> Base;
484 typedef typename Base::Scalar Scalar;
485 typedef typename Base::RealScalar RealScalar;
486 typedef typename Base::Index Index;
487 typedef typename Base::IntRowVectorType IntRowVectorType;
488 typedef typename Base::IntColVectorType IntColVectorType;
489 typedef typename Base::LUMatrixType LUMatrixType;
495 SuperLU() : Base() { init(); }
497 SuperLU(const MatrixType& matrix) : Base()
499 Base::init();
[all …]
/external/eigen/Eigen/src/SparseCholesky/
DSimplicialCholesky.h367 typedef SimplicialCholeskyBase<SimplicialLLT> Base;
378 SimplicialLLT() : Base() {}
381 : Base(matrix) {}
385 eigen_assert(Base::m_factorizationIsOk && "Simplicial LLT not factorized");
386 return Traits::getL(Base::m_matrix);
391 eigen_assert(Base::m_factorizationIsOk && "Simplicial LLT not factorized");
392 return Traits::getU(Base::m_matrix);
398 Base::template compute<false>(matrix);
410 Base::analyzePattern(a, false);
421 Base::template factorize<false>(a);
[all …]
/external/webkit/Source/JavaScriptCore/heap/
DHandle.h94 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 …]

12345678910>>...29