| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | typeinfo | 20 class type_info 23 virtual ~type_info(); 25 bool operator==(const type_info& rhs) const noexcept; 26 bool operator!=(const type_info& rhs) const noexcept; 28 bool before(const type_info& rhs) const noexcept; 32 type_info(const type_info& rhs) = delete; 33 type_info& operator=(const type_info& rhs) = delete; 83 class _LIBCPP_EXCEPTION_ABI type_info 85 type_info& operator=(const type_info&); 86 type_info(const type_info&); [all …]
|
| H A D | __functional_03 | 38 virtual const void* target(const type_info&) const = 0; 39 virtual const std::type_info& target_type() const = 0; 57 virtual const void* target(const type_info&) const = 0; 58 virtual const std::type_info& target_type() const = 0; 76 virtual const void* target(const type_info&) const = 0; 77 virtual const std::type_info& target_type() const = 0; 95 virtual const void* target(const type_info&) const = 0; 96 virtual const std::type_info& target_type() const = 0; 116 virtual const void* target(const type_info&) const; 117 virtual const std::type_info& target_type() const; [all …]
|
| H A D | any | 57 const type_info& type() const noexcept; 166 bool __compare_typeid(type_info const* __id, const void* __fallback_id) 289 const type_info & type() const _NOEXCEPT { 291 return *static_cast<type_info const *>(this->__call(_Action::_TypeInfo)); 300 using _HandleFuncPtr = void* (*)(_Action, any const *, any *, const type_info *, 311 type_info const * __info = nullptr, 319 type_info const * __info = nullptr, 349 type_info const * __info, const void* __fallback_info) 400 type_info const * __info, 424 any * __other, type_info const * __info, [all …]
|
| H A D | typeindex | 24 type_index(const type_info& rhs) noexcept; 60 const type_info* __t_; 63 type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | typeinfo | 20 class type_info 23 virtual ~type_info(); 25 bool operator==(const type_info& rhs) const noexcept; 26 bool operator!=(const type_info& rhs) const noexcept; 28 bool before(const type_info& rhs) const noexcept; 32 type_info(const type_info& rhs) = delete; 33 type_info& operator=(const type_info& rhs) = delete; 83 class _LIBCPP_EXCEPTION_ABI type_info 85 type_info& operator=(const type_info&); 86 type_info(const type_info&); [all …]
|
| H A D | __functional_03 | 38 virtual const void* target(const type_info&) const = 0; 39 virtual const std::type_info& target_type() const = 0; 57 virtual const void* target(const type_info&) const = 0; 58 virtual const std::type_info& target_type() const = 0; 76 virtual const void* target(const type_info&) const = 0; 77 virtual const std::type_info& target_type() const = 0; 95 virtual const void* target(const type_info&) const = 0; 96 virtual const std::type_info& target_type() const = 0; 116 virtual const void* target(const type_info&) const; 117 virtual const std::type_info& target_type() const; [all …]
|
| H A D | any | 57 const type_info& type() const noexcept; 166 bool __compare_typeid(type_info const* __id, const void* __fallback_id) 289 const type_info & type() const _NOEXCEPT { 291 return *static_cast<type_info const *>(this->__call(_Action::_TypeInfo)); 300 using _HandleFuncPtr = void* (*)(_Action, any const *, any *, const type_info *, 311 type_info const * __info = nullptr, 319 type_info const * __info = nullptr, 349 type_info const * __info, const void* __fallback_info) 400 type_info const * __info, 424 any * __other, type_info const * __info, [all …]
|
| H A D | typeindex | 24 type_index(const type_info& rhs) noexcept; 60 const type_info* __t_; 63 type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | cxxabi.h | 211 class __fundamental_type_info : public std::type_info 215 __fundamental_type_info(const char* __n) : std::type_info(__n) { } in __fundamental_type_info() 222 class __array_type_info : public std::type_info 226 __array_type_info(const char* __n) : std::type_info(__n) { } in __array_type_info() 233 class __function_type_info : public std::type_info 237 __function_type_info(const char* __n) : std::type_info(__n) { } in __function_type_info() 249 class __enum_type_info : public std::type_info 253 __enum_type_info(const char* __n) : std::type_info(__n) { } in __enum_type_info() 260 class __pbase_type_info : public std::type_info 264 const std::type_info* __pointee; // Type of pointed to object. [all …]
|
| H A D | typeinfo | 85 * The @c type_info class describes type information generated by 88 class type_info 94 * the runtime-mandated type_info structures in the new-abi. */ 95 virtual ~type_info(); 104 // be multiple instances of a type_info object for one 106 bool before(const type_info& __arg) const _GLIBCXX_NOEXCEPT; 107 bool operator==(const type_info& __arg) const _GLIBCXX_NOEXCEPT; 113 // we can run into cases where type_info names aren't merged, 115 bool before(const type_info& __arg) const _GLIBCXX_NOEXCEPT 120 bool operator==(const type_info& __arg) const _GLIBCXX_NOEXCEPT [all …]
|
| H A D | typeindex | 51 * The class type_index provides a simple wrapper for type_info 57 type_index(const type_info& __rhs) noexcept 107 const type_info* _M_target;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | cxxabi.h | 211 class __fundamental_type_info : public std::type_info 215 __fundamental_type_info(const char* __n) : std::type_info(__n) { } in __fundamental_type_info() 222 class __array_type_info : public std::type_info 226 __array_type_info(const char* __n) : std::type_info(__n) { } in __array_type_info() 233 class __function_type_info : public std::type_info 237 __function_type_info(const char* __n) : std::type_info(__n) { } in __function_type_info() 249 class __enum_type_info : public std::type_info 253 __enum_type_info(const char* __n) : std::type_info(__n) { } in __enum_type_info() 260 class __pbase_type_info : public std::type_info 264 const std::type_info* __pointee; // Type of pointed to object. [all …]
|
| H A D | typeinfo | 85 * The @c type_info class describes type information generated by 88 class type_info 94 * the runtime-mandated type_info structures in the new-abi. */ 95 virtual ~type_info(); 104 // be multiple instances of a type_info object for one 106 bool before(const type_info& __arg) const _GLIBCXX_NOEXCEPT; 107 bool operator==(const type_info& __arg) const _GLIBCXX_NOEXCEPT; 113 // we can run into cases where type_info names aren't merged, 115 bool before(const type_info& __arg) const _GLIBCXX_NOEXCEPT 120 bool operator==(const type_info& __arg) const _GLIBCXX_NOEXCEPT [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/ |
| H A D | bad_lexical_cast.hpp | 64 const std::type_info &source_type_arg, in bad_lexical_cast() 65 const std::type_info &target_type_arg) BOOST_NOEXCEPT in bad_lexical_cast() 69 const std::type_info &source_type() const BOOST_NOEXCEPT { in source_type() 73 const std::type_info &target_type() const BOOST_NOEXCEPT { in target_type() 78 const std::type_info *source; 79 const std::type_info *target;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_index/ |
| H A D | stl_type_index.hpp | 71 type_info 73 std::type_info 79 typedef type_info type_info_t; 81 typedef std::type_info type_info_t; 96 inline const type_info_t& type_info() const BOOST_NOEXCEPT; 116 inline const stl_type_index::type_info_t& stl_type_index::type_info() const BOOST_NOEXCEPT { in type_info() function in boost::typeindex::stl_type_index
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function/ |
| H A D | function_base.hpp | 77 const boost::typeindex::type_info* type; 210 out_buffer.members.type.type = &boost::typeindex::type_id<F>().type_info(); in manage() 275 out_buffer.members.type.type = &boost::typeindex::type_id<Functor>().type_info(); in manage_ptr() 307 out_buffer.members.type.type = &boost::typeindex::type_id<Functor>().type_info(); in manage_small() 366 out_buffer.members.type.type = &boost::typeindex::type_id<Functor>().type_info(); in manager() 401 out_buffer.members.type.type = &boost::typeindex::type_id<functor_type>().type_info(); in manage() 475 out_buffer.members.type.type = &boost::typeindex::type_id<Functor>().type_info(); in manager() 502 out_buffer.members.type.type = &boost::typeindex::type_id<functor_type>().type_info(); in manage() 605 const boost::typeindex::type_info& target_type() const in target_type() 607 if (!vtable) return boost::typeindex::type_id<void>().type_info(); in target_type() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxxabi/include/ |
| H A D | cxxabi.h | 30 class _LIBCXXABI_TYPE_VIS type_info; // forward declaration variable 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();
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxxabi/include/ |
| H A D | cxxabi.h | 30 class _LIBCXXABI_TYPE_VIS type_info; // forward declaration variable 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();
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | cxxabi_init_exception.h | 52 class type_info; variable 70 __cxa_init_primary_exception(void *object, std::type_info *tinfo,
|
| H A D | exception_ptr.h | 46 class type_info; variable 153 const class std::type_info* 191 __e, const_cast<std::type_info*>(&typeid(__ex)), in make_exception_ptr()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | cxxabi_init_exception.h | 52 class type_info; variable 70 __cxa_init_primary_exception(void *object, std::type_info *tinfo,
|
| H A D | exception_ptr.h | 46 class type_info; variable 153 const class std::type_info* 191 __e, const_cast<std::type_info*>(&typeid(__ex)), in make_exception_ptr()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | unique_any.hpp | 103 const std::type_info& type() const { in type() 132 virtual const std::type_info& type() = 0; 146 const std::type_info& type() override { in type() 162 const std::type_info& type() override { in type()
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/marvell/axp/ |
| H A D | ddr3_spd.c | 161 u32 type_info; /* DDR2 only */ member 272 info->type_info = SPD_MODULE_TYPE_RDIMM; in ddr3_spd_init() 276 info->type_info = SPD_MODULE_TYPE_UDIMM; in ddr3_spd_init() 280 info->type_info = (spd_data[SPD_MODULE_TYPE_BYTE]); in ddr3_spd_init() 469 if (info->type_info == SPD_MODULE_TYPE_RDIMM) { in ddr3_spd_init() 513 if (sum_info->type_info != info->type_info) { in ddr3_spd_sum_init() 725 if (sum_info.type_info == SPD_MODULE_TYPE_RDIMM) { 1160 (sum_info.type_info != SPD_MODULE_TYPE_RDIMM)) { 1194 if (sum_info.type_info == SPD_MODULE_TYPE_RDIMM) {
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/core/ |
| H A D | typeinfo.hpp | 130 typedef ::type_info typeinfo; 134 typedef std::type_info typeinfo;
|