Home
last modified time | relevance | path

Searched defs:REINTERPRET_CAST (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/tests/lib/libc/misc/
H A Dt_ubsan.c53 #define REINTERPRET_CAST(__dt, __st) reinterpret_cast<__dt>(__st) macro
63 #define REINTERPRET_CAST(__dt, __st) ((__dt)(__st)) macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h334 REINTERPRET_CAST, enumerator
/netbsd-src/common/lib/libc/misc/
H A Dubsan.c88 #define REINTERPRET_CAST(__dt, __st) ((__dt)(__st)) macro