Searched defs:__dt (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/sys/ |
H A D | cdefs.h | 685 #define __CAST(__dt, __st) static_cast<__dt>(__st) argument 687 #define __CAST(__dt, __st) ((__dt)(__st)) argument 690 #define __CASTV(__dt, __st) __CAST(__dt, __CAST(void *, __st)) argument 691 #define __CASTCV(__dt, __st) __CAST(__dt, __CAST(const void *, __st)) argument
|
/netbsd-src/tests/lib/libc/misc/ |
H A D | t_ubsan.c | 53 #define REINTERPRET_CAST(__dt, __st) reinterpret_cast<__dt>(__st) argument 54 #define STATIC_CAST(__dt, __st) static_cast<__dt>(__st) argument 63 #define REINTERPRET_CAST(__dt, __st) ((__dt)(__st)) argument 64 #define STATIC_CAST(__dt, __st) ((__dt)(__st)) argument
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
H A D | sha2.c | 52 #define __CAST(__dt, __st) ((__dt)(__st)) /* srsly? */ argument
|
/netbsd-src/common/lib/libc/misc/ |
H A D | ubsan.c | 88 #define REINTERPRET_CAST(__dt, __st) ((__dt)(__st)) argument 89 #define STATIC_CAST(__dt, __st) ((__dt)(__st)) argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | locale_facets_nonio.tcc | 698 const char_type* __dt[2]; in _M_extract_via_format() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | locale_facets_nonio.tcc | 746 const char_type* __dt[2]; in _M_extract_via_format() local
|