Home
last modified time | relevance | path

Searched refs:INTERCEPTOR_STRTO_LOC (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp443 #define INTERCEPTOR_STRTO_LOC(ret_type, func, char_type) \ macro
464 INTERCEPTOR_STRTO_LOC(ret_type, func##_l, char_type)
477 INTERCEPTOR_STRTO_LOC(ret_type, func##_l, char_type) \
478 INTERCEPTOR_STRTO_LOC(ret_type, __##func##_l, char_type) \
479 INTERCEPTOR_STRTO_LOC(ret_type, __##func##_internal, char_type)