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.cpp462 #define INTERCEPTORS_STRTO(ret_type, func, char_type) \ macro
475 #define INTERCEPTORS_STRTO(ret_type, func, char_type) \ macro
494 INTERCEPTORS_STRTO(double, strtod, char) in INTERCEPTORS_STRTO() function