Home
last modified time | relevance | path

Searched full:ubsan_options (Results 1 – 25 of 34) sorted by relevance

12

/external/compiler-rt/test/ubsan/
Dlit.common.cfg48 config.environment['UBSAN_OPTIONS'] = default_ubsan_opts_str
50 # Substitution to setup UBSAN_OPTIONS in portable way.
52 'env UBSAN_OPTIONS=' + default_ubsan_opts_str))
/external/libvpx/libvpx/tools/
Dset_analyzer_env.sh26 unset ASAN_OPTIONS MSAN_OPTIONS TSAN_OPTIONS UBSAN_OPTIONS
128 export UBSAN_OPTIONS="${sanitizer_options}"
/external/clang/docs/
DUndefinedBehaviorSanitizer.rst145 ``UBSAN_OPTIONS=print_stacktrace=1``.
179 suppression file in a ``UBSAN_OPTIONS`` environment variable.
183 UBSAN_OPTIONS=suppressions=MyUBSan.supp
DSanitizerCoverage.rst32 ``LSAN_OPTIONS``, ``MSAN_OPTIONS`` or ``UBSAN_OPTIONS``, as
33 appropriate. For the standalone coverage mode, use ``UBSAN_OPTIONS``.
/external/compiler-rt/test/ubsan/TestCases/Misc/Linux/
Dubsan_options.cc15 // CHECK: ubsan_options.cc:[[@LINE-1]]:44: runtime error: unsigned integer overflow in main()
/external/libxml2/
D.travis.yml19 UBSAN_OPTIONS=print_stacktrace=1
/external/grpc-grpc/tools/run_tests/generated/
Dconfigs.json50 …"UBSAN_OPTIONS": "halt_on_error=1:print_stacktrace=1:suppressions=test/core/util/ubsan_suppression… string
/external/grpc-grpc/tools/
Dbazel.rc45 build:ubsan --action_env=UBSAN_OPTIONS=halt_on_error=1:print_stacktrace=1:suppressions=test/core/ut…
/external/compiler-rt/lib/ubsan/
Dubsan_flags.cc61 parser.ParseString(GetEnv("UBSAN_OPTIONS")); in InitializeFlags()
/external/skia/infra/bots/recipe_modules/flavor/examples/full.expected/
DTest-Mac10.13-Clang-MacBookPro11.5-CPU-AVX2-x86_64-Debug-All-ASAN.json153 "UBSAN_OPTIONS": "symbolize=1 print_stacktrace=1" string
DPerf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-ASAN.json158 "UBSAN_OPTIONS": "symbolize=1 print_stacktrace=1" string
/external/skqp/infra/bots/recipe_modules/flavor/examples/full.expected/
DPerf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-ASAN.json158 "UBSAN_OPTIONS": "symbolize=1 print_stacktrace=1" string
DTest-Mac-Clang-MacBookPro11.5-CPU-AVX2-x86_64-Debug-All-ASAN.json153 "UBSAN_OPTIONS": "symbolize=1 print_stacktrace=1" string
/external/compiler-rt/lib/tsan/rtl/
Dtsan_flags.cc102 ubsan_parser.ParseString(GetEnv("UBSAN_OPTIONS")); in InitializeFlags()
/external/skia/infra/bots/recipes/perf.expected/
DPerf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN.json186 "UBSAN_OPTIONS": "symbolize=1 print_stacktrace=1" string
/external/skqp/infra/bots/recipes/perf.expected/
DPerf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN.json186 "UBSAN_OPTIONS": "symbolize=1 print_stacktrace=1" string
/external/llvm/utils/lit/lit/
DTestingConfig.py26 'LD_PRELOAD', 'ASAN_OPTIONS', 'UBSAN_OPTIONS',
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
DTestingConfig.py25 'CLANG', 'LD_PRELOAD', 'ASAN_OPTIONS', 'UBSAN_OPTIONS',
/external/honggfuzz/
Dsanitizers.c138 sanitizers_AddFlag(hfuzz, "UBSAN_OPTIONS", ubsanOpts, sizeof(ubsanOpts)); in sanitizers_Init()
/external/compiler-rt/lib/asan/
Dasan_flags.cc116 ubsan_parser.ParseString(GetEnv("UBSAN_OPTIONS")); in InitializeFlags()
/external/libcxx/utils/google-benchmark/
D.travis.yml97 - UBSAN_OPTIONS=print_stacktrace=1
/external/compiler-rt/test/
Dlit.common.cfg46 'MSAN_OPTIONS', 'UBSAN_OPTIONS',
/external/flatbuffers/
D.travis.yml6 - UBSAN_OPTIONS=halt_on_error=1
/external/google-benchmark/
D.travis.yml97 - UBSAN_OPTIONS=print_stacktrace=1
/external/libchrome/build/android/pylib/constants/
D__init__.py123 UBSAN_OPTIONS = ( variable

12