| /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| tinfo.cc | 1 // Methods for type_info for -*- C++ -*- Run Time Type Identification. 29 std::type_info:: 30 ~type_info () 40 bool std::type_info:: 41 operator== (const std::type_info& arg) const _GLIBCXX_NOEXCEPT 55 std::type_info::__equal (const std::type_info& arg) const _GLIBCXX_NOEXCEPT 61 // return true if this is a type_info for a pointer type 62 bool type_info:: 68 // return true if this is a type_info for a function typ [all...] |
| tinfo2.cc | 1 // Methods for type_info for -*- C++ -*- Run Time Type Identification. 29 using std::type_info; 34 type_info::before (const type_info &arg) const _GLIBCXX_NOEXCEPT
|
| cxxabi_init_exception.h | 52 class type_info; 70 __cxa_init_primary_exception(void *__object, std::type_info *__tinfo,
|
| eh_type.cc | 33 // Returns the type_info for the currently handled exception [15.3/8], or 36 std::type_info *__cxa_current_exception_type () _GLIBCXX_NOTHROW
|
| cxxabi.h | 219 class __fundamental_type_info : public std::type_info 223 __fundamental_type_info(const char* __n) : std::type_info(__n) { } 230 class __array_type_info : public std::type_info 234 __array_type_info(const char* __n) : std::type_info(__n) { } 241 class __function_type_info : public std::type_info 245 __function_type_info(const char* __n) : std::type_info(__n) { } 257 class __enum_type_info : public std::type_info 261 __enum_type_info(const char* __n) : std::type_info(__n) { } 268 class __pbase_type_info : public std::type_info 272 const std::type_info* __pointee; // Type of pointed to object [all...] |
| eh_call.cc | 127 const std::type_info* catch_type; 130 const std::type_info& bad_exc = typeid(std::bad_exception); 139 catch_type = (const std::type_info*) (offset);
|
| pbase_type_info.cc | 33 __do_catch (const type_info *thr_type,
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
| tinfo.cc | 1 // Methods for type_info for -*- C++ -*- Run Time Type Identification. 29 std::type_info:: 30 ~type_info () 40 bool std::type_info:: 41 operator== (const std::type_info& arg) const _GLIBCXX_NOEXCEPT 55 std::type_info::__equal (const std::type_info& arg) const _GLIBCXX_NOEXCEPT 61 // return true if this is a type_info for a pointer type 62 bool type_info:: 68 // return true if this is a type_info for a function typ [all...] |
| tinfo2.cc | 1 // Methods for type_info for -*- C++ -*- Run Time Type Identification. 29 using std::type_info; 34 type_info::before (const type_info &arg) const _GLIBCXX_NOEXCEPT
|
| cxxabi_init_exception.h | 52 class type_info; 70 __cxa_init_primary_exception(void *__object, std::type_info *__tinfo,
|
| eh_type.cc | 33 // Returns the type_info for the currently handled exception [15.3/8], or 36 std::type_info *__cxa_current_exception_type () _GLIBCXX_NOTHROW
|
| cxxabi.h | 219 class __fundamental_type_info : public std::type_info 223 __fundamental_type_info(const char* __n) : std::type_info(__n) { } 230 class __array_type_info : public std::type_info 234 __array_type_info(const char* __n) : std::type_info(__n) { } 241 class __function_type_info : public std::type_info 245 __function_type_info(const char* __n) : std::type_info(__n) { } 257 class __enum_type_info : public std::type_info 261 __enum_type_info(const char* __n) : std::type_info(__n) { } 268 class __pbase_type_info : public std::type_info 272 const std::type_info* __pointee; // Type of pointed to object [all...] |
| eh_call.cc | 125 const std::type_info* catch_type; 128 const std::type_info& bad_exc = typeid(std::bad_exception); 137 catch_type = (const std::type_info*) (offset);
|
| /src/external/bsd/libc++/dist/libcxxrt/src/ |
| typeinfo.cc | 32 using std::type_info; 34 type_info::~type_info() {} 36 bool type_info::operator==(const type_info &other) const 40 bool type_info::operator!=(const type_info &other) const 44 bool type_info::before(const type_info &other) const 48 const char* type_info::name() cons 52 type_info::type_info (const type_info& rhs) function in class:type_info [all...] |
| typeinfo.h | 43 class type_info class in namespace:std 50 virtual ~type_info(); 51 bool operator==(const type_info &) const; 52 bool operator!=(const type_info &) const; 53 bool before(const type_info &) const; 55 type_info(); 57 type_info(const type_info& rhs); 58 type_info& operator= (const type_info& rhs) [all...] |
| cxxabi.h | 30 class type_info; 93 std::type_info *exceptionType; 197 std::type_info * __cxa_current_exception_type();
|
| dynamic_cast.cc | 49 bool std::type_info::__do_catch(std::type_info const *ex_type, 53 const type_info *type = this; 66 bool __pbase_type_info::__do_catch(std::type_info const *ex_type,
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| typeid.cc | 52 const std::type_info &xi = typeid(i); 53 const std::type_info &xcp = typeid(cp); 54 const std::type_info &xccp = typeid(ccp); 55 const std::type_info &xca = typeid(ca); 56 const std::type_info &xd = typeid(d); 57 const std::type_info &xb = typeid(b);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| typeid.cc | 52 const std::type_info &xi = typeid(i); 53 const std::type_info &xcp = typeid(cp); 54 const std::type_info &xccp = typeid(ccp); 55 const std::type_info &xca = typeid(ca); 56 const std::type_info &xd = typeid(d); 57 const std::type_info &xb = typeid(b);
|
| /src/external/apache2/llvm/dist/libcxx/src/ |
| typeinfo.cpp | 14 int std::type_info::__compare(const type_info &__rhs) const noexcept { 20 const char *std::type_info::name() const noexcept { 25 size_t std::type_info::hash_code() const noexcept { 54 std::type_info::~type_info()
|
| /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
| ubsan_type_hash_win.cc | 36 std::type_info *rtti_addr; 62 std::type_info *tinfo; 65 tinfo = (std::type_info *)(image_base + obj_locator->rtti_addr); 72 if (!IsAccessibleMemoryRange((uptr)tinfo, sizeof(std::type_info))) 75 // Okay, this is probably a std::type_info. Request its name.
|
| 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 { 195 /// The type_info object describing the most-derived class type. 196 std::type_info *TypeInfo; 231 // Check that this is actually a type_info object for a class type.
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdcpp/ |
| typeinfo.d | 22 class type_info 31 //bool operator==(const type_info rhs) const; 32 //bool operator!=(const type_info rhs) const; 33 final bool before(const type_info rhs) const nothrow; 36 //type_info(); 38 //this(const type_info rhs); 39 //type_info operator=(const type_info rhs); 76 class type_info 80 //bool operator==(const type_info rhs) const [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
| ubsan_type_hash_win.cpp | 35 std::type_info *rtti_addr; 61 std::type_info *tinfo; 64 tinfo = (std::type_info *)(image_base + obj_locator->rtti_addr); 71 if (!IsAccessibleMemoryRange((uptr)tinfo, sizeof(std::type_info))) 74 // Okay, this is probably a std::type_info. Request its name.
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/ |
| ubsan_type_hash_win.cpp | 35 std::type_info *rtti_addr; 61 std::type_info *tinfo; 64 tinfo = (std::type_info *)(image_base + obj_locator->rtti_addr); 71 if (!IsAccessibleMemoryRange((uptr)tinfo, sizeof(std::type_info))) 74 // Okay, this is probably a std::type_info. Request its name.
|