HomeSort by relevance Sort by last modified time
    Searched refs:TypeImpl (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/v8/src/
types.cc 18 int TypeImpl<Config>::BitsetType::Glb(TypeImpl* type) {
51 int TypeImpl<Config>::BitsetType::Lub(TypeImpl* type) {
83 int TypeImpl<Config>::BitsetType::InherentLub(TypeImpl* type) {
112 int TypeImpl<Config>::BitsetType::Lub(i::Object* value) {
122 int TypeImpl<Config>::BitsetType::Lub(double value) {
133 int TypeImpl<Config>::BitsetType::Lub(int32_t value) {
144 int TypeImpl<Config>::BitsetType::Lub(uint32_t value)
    [all...]
types.h 217 // typedef TypeImpl<Config> Type;
246 class TypeImpl : public Config::Base {
260 typedef typename Config::template Handle<TypeImpl>::type TypeHandle;
272 static TypeImpl* type() { return BitsetType::New(BitsetType::k##type); } \
338 bool Is(TypeImpl* that) { return this == that || this->SlowIs(that); }
342 bool Maybe(TypeImpl* that);
346 bool Equals(TypeImpl* that) { return this->Is(that) && that->Is(this); }
360 bool NowIs(TypeImpl* that);
408 static inline TypeImpl* cast(typename Config::Base* object);
426 template<class> friend class TypeImpl;
    [all...]
types-inl.h 17 // TypeImpl
20 TypeImpl<Config>* TypeImpl<Config>::cast(typename Config::Base* object) {
21 TypeImpl* t = static_cast<TypeImpl*>(object);
30 typename TypeImpl<Config>::TypeHandle TypeImpl<Config>::NowOf(
41 bool TypeImpl<Config>::NowContains(i::Object* value) {
list.h 189 template<class> class TypeImpl;
191 typedef TypeImpl<HeapTypeConfig> HeapType;
property-details.h 38 template<class> class TypeImpl;
40 typedef TypeImpl<ZoneTypeConfig> Type;
objects.h     [all...]
  /external/lldb/include/lldb/DataFormatters/
FormatClasses.h 64 m_type.m_typeimpl_sp = lldb::TypeImplSP(new TypeImpl(type));
75 m_type.m_typeimpl_sp = lldb::TypeImplSP(new TypeImpl(type));
  /external/lldb/include/lldb/Symbol/
Type.h 376 class TypeImpl
380 TypeImpl() :
386 TypeImpl(const TypeImpl& rhs) :
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
    [all...]
  /external/qemu/qom/
object.c 32 typedef struct TypeImpl TypeImpl;
39 struct TypeImpl
60 TypeImpl *parent_type;
81 static void type_table_add(TypeImpl *ti)
86 static TypeImpl *type_table_lookup(const char *name)
91 static TypeImpl *type_register_internal(const TypeInfo *info)
93 TypeImpl *ti = g_malloc0(sizeof(*ti));
130 TypeImpl *type_register(const TypeInfo *info)
136 TypeImpl *type_register_static(const TypeInfo *info
    [all...]
  /external/clang/test/Parser/
DelayedTemplateParsing.cpp 134 struct TypeImpl {
143 struct TypeImpl<Config>::BitsetType {
150 TypeImpl<HeapTypeConfig>::Any();
  /external/lldb/source/Symbol/
Type.cpp 47 m_type_list.Append(TypeImplSP(new TypeImpl(type)));
913 TypeImpl::TypeImpl(const lldb_private::ClangASTType& clang_ast_type) :
919 TypeImpl::TypeImpl(const lldb::TypeSP& type) :
926 TypeImpl::SetType (const lldb::TypeSP &type_sp)
940 TypeImpl&
941 TypeImpl::operator = (const TypeImpl& rhs)
952 TypeImpl::GetASTContext(
    [all...]
  /external/lldb/include/lldb/API/
SBType.h 182 lldb_private::TypeImpl &
185 const lldb_private::TypeImpl &
  /external/lldb/source/API/
SBType.cpp 36 m_opaque_sp(new TypeImpl(ClangASTType(type.GetASTContext(),
42 m_opaque_sp(new TypeImpl(type_sp))
62 //SBType::SBType (TypeImpl* impl) :
112 TypeImpl &
116 m_opaque_sp.reset (new TypeImpl());
120 const TypeImpl &
333 sb_type_member.reset (new TypeMemberImpl (TypeImplSP(new TypeImpl(base_class_type)), bit_offset));
354 sb_type_member.reset (new TypeMemberImpl (TypeImplSP(new TypeImpl(base_class_type)), bit_offset));
384 sb_type_member.reset (new TypeMemberImpl (TypeImplSP (new TypeImpl(field_type)),
SBValue.cpp 476 type_sp.reset (new TypeImpl(value_sp->GetClangType()));
    [all...]
  /external/qemu/include/qom/
object.h 25 struct TypeImpl;
26 typedef struct TypeImpl *Type;
    [all...]
  /external/lldb/include/lldb/
lldb-forward.h 228 class TypeImpl;
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/
jdimodel.jar 

Completed in 295 milliseconds