Searched full:detect_odr_violation (Results 1 – 18 of 18) sorted by relevance
8 // Different size: detect a bug if detect_odr_violation>=111 // 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…
9 // Different size: detect a bug if detect_odr_violation>=112 // 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…
8 // 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 …
5 export ASAN_OPTIONS="detect_odr_violation=0 detect_leaks=0"
27 export ASAN_OPTIONS="detect_odr_violation=0 detect_leaks=0"
156 (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()
130 ASAN_FLAG(int, detect_odr_violation, 2,
986 "ASAN_OPTIONS=detect_odr_violation=0\n"); in ReportODRViolation()
35 export ASAN_OPTIONS="detect_leaks=0:symbolize=0:detect_odr_violation=0:abort_on_error=1"
44 export ASAN_OPTIONS="detect_leaks=0:symbolize=0:detect_odr_violation=0:abort_on_error=1"
150 (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()
146 ASAN_FLAG(int, detect_odr_violation, 2,
362 "ASAN_OPTIONS=detect_odr_violation=0\n"); in Print()
59 …val_ms=500:check_malloc_usable_size=0:detect_container_overflow=1:detect_odr_violation=0:detect_le…
101 export ASAN_OPTIONS="$ASAN_OPTIONS:abort_on_error=1:symbolize=0:detect_odr_violation=0:"
117 $ ASAN_OPTIONS=detect_odr_violation=0 \
519 self.exec_env['ASAN_OPTIONS'] = 'detect_odr_violation=0'
950 self.exec_env['ASAN_OPTIONS'] = 'detect_odr_violation=0'