Home
last modified time | relevance | path

Searched refs:existing_flags (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/test/asan/TestCases/
Dill.cpp19 UINT existing_flags = SetErrorMode(new_flags); in main() local
20 SetErrorMode(existing_flags | new_flags); in main()
/external/libchrome/base/test/
Dtest_suite.cc366 UINT existing_flags = SetErrorMode(new_flags); in SuppressErrorDialogs() local
367 SetErrorMode(existing_flags | new_flags); in SuppressErrorDialogs()