Home
last modified time | relevance | path

Searched defs:__type (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dspecfun.h254 typedef typename __gnu_cxx::__promote<_Tp>::__type __type; in _GLIBCXX_VISIBILITY() typedef
300 typedef typename __gnu_cxx::__promote<_Tp>::__type __type; in _GLIBCXX_VISIBILITY() typedef
345 typedef typename __gnu_cxx::__promote_2<_Tpa, _Tpb>::__type __type; in _GLIBCXX_VISIBILITY() typedef
393 typedef typename __gnu_cxx::__promote<_Tp>::__type __type; in _GLIBCXX_VISIBILITY() typedef
440 typedef typename __gnu_cxx::__promote<_Tp>::__type __type; in _GLIBCXX_VISIBILITY() typedef
491 typedef typename __gnu_cxx::__promote_2<_Tp, _Tpn>::__type __type; in _GLIBCXX_VISIBILITY() typedef
537 typedef typename __gnu_cxx::__promote_2<_Tpnu, _Tp>::__type __type; in _GLIBCXX_VISIBILITY() typedef
583 typedef typename __gnu_cxx::__promote_2<_Tpnu, _Tp>::__type __type; in _GLIBCXX_VISIBILITY() typedef
635 typedef typename __gnu_cxx::__promote_2<_Tpnu, _Tp>::__type __type; in _GLIBCXX_VISIBILITY() typedef
683 typedef typename __gnu_cxx::__promote_2<_Tpnu, _Tp>::__type __type; in _GLIBCXX_VISIBILITY() typedef
[all …]
H A Dinvoke.h94 using __type = typename __result::type; in _GLIBCXX_VISIBILITY() local
108 using __type = typename __result::type; in _GLIBCXX_VISIBILITY() local
140 using __type = typename __result::type; in _GLIBCXX_VISIBILITY() local
152 using __type = typename __result::type; in _GLIBCXX_VISIBILITY() local
H A Dcpp_type_traits.h78 { typedef __false_type __type; }; in _GLIBCXX_VISIBILITY() typedef
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dspecfun.h254 typedef typename __gnu_cxx::__promote<_Tp>::__type __type; in _GLIBCXX_VISIBILITY() typedef
300 typedef typename __gnu_cxx::__promote<_Tp>::__type __type; in _GLIBCXX_VISIBILITY() typedef
345 typedef typename __gnu_cxx::__promote_2<_Tpa, _Tpb>::__type __type; in _GLIBCXX_VISIBILITY() typedef
393 typedef typename __gnu_cxx::__promote<_Tp>::__type __type; in _GLIBCXX_VISIBILITY() typedef
440 typedef typename __gnu_cxx::__promote<_Tp>::__type __type; in _GLIBCXX_VISIBILITY() typedef
491 typedef typename __gnu_cxx::__promote_2<_Tp, _Tpn>::__type __type; in _GLIBCXX_VISIBILITY() typedef
537 typedef typename __gnu_cxx::__promote_2<_Tpnu, _Tp>::__type __type; in _GLIBCXX_VISIBILITY() typedef
583 typedef typename __gnu_cxx::__promote_2<_Tpnu, _Tp>::__type __type; in _GLIBCXX_VISIBILITY() typedef
635 typedef typename __gnu_cxx::__promote_2<_Tpnu, _Tp>::__type __type; in _GLIBCXX_VISIBILITY() typedef
683 typedef typename __gnu_cxx::__promote_2<_Tpnu, _Tp>::__type __type; in _GLIBCXX_VISIBILITY() typedef
[all …]
H A Dinvoke.h93 using __type = typename __result::type; in _GLIBCXX_VISIBILITY() local
107 using __type = typename __result::type; in _GLIBCXX_VISIBILITY() local
139 using __type = typename __result::type; in _GLIBCXX_VISIBILITY() local
151 using __type = typename __result::type; in _GLIBCXX_VISIBILITY() local
H A Dcpp_type_traits.h78 { typedef __false_type __type; }; in _GLIBCXX_VISIBILITY() typedef
H A Dbasic_string.h312 { typedef basic_string& __type; }; in _GLIBCXX_VISIBILITY() typedef
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dcxxabi.h268 const std::type_info* __type) in __pbase_type_info()
317 const std::type_info* __type) in __pointer_type_info()
344 const std::type_info* __type, in __pointer_to_member_type_info()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dcxxabi.h276 const std::type_info* __type) in __pbase_type_info()
325 const std::type_info* __type) in __pointer_type_info()
352 const std::type_info* __type, in __pointer_to_member_type_info()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dinvpcidintrin.h19 _invpcid(unsigned int __type, void *__descriptor) { in _invpcid()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A Dhelper_functions.h72 { typedef _DiffType __type; }; typedef
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
H A Dhelper_functions.h72 { typedef _DiffType __type; }; typedef
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/
H A Dprofiler.h36 #define _GLIBCXX_PROFILE_DEFINE_UNINIT_DATA(__type, __name) \ argument
43 #define _GLIBCXX_PROFILE_DEFINE_DATA(__type, __name, __initial_value...) \ argument
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dpath.cc265 auto __type = _M_cmpts.front()._M_type; in has_root_path() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dpath.cc265 auto __type = _M_cmpts.front()._M_type; in has_root_path() local
H A Dstd-path.cc284 auto __type = _M_cmpts.front()._M_type; in has_root_path() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc190 path::path(basic_string_view<value_type> __str, _Type __type) in path()
1617 auto __type = _M_cmpts.front()._M_type(); in has_root_path() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc191 path::path(basic_string_view<value_type> __str, _Type __type) in path()
1618 auto __type = _M_cmpts.front()._M_type(); in has_root_path() local
/netbsd-src/sys/external/bsd/drm2/dist/include/uapi/drm/
H A Ddrm_fourcc.h684 #define DRM_FORMAT_MOD_ARM_CODE(__type, __val) \ argument
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_execbuf.c60 #define VMW_DECLARE_CMD_VAR(__var, __type) \ argument