Searched refs:INTERCEPTOR_STRTO_BASE_LOC (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 419 #define INTERCEPTOR_STRTO_BASE_LOC(ret_type, func, char_type) \ macro 432 INTERCEPTOR_STRTO_BASE_LOC(ret_type, func##_l, char_type) 443 INTERCEPTOR_STRTO_BASE_LOC(ret_type, func##_l, char_type) \ 444 INTERCEPTOR_STRTO_BASE_LOC(ret_type, __##func##_l, char_type) \ 445 INTERCEPTOR_STRTO_BASE_LOC(ret_type, __##func##_internal, char_type)
|