Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform.h382 # define SANITIZER_NLDBL_VERSION "GLIBC_2.4" macro
Dsanitizer_common_interceptors.inc280 #ifdef SANITIZER_NLDBL_VERSION
282 COMMON_INTERCEPT_FUNCTION_VER(fn, SANITIZER_NLDBL_VERSION)
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/
Dmsan_interceptors.cpp1723 #ifdef SANITIZER_NLDBL_VERSION in InitializeInterceptors()
1724 INTERCEPT_FUNCTION_VER(vswprintf, SANITIZER_NLDBL_VERSION); in InitializeInterceptors()
1725 INTERCEPT_FUNCTION_VER(swprintf, SANITIZER_NLDBL_VERSION); in InitializeInterceptors()