Searched defs:type_info (Results 1 - 16 of 16) sorted by relevance

/external/clang/test/CodeGenCXX/
H A D2006-03-06-C++RecurseCrash.cpp5 class type_info { class in namespace:std
7 virtual ~type_info();
13 class __si_class_type_info : public std::type_info {
/external/clang/test/SemaTemplate/
H A Dfun-template-def.cpp9 namespace std { class type_info {}; } class in namespace:std
45 i1 = typeid(t1); // expected-error {{assigning to 'int' from incompatible type 'const std::type_info'}}
H A Dresolve-single-template-id.cpp4 class type_info {}; class in namespace:std
H A Dinstantiate-static-var.cpp57 class type_info { }; class in namespace:std
/external/clang/test/PCH/
H A Dcxx_exprs.h40 class type_info {}; class in namespace:std
/external/clang/test/SemaCXX/
H A Dvararg-non-pod.cpp83 class type_info { }; class in namespace:std
H A Duninit-variables.cpp4 namespace std { class type_info {}; } class in namespace:std
/external/clang/test/Index/
H A Dload-stmts.cpp29 class type_info { }; class in namespace:std
/external/bluetooth/glib/gobject/
H A Dgtypemodule.c206 ModuleTypeInfo *type_info = tmp_list->data; local
207 if (type_info->type == type)
208 return type_info;
266 ModuleTypeInfo *type_info = tmp_list->data; local
267 if (!type_info->loaded)
271 g_type_name (type_info->type));
310 ModuleTypeInfo *type_info = tmp_list->data; local
311 type_info->loaded = FALSE;
363 * @type_info: type information structure
384 const GTypeInfo *type_info,
381 g_type_module_register_type(GTypeModule *module, GType parent_type, const gchar *type_name, const GTypeInfo *type_info, GTypeFlags flags) argument
[all...]
H A Dgboxed.c399 static const GTypeInfo type_info = { local
418 type = g_type_register_static (G_TYPE_BOXED, name, &type_info, 0);
H A Dgvaluetypes.c1060 static const GTypeInfo type_info = { 0, }; local
1063 type = g_type_register_static (G_TYPE_POINTER, g_intern_static_string ("GType"), &type_info, 0);
1189 static const GTypeInfo type_info = { local
1206 type = g_type_register_static (G_TYPE_POINTER, name, &type_info, 0);
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
H A Dsema.cpp136 struct type_info {}; struct in namespace:std
/external/protobuf/src/google/protobuf/
H A Ddynamic_message.cc184 DynamicMessage(const TypeInfo* type_info);
222 DynamicMessage::DynamicMessage(const TypeInfo* type_info) argument
223 : type_info_(type_info),
471 DynamicMessage::TypeInfo* type_info = new DynamicMessage::TypeInfo; local
472 *target = type_info;
474 type_info->type = type;
475 type_info->pool = (pool_ == NULL) ? type->file()->pool() : pool_;
476 type_info->factory = this;
488 type_info->offsets.reset(offsets);
497 type_info
[all...]
/external/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp427 struct type_info { struct in namespace:std
428 virtual ~type_info();
435 constexpr const std::type_info &ti1 = typeid(*p); // expected-error {{must be initialized by a constant expression}} expected-note {{typeid applied to expression of polymorphic type 'TypeId::S'}}
438 constexpr const std::type_info &ti2 = typeid(t);
/external/v8/src/
H A Dic.cc2125 const char* UnaryOpIC::GetName(TypeInfo type_info) { argument
2126 switch (type_info) {
2136 UnaryOpIC::State UnaryOpIC::ToState(TypeInfo type_info) { argument
2137 switch (type_info) {
2190 const char* BinaryOpIC::GetName(TypeInfo type_info) { argument
2191 switch (type_info) {
2205 BinaryOpIC::State BinaryOpIC::ToState(TypeInfo type_info) { argument
2206 switch (type_info) {
H A Dhydrogen.cc6813 TypeInfo type_info = oracle()->CompareType(expr); local
6816 if (type_info.IsUninitialized()) {
6819 type_info = TypeInfo::Unknown();
6893 } else if (type_info.IsNonPrimitive()) {
6924 } else if (type_info.IsString() && oracle()->IsSymbolCompare(expr) &&
6935 Representation r = ToRepresentation(type_info);

Completed in 408 milliseconds