Home
last modified time | relevance | path

Searched full:detect_odr_violation (Results 1 – 18 of 18) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Linux/
Dodr-violation.cc8 // Different size: detect a bug if detect_odr_violation>=1
11 // RUN: %env_asan_opts=fast_unwind_on_malloc=0:detect_odr_violation=1 not %run %t-ODR-EXE 2>&1 | Fi…
12 // RUN: %env_asan_opts=fast_unwind_on_malloc=0:detect_odr_violation=2 not %run %t-ODR-EXE 2>&1 | Fi…
13 // RUN: %env_asan_opts=fast_unwind_on_malloc=0:detect_odr_violation=0 %run %t-ODR-EXE 2>&1 | Fi…
16 // Same size: report a bug only if detect_odr_violation>=2.
18 // RUN: %env_asan_opts=fast_unwind_on_malloc=0:detect_odr_violation=1 %run %t-ODR-EXE 2>&1 | Fi…
19 // RUN: %env_asan_opts=fast_unwind_on_malloc=0:detect_odr_violation=2 not %run %t-ODR-EXE 2>&1 | Fi…
22 // RUN: %env_asan_opts=fast_unwind_on_malloc=0:detect_odr_violation=2:suppressions=%t.supp not %ru…
24 // RUN: %env_asan_opts=fast_unwind_on_malloc=0:detect_odr_violation=2:suppressions=%t.supp %ru…
/external/llvm-project/compiler-rt/test/asan/TestCases/Linux/
Dodr-violation.cpp9 // Different size: detect a bug if detect_odr_violation>=1
12 // RUN: %env_asan_opts=fast_unwind_on_malloc=0:detect_odr_violation=1 not %run %t-ODR-EXE 2>&1 | Fi…
13 // RUN: %env_asan_opts=fast_unwind_on_malloc=0:detect_odr_violation=2 not %run %t-ODR-EXE 2>&1 | Fi…
14 // RUN: %env_asan_opts=fast_unwind_on_malloc=0:detect_odr_violation=0 %run %t-ODR-EXE 2>&1 | Fi…
17 // Same size: report a bug only if detect_odr_violation>=2.
19 // RUN: %env_asan_opts=fast_unwind_on_malloc=0:detect_odr_violation=1 %run %t-ODR-EXE 2>&1 | Fi…
20 // RUN: %env_asan_opts=fast_unwind_on_malloc=0:detect_odr_violation=2 not %run %t-ODR-EXE 2>&1 | Fi…
23 // RUN: %env_asan_opts=fast_unwind_on_malloc=0:detect_odr_violation=2:suppressions=%t.supp not %ru…
25 // RUN: %env_asan_opts=fast_unwind_on_malloc=0:detect_odr_violation=2:suppressions=%t.supp %ru…
Dodr-vtable.cpp8 // RUN: %env_asan_opts=fast_unwind_on_malloc=0:detect_odr_violation=2 not %run %t 2>&1 | FileCheck …
12 // RUN: %env_asan_opts=fast_unwind_on_malloc=0:detect_odr_violation=2 not %run %t 2>&1 | FileCheck …
17 // RUN: %env_asan_opts=fast_unwind_on_malloc=0:detect_odr_violation=2 not %run %t 2>&1 | FileCheck …
/external/rust/crates/bytes/ci/
Dtsan.sh5 export ASAN_OPTIONS="detect_odr_violation=0 detect_leaks=0"
/external/rust/crates/crc32fast/
D.travis.yml27 export ASAN_OPTIONS="detect_odr_violation=0 detect_leaks=0"
/external/compiler-rt/lib/asan/
Dasan_globals.cc156 (flags()->detect_odr_violation >= 2 || g->size != l->g->size) && in CheckODRViolationViaIndicator()
172 (flags()->detect_odr_violation >= 2 || g->size != l->g->size) && in CheckODRViolationViaPoisoning()
222 if (flags()->detect_odr_violation) { in RegisterGlobal()
Dasan_flags.inc130 ASAN_FLAG(int, detect_odr_violation, 2,
Dasan_report.cc986 "ASAN_OPTIONS=detect_odr_violation=0\n"); in ReportODRViolation()
/external/oss-fuzz/infra/base-images/base-builder/
Ddebug_afl35 export ASAN_OPTIONS="detect_leaks=0:symbolize=0:detect_odr_violation=0:abort_on_error=1"
Dcompile_afl44 export ASAN_OPTIONS="detect_leaks=0:symbolize=0:detect_odr_violation=0:abort_on_error=1"
/external/llvm-project/compiler-rt/lib/asan/
Dasan_globals.cpp150 (flags()->detect_odr_violation >= 2 || g->size != l->g->size) && in CheckODRViolationViaIndicator()
166 (flags()->detect_odr_violation >= 2 || g->size != l->g->size) && in CheckODRViolationViaPoisoning()
214 if (flags()->detect_odr_violation) { in RegisterGlobal()
Dasan_flags.inc146 ASAN_FLAG(int, detect_odr_violation, 2,
Dasan_errors.cpp362 "ASAN_OPTIONS=detect_odr_violation=0\n"); in Print()
/external/oss-fuzz/infra/base-images/base-runner/
DDockerfile59 …val_ms=500:check_malloc_usable_size=0:detect_container_overflow=1:detect_odr_violation=0:detect_le…
Drun_fuzzer101 export ASAN_OPTIONS="$ASAN_OPTIONS:abort_on_error=1:symbolize=0:detect_odr_violation=0:"
/external/pigweed/pw_fuzzer/
Ddocs.rst117 $ ASAN_OPTIONS=detect_odr_violation=0 \
/external/llvm-project/libcxx/utils/libcxx/test/
Dconfig.py519 self.exec_env['ASAN_OPTIONS'] = 'detect_odr_violation=0'
/external/libcxx/utils/libcxx/test/
Dconfig.py950 self.exec_env['ASAN_OPTIONS'] = 'detect_odr_violation=0'