Searched refs:ASAN (Results 1 – 9 of 9) sorted by relevance
2 ASAN/MSAN/UBSAN.21 To run under ASAN/MSAN/UBSAN, libfido2 needs to be linked against flavours of
283 enum AllocationOwnership { NEITHER = 0, ASAN = 1, RTL = 2 }; in SharedReAlloc() enumerator292 ownershipState = ASAN; in SharedReAlloc()335 if (ownershipState == ASAN && !only_asan_supported_flags) { in SharedReAlloc()349 CHECK((ownershipState == ASAN || ownershipState == NEITHER) && in SharedReAlloc()
74 ASAN \
209 !IFNDEF ASAN210 ASAN = 0781 !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
32 …only run on AMD64 hardware. Note the environment includes `UBSAN=yes` or `ASAN=yes` for the saniti…57 elif [ "$ASAN" = "yes" ]; then
13323 crc_simd_body(). ASAN and inline functions behavior has changed over13328 Older GCC versions refuse to inline a function with ASAN if the