Searched refs:INTERCEPTOR_STRTO_BASE_LOC (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
H A D | msan_interceptors.cc | 412 #define INTERCEPTOR_STRTO_BASE_LOC(ret_type, func, char_type) \ macro 425 INTERCEPTOR_STRTO_BASE_LOC(ret_type, func##_l, char_type) 436 INTERCEPTOR_STRTO_BASE_LOC(ret_type, func##_l, char_type) \ 437 INTERCEPTOR_STRTO_BASE_LOC(ret_type, __##func##_l, char_type) \ 438 INTERCEPTOR_STRTO_BASE_LOC(ret_type, __##func##_internal, char_type)
|