| /OK3568_Linux_fs/buildroot/package/pistache/ |
| H A D | 0003-include-pistache-typeid.h-include-cstddef.patch | 4 Subject: [PATCH] include/pistache/typeid.h: include cstddef 11 …istache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/src/../include/pistache/typeid.h:26:12: error: ex… 21 include/pistache/typeid.h | 1 + 24 diff --git a/include/pistache/typeid.h b/include/pistache/typeid.h 26 --- a/include/pistache/typeid.h 27 +++ b/include/pistache/typeid.h
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/ |
| H A D | any.h | 58 virtual const std::type_info& type() CV_OVERRIDE { return typeid(T); } in type() 274 if (policy->type() != typeid(T)) throw anyimpl::bad_any_cast(); 283 if (policy->type() != typeid(T)) throw anyimpl::bad_any_cast(); 291 return policy->type() == typeid(anyimpl::empty_any); 311 return policy->type() == typeid(T);
|
| /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/experimental/ |
| H A D | any | 275 /// The @c typeid of the contained object, or @c typeid(void) if empty. 279 return typeid(void); 351 * __any.type() != typeid(remove_reference_t<_ValueType>) 372 * __any.type() != typeid(remove_reference_t<_ValueType>) 422 // any_cast<T> returns non-null if __any->type() == typeid(T) and 423 // typeid(T) ignores cv-qualifiers so remove them: 438 || __any->type() == typeid(_Tp) 462 * __any != nullptr && __any.type() == typeid(_ValueType) 498 __arg->_M_typeinfo = &typeid(_Tp); 532 __arg->_M_typeinfo = &typeid(_Tp);
|
| H A D | executor | 1104 return typeid(void); 1119 __p = _M_target->target(&typeid(_Executor)); 1136 __p = _M_target->target(&typeid(_Executor)); 1195 return &typeid(_Ex); 1205 if (*static_cast<const type_info*>(__ti) == typeid(_Ex)) 1215 if (const void* __p = __tgt->target(&typeid(_Ex)))
|
| /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/experimental/ |
| H A D | any | 275 /// The @c typeid of the contained object, or @c typeid(void) if empty. 279 return typeid(void); 351 * __any.type() != typeid(remove_reference_t<_ValueType>) 372 * __any.type() != typeid(remove_reference_t<_ValueType>) 422 // any_cast<T> returns non-null if __any->type() == typeid(T) and 423 // typeid(T) ignores cv-qualifiers so remove them: 438 || __any->type() == typeid(_Tp) 462 * __any != nullptr && __any.type() == typeid(_ValueType) 498 __arg->_M_typeinfo = &typeid(_Tp); 532 __arg->_M_typeinfo = &typeid(_Tp);
|
| H A D | executor | 1104 return typeid(void); 1119 __p = _M_target->target(&typeid(_Executor)); 1136 __p = _M_target->target(&typeid(_Executor)); 1195 return &typeid(_Ex); 1205 if (*static_cast<const type_info*>(__ti) == typeid(_Ex)) 1215 if (const void* __p = __tgt->target(&typeid(_Ex)))
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/dbus-cxx/files/ |
| H A D | 0001-Include-typeinfo-for-typeid.patch | 4 Subject: [PATCH] Include typeinfo for typeid() 7 error: must '#include <typeinfo>' before using 'typeid'
|
| /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 | any | 332 /// The @c typeid of the contained object, or @c typeid(void) if empty. 336 return typeid(void); 435 * __any.type() != typeid(remove_reference_t<_ValueType>) 459 * __any.type() != typeid(remove_reference_t<_ValueType>) 497 // any_cast<T> returns non-null if __any->type() == typeid(T) and 498 // typeid(T) ignores cv-qualifiers so remove them: 510 || __any->type() == typeid(_Tp) 528 * __any != nullptr && __any.type() == typeid(_ValueType) 566 __arg->_M_typeinfo = &typeid(_Tp); 600 __arg->_M_typeinfo = &typeid(_Tp);
|
| /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 | any | 332 /// The @c typeid of the contained object, or @c typeid(void) if empty. 336 return typeid(void); 435 * __any.type() != typeid(remove_reference_t<_ValueType>) 459 * __any.type() != typeid(remove_reference_t<_ValueType>) 497 // any_cast<T> returns non-null if __any->type() == typeid(T) and 498 // typeid(T) ignores cv-qualifiers so remove them: 510 || __any->type() == typeid(_Tp) 528 * __any != nullptr && __any.type() == typeid(_ValueType) 566 __arg->_M_typeinfo = &typeid(_Tp); 600 __arg->_M_typeinfo = &typeid(_Tp);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | __functional_03 | 173 if (__ti == typeid(_Fp)) 182 return typeid(_Fp); 259 if (__ti == typeid(_Fp)) 268 return typeid(_Fp); 345 if (__ti == typeid(_Fp)) 354 return typeid(_Fp); 431 if (__ti == typeid(_Fp)) 440 return typeid(_Fp); 700 return typeid(void); 711 return (_Tp*) const_cast<void *>(__f_->target(typeid(_Tp))); [all …]
|
| H A D | any | 169 if (__id && *__id == typeid(_Tp)) 293 return typeid(void); 412 return const_cast<void*>(static_cast<void const *>(&typeid(_Tp))); 492 return const_cast<void*>(static_cast<void const *>(&typeid(_Tp))); 657 &typeid(_ValueType),
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | __functional_03 | 173 if (__ti == typeid(_Fp)) 182 return typeid(_Fp); 259 if (__ti == typeid(_Fp)) 268 return typeid(_Fp); 345 if (__ti == typeid(_Fp)) 354 return typeid(_Fp); 431 if (__ti == typeid(_Fp)) 440 return typeid(_Fp); 700 return typeid(void); 711 return (_Tp*) const_cast<void *>(__f_->target(typeid(_Tp))); [all …]
|
| H A D | any | 169 if (__id && *__id == typeid(_Tp)) 293 return typeid(void); 412 return const_cast<void*>(static_cast<void const *>(&typeid(_Tp))); 492 return const_cast<void*>(static_cast<void const *>(&typeid(_Tp))); 657 &typeid(_ValueType),
|
| /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 | std_function.h | 188 __dest._M_access<const type_info*>() = &typeid(_Functor); in _GLIBCXX_VISIBILITY() 275 __dest._M_access<const type_info*>() = &typeid(_Functor); in _GLIBCXX_VISIBILITY() 638 return typeid(void); in _GLIBCXX_VISIBILITY() 658 if (typeid(_Functor) == target_type() && _M_manager) in _GLIBCXX_VISIBILITY()
|
| H A D | exception_ptr.h | 191 __e, const_cast<std::type_info*>(&typeid(__ex)), in make_exception_ptr()
|
| H A D | shared_ptr.h | 81 return static_cast<_Del*>(__p._M_get_deleter(typeid(_Del))); in _GLIBCXX_VISIBILITY() 96 return static_cast<_Del*>(__p._M_get_deleter(typeid(_Del))); in _GLIBCXX_VISIBILITY()
|
| /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 | std_function.h | 188 __dest._M_access<const type_info*>() = &typeid(_Functor); in _GLIBCXX_VISIBILITY() 275 __dest._M_access<const type_info*>() = &typeid(_Functor); in _GLIBCXX_VISIBILITY() 638 return typeid(void); in _GLIBCXX_VISIBILITY() 658 if (typeid(_Functor) == target_type() && _M_manager) in _GLIBCXX_VISIBILITY()
|
| H A D | exception_ptr.h | 191 __e, const_cast<std::type_info*>(&typeid(__ex)), in make_exception_ptr()
|
| H A D | shared_ptr.h | 81 return static_cast<_Del*>(__p._M_get_deleter(typeid(_Del))); in _GLIBCXX_VISIBILITY() 96 return static_cast<_Del*>(__p._M_get_deleter(typeid(_Del))); in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/dbus-cxx/ |
| H A D | dbus-cxx_2.1.0.bb | 9 file://0001-Include-typeinfo-for-typeid.patch \
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_benchmark/src/cnpy/ |
| H A D | cnpy.h | 284 const char* tpye_name = typeid(T).name(); in create_npy_header() 291 dict += map_type(typeid(T)); in create_npy_header()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/cnpy/ |
| H A D | cnpy.h | 284 const char* tpye_name = typeid(T).name(); in create_npy_header() 291 dict += map_type(typeid(T)); in create_npy_header()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/ |
| H A D | shared_item_pool.h | 114 LOG1_ANALYZER("Release item : %s", typeid(T).name()); in ~SharedItemProxy()
|
| /OK3568_Linux_fs/kernel/drivers/visorbus/ |
| H A D | visorbus_main.c | 272 char typeid[LINESIZE]; in typeguid_show() local 275 visorchannel_id(vdev->visorchannel, typeid)); in typeguid_show()
|
| /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/tr1/ |
| H A D | functional | 1656 __dest._M_access<const type_info*>() = &typeid(_Functor); 1722 __dest._M_access<const type_info*>() = &typeid(_Functor); 1856 __dest._M_access<const type_info*>() = &typeid(_Functor); 2068 * @c typeid(void) if @c !(bool)*this. 2078 * if @c typeid(Functor).equals(target_type()); otherwise, a NULL 2154 return typeid(void); 2163 if (typeid(_Functor) == target_type() && _M_manager) 2182 if (typeid(_Functor) == target_type() && _M_manager)
|