/external/v8/src/ |
D | types.cc | 23 typename TypeImpl<Config>::Limits TypeImpl<Config>::Intersect( in Intersect() 34 typename TypeImpl<Config>::Limits TypeImpl<Config>::Union( in Union() 45 bool TypeImpl<Config>::Overlap( in Overlap() 46 typename TypeImpl<Config>::RangeType* lhs, in Overlap() 47 typename TypeImpl<Config>::RangeType* rhs) { in Overlap() 49 typename TypeImpl<Config>::Limits lim = Intersect(Limits(lhs), Limits(rhs)); in Overlap() 55 bool TypeImpl<Config>::Contains( in Contains() 56 typename TypeImpl<Config>::RangeType* lhs, in Contains() 57 typename TypeImpl<Config>::RangeType* rhs) { in Contains() 65 bool TypeImpl<Config>::Contains( in Contains() [all …]
|
D | types.h | 289 class TypeImpl : public Config::Base { 305 typedef typename Config::template Handle<TypeImpl>::type TypeHandle; 318 static TypeImpl* type() { \ 390 bool Is(TypeImpl* that) { return this == that || this->SlowIs(that); } in Is() 394 bool Maybe(TypeImpl* that); 398 bool Equals(TypeImpl* that) { return this->Is(that) && that->Is(this); } in Equals() 412 bool NowIs(TypeImpl* that); 471 static inline TypeImpl* cast(typename Config::Base* object); 491 template<class> friend class TypeImpl; variable 499 TypeImpl* unhandle() { return this; } in unhandle() [all …]
|
D | types-inl.h | 20 TypeImpl<Config>* TypeImpl<Config>::cast(typename Config::Base* object) { in cast() 21 TypeImpl* t = static_cast<TypeImpl*>(object); in cast() 30 typename TypeImpl<Config>::TypeHandle TypeImpl<Config>::NowOf( in NowOf() 41 bool TypeImpl<Config>::NowContains(i::Object* value) { in NowContains()
|
D | list.h | 190 template<class> class TypeImpl; variable 192 typedef TypeImpl<HeapTypeConfig> HeapType;
|
D | property-details.h | 38 template<class> class TypeImpl; variable 40 typedef TypeImpl<ZoneTypeConfig> Type;
|
D | objects.h | 857 template<class> class TypeImpl; variable 859 typedef TypeImpl<HeapTypeConfig> HeapType;
|
/external/lldb/include/lldb/Symbol/ |
D | Type.h | 376 class TypeImpl 380 TypeImpl() : in TypeImpl() function 386 TypeImpl(const TypeImpl& rhs) : in TypeImpl() function 392 TypeImpl(const lldb_private::ClangASTType& type); 394 TypeImpl(const lldb::TypeSP& type); 396 TypeImpl& 397 operator = (const TypeImpl& rhs); 400 operator == (const TypeImpl& rhs) 406 operator != (const TypeImpl& rhs)
|
/external/lldb/source/Symbol/ |
D | Type.cpp | 47 m_type_list.Append(TypeImplSP(new TypeImpl(type))); in operator ()() 913 TypeImpl::TypeImpl(const lldb_private::ClangASTType& clang_ast_type) : in TypeImpl() function in TypeImpl 919 TypeImpl::TypeImpl(const lldb::TypeSP& type) : in TypeImpl() function in TypeImpl 926 TypeImpl::SetType (const lldb::TypeSP &type_sp) in SetType() 940 TypeImpl& 941 TypeImpl::operator = (const TypeImpl& rhs) in operator =() 952 TypeImpl::GetASTContext() in GetASTContext() 961 TypeImpl::GetOpaqueQualType() in GetOpaqueQualType() 970 TypeImpl::GetDescription (lldb_private::Stream &strm, in GetDescription() 985 TypeImpl::GetName () in GetName()
|
/external/lldb/source/API/ |
D | SBType.cpp | 36 m_opaque_sp(new TypeImpl(ClangASTType(type.GetASTContext(), in SBType() 42 m_opaque_sp(new TypeImpl(type_sp)) in SBType() 112 TypeImpl & 116 m_opaque_sp.reset (new TypeImpl()); in ref() 120 const TypeImpl & 333 … sb_type_member.reset (new TypeMemberImpl (TypeImplSP(new TypeImpl(base_class_type)), bit_offset)); in GetDirectBaseClassAtIndex() 354 … sb_type_member.reset (new TypeMemberImpl (TypeImplSP(new TypeImpl(base_class_type)), bit_offset)); in GetVirtualBaseClassAtIndex() 384 sb_type_member.reset (new TypeMemberImpl (TypeImplSP (new TypeImpl(field_type)), in GetFieldAtIndex()
|
D | SBValue.cpp | 476 type_sp.reset (new TypeImpl(value_sp->GetClangType())); in GetType()
|
/external/clang/test/Parser/ |
D | DelayedTemplateParsing.cpp | 134 struct TypeImpl { struct 143 struct TypeImpl<Config>::BitsetType { 150 TypeImpl<HeapTypeConfig>::Any(); in f()
|
/external/lldb/include/lldb/DataFormatters/ |
D | FormatClasses.h | 64 m_type.m_typeimpl_sp = lldb::TypeImplSP(new TypeImpl(type)); in TypeNameSpecifierImpl() 75 m_type.m_typeimpl_sp = lldb::TypeImplSP(new TypeImpl(type)); in TypeNameSpecifierImpl()
|
/external/v8/src/compiler/ |
D | simplified-operator.h | 16 class TypeImpl; variable 18 typedef TypeImpl<ZoneTypeConfig> Type;
|
/external/lldb/include/lldb/API/ |
D | SBType.h | 182 lldb_private::TypeImpl & 185 const lldb_private::TypeImpl &
|
/external/lldb/include/lldb/ |
D | lldb-forward.h | 228 class TypeImpl; variable 357 typedef std::shared_ptr<lldb_private::TypeImpl> TypeImplSP;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/ |
D | jdimodel.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |