Home
last modified time | relevance | path

Searched refs:ASAN (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/libfido2/fuzz/
H A DREADME2 ASAN/MSAN/UBSAN.
21 To run under ASAN/MSAN/UBSAN, libfido2 needs to be linked against flavours of
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_win.cpp273 enum AllocationOwnership { NEITHER = 0, ASAN = 1, RTL = 2 }; in SharedReAlloc() enumerator
282 ownershipState = ASAN; in SharedReAlloc()
325 if (ownershipState == ASAN && !only_asan_supported_flags) { in SharedReAlloc()
339 CHECK((ownershipState == ASAN || ownershipState == NEITHER) && in SharedReAlloc()
/freebsd/share/mk/
H A Dbsd.opts.mk74 ASAN \
/freebsd/contrib/sqlite3/
H A DMakefile.msc194 !IFNDEF ASAN
195 ASAN = 0
754 !IF $(ASAN)>0
/freebsd/crypto/krb5/src/
H A DMakefile.in536 ASAN = @ASAN@
542 echo "asan = '$(ASAN)'" >> $@
H A Dconfigure.ac423 # -fsanitize=address, and set ASAN=yes to suppress the undefined
433 ASAN=yes
437 ASAN=no
440 AC_SUBST(ASAN) subst
H A Dconfigure10408 ASAN=yes
10412 ASAN=no
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstring761 // will maintain the right ASAN state.
/freebsd/contrib/xz/
H A DChangeLog13800 crc_simd_body(). ASAN and inline functions behavior has changed over
13805 Older GCC versions refuse to inline a function with ASAN if the
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc29759 // {"\x6D", nullptr}, // This use to crash with ASAN