Searched defs:TypeImpl (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/Parser/
H A DDelayedTemplateParsing.cpp134 struct TypeImpl { struct in namespace:PR19613
143 struct TypeImpl<Config>::BitsetType {
150 TypeImpl<HeapTypeConfig>::Any();
/external/lldb/include/lldb/Symbol/
H A DType.h376 class TypeImpl class in namespace:lldb_private
380 TypeImpl() : function in class:lldb_private::TypeImpl
386 TypeImpl(const TypeImpl& rhs) : function in class:lldb_private::TypeImpl
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
[all...]
/external/lldb/source/Symbol/
H A DType.cpp47 m_type_list.Append(TypeImplSP(new TypeImpl(type)));
913 TypeImpl::TypeImpl(const lldb_private::ClangASTType& clang_ast_type) : function in class:TypeImpl
919 TypeImpl::TypeImpl(const lldb::TypeSP& type) : function in class:TypeImpl
926 TypeImpl::SetType (const lldb::TypeSP &type_sp)
940 TypeImpl&
941 TypeImpl::operator = (const TypeImpl& rhs)
952 TypeImpl
[all...]
/external/chromium_org/v8/src/
H A Dtypes.h260 // typedef TypeImpl<Config> Type;
289 class TypeImpl : public Config::Base { class in namespace:v8::internal
305 typedef typename Config::template Handle<TypeImpl>::type TypeHandle;
318 static TypeImpl* type() { \
390 bool Is(TypeImpl* that) { return this == that || this->SlowIs(that); }
394 bool Maybe(TypeImpl* that);
398 bool Equals(TypeImpl* that) { return this->Is(that) && that->Is(this); }
412 bool NowIs(TypeImpl* that);
471 static inline TypeImpl* cast(typename Config::Base* object);
491 template<class> friend class TypeImpl;
[all...]
/external/qemu/qom/
H A Dobject.c32 typedef struct TypeImpl TypeImpl; typedef in typeref:struct:TypeImpl
39 struct TypeImpl struct
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_stati
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 384 milliseconds