Searched refs:INTERCEPTOR_STRTO_SRET_LOC (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 449 #define INTERCEPTOR_STRTO_SRET_LOC(ret_type, func, char_type) \ macro 468 INTERCEPTOR_STRTO_SRET_LOC(ret_type, func##_l, char_type) 483 INTERCEPTOR_STRTO_SRET_LOC(ret_type, func##_l, char_type) \ 484 INTERCEPTOR_STRTO_SRET_LOC(ret_type, __##func##_l, char_type) \ 485 INTERCEPTOR_STRTO_SRET_LOC(ret_type, __##func##_internal, char_type)
|