Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp645 # define INTERCEPTOR_STRTO_BASE(ret_type, func) \ macro
653 INTERCEPTOR_STRTO_BASE(long, strtol) function
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp437 #define INTERCEPTOR_STRTO_BASE(ret_type, func, char_type) \ macro