Searched full:asan (Results 1 – 9 of 9) sorted by relevance
22 OPTS="--enable-debug --enable-asan --enable-ubsan $OPTS"
91 {% elif test == "docker-mingw@fedora" or test == "docker-quick@centos8" or test == "asan" %}120 asan:
96 option('asan', type: 'boolean', value: false, boolean
566 if get_option('asan')597 if get_option('asan') or get_option('ubsan')2708 if get_option('asan') and \2712 warning('Missing ASAN due to missing fiber annotation interface')
24 Here, enable-asan and enable-ubsan are optional but they allow us to reliably29 --enable-fuzzing --enable-asan --enable-ubsan
36 asan.
24 printf "%s\n" ' --enable-asan enable address sanitizer'238 --enable-asan) printf "%s" -Dasan=true ;;239 --disable-asan) printf "%s" -Dasan=false ;;
555 g_test_skip("QEMU not configured using --enable-asan"); in qtest_check_clang_sanitizer()
613 * SEPARATOR is trivial for the fuzzer to discover when using ASan. Optionally,