Searched refs:ASAN (Results 1 – 10 of 10) sorted by relevance
2 ASAN/MSAN/UBSAN.21 To run under ASAN/MSAN/UBSAN, libfido2 needs to be linked against flavours of
273 enum AllocationOwnership { NEITHER = 0, ASAN = 1, RTL = 2 }; in SharedReAlloc() enumerator282 ownershipState = ASAN; in SharedReAlloc()325 if (ownershipState == ASAN && !only_asan_supported_flags) { in SharedReAlloc()339 CHECK((ownershipState == ASAN || ownershipState == NEITHER) && in SharedReAlloc()
74 ASAN \
194 !IFNDEF ASAN195 ASAN = 0754 !IF $(ASAN)>0
536 ASAN = @ASAN@542 echo "asan = '$(ASAN)'" >> $@
423 # -fsanitize=address, and set ASAN=yes to suppress the undefined433 ASAN=yes437 ASAN=no440 AC_SUBST(ASAN) subst
10408 ASAN=yes10412 ASAN=no
761 // will maintain the right ASAN state.
13800 crc_simd_body(). ASAN and inline functions behavior has changed over13805 Older GCC versions refuse to inline a function with ASAN if the
29759 // {"\x6D", nullptr}, // This use to crash with ASAN