HomeSort by relevance Sort by last modified time
    Searched refs:type_info (Results 51 - 75 of 167) sorted by null

1 23 4 5 6 7

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cxxabi.h 211 class __fundamental_type_info : public std::type_info
215 __fundamental_type_info(const char* __n) : std::type_info(__n) { }
222 class __array_type_info : public std::type_info
226 __array_type_info(const char* __n) : std::type_info(__n) { }
233 class __function_type_info : public std::type_info
237 __function_type_info(const char* __n) : std::type_info(__n) { }
249 class __enum_type_info : public std::type_info
253 __enum_type_info(const char* __n) : std::type_info(__n) { }
260 class __pbase_type_info : public std::type_info
264 const std::type_info* __pointee; // Type of pointed to object
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
cxxabi.h 216 class __fundamental_type_info : public std::type_info
220 __fundamental_type_info(const char* __n) : std::type_info(__n) { }
227 class __array_type_info : public std::type_info
231 __array_type_info(const char* __n) : std::type_info(__n) { }
238 class __function_type_info : public std::type_info
242 __function_type_info(const char* __n) : std::type_info(__n) { }
254 class __enum_type_info : public std::type_info
258 __enum_type_info(const char* __n) : std::type_info(__n) { }
265 class __pbase_type_info : public std::type_info
269 const std::type_info* __pointee; // Type of pointed to object
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/
typeinfo.h 51 using std::type_info;
63 using /*_STLP_VENDOR_EXCEPT_STD */ :: type_info;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
typeinfo.h 51 using std::type_info;
63 using /*_STLP_VENDOR_EXCEPT_STD */ :: type_info;
  /external/clang/test/CodeGenCXX/
global-init.cpp 109 namespace std { struct type_info; }
128 const std::type_info *const s = &typeid(*p);
132 const std::type_info *const t = &typeid(p);
typeid-cxx11.cpp 7 const std::type_info &ti;
26 // CHECK: @_ZN5Test11xE = constant %"class.std::type_info"* bitcast ({{.*}}* @_ZTIN5Test11AE to %"class.std::type_info"*), align 8
29 // CHECK: @_ZN5Test11yE = constant %"class.std::type_info"* bitcast ({{.*}}* @_ZTIN5Test11BE to %"class.std::type_info"*), align 8
rtti-linkage.cpp 120 const std::type_info &t2() {
139 const std::type_info &f() {
vtable-key-function-ios.cpp 18 namespace std { class type_info; }
19 extern void use(const std::type_info &rtti);
mangle-lambdas.cpp 163 struct type_info;
168 void f(const std::type_info& x = typeid([]()->A& { return g; }()));
  /external/clang/test/CXX/basic/basic.def.odr/
p2-typeid.cpp 10 class type_info;
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p2.cpp 23 class type_info;
p5.cpp 36 class type_info;
  /external/libcxxabi/src/
cxa_exception.hpp 39 std::type_info *exceptionType;
77 std::type_info *exceptionType;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.hpp 39 std::type_info *exceptionType;
77 std::type_info *exceptionType;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
sp_typeinfo.hpp 119 typedef ::type_info sp_typeinfo;
123 typedef std::type_info sp_typeinfo;
  /external/avahi/avahi-compat-libdns_sd/
compat.c 57 struct type_info { struct
88 struct type_info type_info; member in struct:_DNSServiceRef_t
164 static void type_info_init(struct type_info *i) {
171 static void type_info_free(struct type_info *i) {
180 static int type_info_parse(struct type_info *i, const char *t) {
385 type_info_init(&sdref->type_info);
449 type_info_free(&sdref->type_info);
613 struct type_info type_info; local
1101 struct type_info type_info; local
    [all...]
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
templates.cpp 61 class type_info;
79 const std::type_info &ti
90 const std::type_info &ti
  /external/libcxxabi/include/
cxxabi.h 29 class type_info; // forward declaration
43 std::type_info * tinfo, void (*dest)(void *));
53 extern std::type_info * __cxa_current_exception_type();
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
cxxabi.h 29 class type_info; // forward declaration
43 std::type_info * tinfo, void (*dest)(void *));
53 extern std::type_info * __cxa_current_exception_type();
  /external/clang/test/CXX/drs/
dr19xx.cpp 6 namespace std { struct type_info; }
dr6xx.cpp 6 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/
resolve-single-template-id.cpp 4 class type_info {}; class in namespace:std
  /external/compiler-rt/lib/ubsan/
ubsan_type_hash_itanium.cc 26 class type_info { class in namespace:std
28 virtual ~type_info();
38 class __class_type_info : public std::type_info {
191 /// The type_info object describing the most-derived class type.
192 std::type_info *TypeInfo;
223 // Check that this is actually a type_info object for a class type.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
eh.h 29 _CRTIMP int __cdecl _is_exception_typeof(const std::type_info &_Type,struct _EXCEPTION_POINTERS *_ExceptionPtr);
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_common.i 95 General traits that provides type_name and type_info
110 static swig_type_info *type_info() {
117 inline swig_type_info *type_info() {
118 return traits_info<Type>::type_info();

Completed in 517 milliseconds

1 23 4 5 6 7