Home
last modified time | relevance | path

Searched defs:INTERCEPTORS_STRTO (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp488 #define INTERCEPTORS_STRTO(ret_type, func, char_type) \ macro
501 #define INTERCEPTORS_STRTO(ret_type, func, char_type) \ macro
520 INTERCEPTORS_STRTO(double, strtod, char) in INTERCEPTORS_STRTO() function