Home
last modified time | relevance | path

Searched refs:_CrtSetReportMode (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/libcxx/test/support/
H A Dset_windows_crt_report_mode.h27 _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 Dmsvc_stdlib_force_include.h33 _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 DTestMain.cpp46 _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 DCommandLineInitTest.cpp40 _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 DSystemInitializerCommon.cpp82 _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 Dasan_malloc_win.cpp199 int _CrtSetReportMode(int, int) { in _CrtSetReportMode() function
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc4918 (void)_CrtSetReportMode(_CRT_ASSERT, in Run()