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

12

/external/libcxx/src/
H A Dtypeinfo.cpp17 std::type_info::~type_info()
/external/clang/test/SemaCXX/
H A DMicrosoftCompatibilityNoExceptions.cpp6 class type_info {}; class
H A Duninit-variables.cpp4 namespace std { class type_info {}; } class in namespace:std
H A Dvararg-non-pod.cpp140 class type_info { }; class in namespace:std
H A Dwarn-unused-result.cpp130 class type_info { }; class in namespace:std
H A Dwarn-unused-value.cpp79 struct type_info {}; struct in namespace:std
/external/libcxxabi/src/
H A Dstdlib_typeinfo.cpp15 // type_info
17 type_info::~type_info()
/external/clang/test/PCH/
H A Dcxx-typeid.h8 class type_info class in namespace:std
11 virtual ~type_info();
13 bool operator==(const type_info& rhs) const;
14 bool operator!=(const type_info& rhs) const;
16 bool before(const type_info& rhs) const;
20 type_info(const type_info& rhs);
21 type_info& operator=(const type_info& rhs);
H A Dcxx_exprs.h40 class type_info {}; class in namespace:std
/external/clang/test/Sema/
H A Dattr-availability-macosx.c50 struct __attribute__((availability(macosx,strict,introduced=10.9))) type_info // \ struct
51 expected-note{{'type_info' has been explicitly marked unavailable here}}
54 struct type_info;
56 struct type_info *t; // expected-error{{'type_info' is unavailable: introduced in macOS 10.9}}
/external/libcxxabi/include/
H A Dcxxabi.h30 class _LIBCXXABI_TYPE_VIS type_info; // forward declaration member in namespace:std
32 class type_info; // forward declaration
49 __cxa_throw(void *thrown_exception, std::type_info *tinfo,
63 extern _LIBCXXABI_FUNC_VIS std::type_info *__cxa_current_exception_type();
/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/CXX/drs/
H A Ddr6xx.cpp6 namespace std { struct type_info {}; } struct in namespace:std
111 const std::type_info &an6 = typeid(A::n);
112 const std::type_info &an7 = typeid(A::n + 1);
113 const std::type_info &an8 = typeid(f(A::n));
114 const std::type_info &an9 = typeid(g(A::n)); // expected-error {{non-static}}
128 const std::type_info &an2 = typeid(n + 1);
133 const std::type_info &an3 = typeid(g(n)); // expected-error {{static}}
/external/clang/test/SemaTemplate/
H A Dresolve-single-template-id.cpp4 class type_info {}; class in namespace:std
H A Dfun-template-def.cpp11 namespace std { class type_info {}; } class in namespace:std
50 i1 = typeid(t1); // expected-error {{assigning to 'int' from incompatible type 'const std::type_info'}}
H A Dinstantiate-static-var.cpp66 class type_info { }; class in namespace:std
/external/ImageMagick/coders/
H A Dttf.c184 *type_info;
221 type_info=GetTypeInfo(image_info->filename,exception);
222 if ((type_info != (const TypeInfo *) NULL) &&
223 (type_info->glyphs != (char *) NULL))
224 (void) CopyMagickString(image->filename,type_info->glyphs,MagickPathExtent);
180 *type_info; local
/external/libchrome/base/trace_event/
H A Dheap_profiler_type_name_deduplicator.cc85 StringPiece type_info = ExtractDirNameFromFileName(it->first); local
89 EscapeJSONString(type_info, put_in_quotes, &buffer);
/external/clang/test/Index/
H A Dload-stmts.cpp29 class type_info { }; class in namespace:std
/external/ImageMagick/MagickCore/
H A Dnt-feature.c349 *type_info;
382 type_info=(TypeInfo *) AcquireMagickMemory(sizeof(*type_info));
383 if (type_info == (TypeInfo *) NULL)
385 (void) ResetMagickMemory(type_info,0,sizeof(TypeInfo));
387 type_info->path=ConstantString("Windows Fonts");
388 type_info->signature=MagickCoreSignature;
395 type_info->name=ConstantString(buffer);
398 type_info->description=ConstantString(value_name);
401 type_info
345 *type_info; local
[all...]
H A Dannotate.c920 *type_info;
928 type_info=(const TypeInfo *) NULL;
945 type_info=GetTypeInfo(draw_info->font,exception);
946 if (type_info == (const TypeInfo *) NULL)
950 if ((type_info == (const TypeInfo *) NULL) &&
953 type_info=GetTypeInfoByFamily(draw_info->family,draw_info->style,
955 if (type_info == (const TypeInfo *) NULL)
959 if (type_info == (const TypeInfo *) NULL)
960 type_info=GetTypeInfoByFamily("Arial",draw_info->style,
962 if (type_info
910 *type_info; local
[all...]
H A Dtype.c168 static void *DestroyTypeNode(void *type_info)
173 p=(TypeInfo *) type_info;
288 *type_info;
297 type_info=(const TypeInfo *) GetNextValueInSplayTree(type_cache);
299 return(type_info);
301 type_info=(const TypeInfo *) GetValueFromSplayTree(type_cache,name);
303 return(type_info);
355 *type_info;
393 type_info=(const TypeInfo *) NULL;
433 type_info
162 DestroyTypeNode(void *type_info) argument
281 *type_info; local
347 *type_info; local
771 *type_info; local
951 **type_info; local
1087 *type_info; local
[all...]
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
H A Dsema.cpp144 struct type_info {}; struct in namespace:std
/external/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_itanium.cc26 class type_info { class in namespace:std
28 virtual ~type_info();
38 class __class_type_info : public std::type_info {
193 /// The type_info object describing the most-derived class type.
194 std::type_info *TypeInfo;
229 // Check that this is actually a type_info object for a class type.
/external/protobuf/src/google/protobuf/
H A Ddynamic_message.cc253 DynamicMessage(const TypeInfo* type_info);
283 DynamicMessage(const TypeInfo* type_info, ::google::protobuf::Arena* arena);
305 DynamicMessage::DynamicMessage(const TypeInfo* type_info) argument
306 : type_info_(type_info),
311 DynamicMessage::DynamicMessage(const TypeInfo* type_info, argument
313 : type_info_(type_info),
651 DynamicMessage::TypeInfo* type_info = new DynamicMessage::TypeInfo; local
652 *target = type_info;
654 type_info->type = type;
655 type_info
[all...]

Completed in 3393 milliseconds

12