Searched refs:INTERCEPTOR_STRTO_BASE_LOC (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp411 #define INTERCEPTOR_STRTO_BASE_LOC(ret_type, func, char_type) \ macro
424 INTERCEPTOR_STRTO_BASE_LOC(ret_type, func##_l, char_type)
435 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##_internal, char_type)

Completed in 506 milliseconds