reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
 5642 XDR_INTERCEPTOR(xdr_short, short)
 5643 XDR_INTERCEPTOR(xdr_u_short, unsigned short)
 5644 XDR_INTERCEPTOR(xdr_int, int)
 5645 XDR_INTERCEPTOR(xdr_u_int, unsigned)
 5646 XDR_INTERCEPTOR(xdr_long, long)
 5647 XDR_INTERCEPTOR(xdr_u_long, unsigned long)
 5648 XDR_INTERCEPTOR(xdr_hyper, long long)
 5649 XDR_INTERCEPTOR(xdr_u_hyper, unsigned long long)
 5650 XDR_INTERCEPTOR(xdr_longlong_t, long long)
 5651 XDR_INTERCEPTOR(xdr_u_longlong_t, unsigned long long)
 5652 XDR_INTERCEPTOR(xdr_int8_t, u8)
 5653 XDR_INTERCEPTOR(xdr_uint8_t, u8)
 5654 XDR_INTERCEPTOR(xdr_int16_t, u16)
 5655 XDR_INTERCEPTOR(xdr_uint16_t, u16)
 5656 XDR_INTERCEPTOR(xdr_int32_t, u32)
 5657 XDR_INTERCEPTOR(xdr_uint32_t, u32)
 5658 XDR_INTERCEPTOR(xdr_int64_t, u64)
 5659 XDR_INTERCEPTOR(xdr_uint64_t, u64)
 5660 XDR_INTERCEPTOR(xdr_quad_t, long long)
 5661 XDR_INTERCEPTOR(xdr_u_quad_t, unsigned long long)
 5662 XDR_INTERCEPTOR(xdr_bool, bool)
 5663 XDR_INTERCEPTOR(xdr_enum, int)
 5664 XDR_INTERCEPTOR(xdr_char, char)
 5665 XDR_INTERCEPTOR(xdr_u_char, unsigned char)
 5666 XDR_INTERCEPTOR(xdr_float, float)
 5667 XDR_INTERCEPTOR(xdr_double, double)