Searched refs:_CrtSetReportMode (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | set_windows_crt_report_mode.h | 27 _CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_DEBUG); in init_crt_report_mode() 28 _CrtSetReportMode(_CRT_ERROR, _CRTDBG_MODE_DEBUG); in init_crt_report_mode() 29 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_DEBUG); in init_crt_report_mode()
|
| H A D | msvc_stdlib_force_include.h | 33 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_FILE); in AssertionDialogAvoider() 36 _CrtSetReportMode(_CRT_ERROR, _CRTDBG_MODE_FILE); in AssertionDialogAvoider()
|
| /llvm-project-15.0.7/llvm/utils/unittest/UnitTestMain/ |
| H A D | TestMain.cpp | 46 _CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in main() 48 _CrtSetReportMode(_CRT_ERROR, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in main() 50 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in main()
|
| /llvm-project-15.0.7/llvm/unittests/Support/CommandLineInit/ |
| H A D | CommandLineInitTest.cpp | 40 _CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in main() 42 _CrtSetReportMode(_CRT_ERROR, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in main() 44 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in main()
|
| /llvm-project-15.0.7/lldb/source/Initialization/ |
| H A D | SystemInitializerCommon.cpp | 82 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in Initialize() 83 _CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in Initialize() 84 _CrtSetReportMode(_CRT_ERROR, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in Initialize()
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_malloc_win.cpp | 199 int _CrtSetReportMode(int, int) { in _CrtSetReportMode() function
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/src/ |
| H A D | gtest.cc | 4918 (void)_CrtSetReportMode(_CRT_ASSERT, in Run()
|