OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_CRTDBG_MODE_DEBUG
(Results
1 - 4
of
4
) sorted by null
/external/llvm/utils/unittest/UnitTestMain/
TestMain.cpp
38
_CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_FILE |
_CRTDBG_MODE_DEBUG
);
40
_CrtSetReportMode(_CRT_ERROR, _CRTDBG_MODE_FILE |
_CRTDBG_MODE_DEBUG
);
42
_CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_FILE |
_CRTDBG_MODE_DEBUG
);
/external/v8/test/cctest/
cctest.cc
166
_CrtSetReportMode(_CRT_WARN,
_CRTDBG_MODE_DEBUG
| _CRTDBG_MODE_FILE);
168
_CrtSetReportMode(_CRT_ASSERT,
_CRTDBG_MODE_DEBUG
| _CRTDBG_MODE_FILE);
170
_CrtSetReportMode(_CRT_ERROR,
_CRTDBG_MODE_DEBUG
| _CRTDBG_MODE_FILE);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
crtdbg.h
37
#define
_CRTDBG_MODE_DEBUG
0x2