OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_CRTDBG_FILE_STDERR
(Results
1 - 8
of
8
) sorted by null
/external/llvm/utils/unittest/UnitTestMain/
TestMain.cpp
40
_CrtSetReportFile(_CRT_WARN,
_CRTDBG_FILE_STDERR
);
42
_CrtSetReportFile(_CRT_ERROR,
_CRTDBG_FILE_STDERR
);
44
_CrtSetReportFile(_CRT_ASSERT,
_CRTDBG_FILE_STDERR
);
/external/swiftshader/third_party/LLVM/utils/unittest/UnitTestMain/
TestMain.cpp
33
_CrtSetReportFile(_CRT_WARN,
_CRTDBG_FILE_STDERR
);
35
_CrtSetReportFile(_CRT_ERROR,
_CRTDBG_FILE_STDERR
);
37
_CrtSetReportFile(_CRT_ASSERT,
_CRTDBG_FILE_STDERR
);
/external/libcxx/test/support/
msvc_stdlib_force_include.hpp
35
_CrtSetReportFile(_CRT_ASSERT,
_CRTDBG_FILE_STDERR
);
38
_CrtSetReportFile(_CRT_ERROR,
_CRTDBG_FILE_STDERR
);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
msvc_stdlib_force_include.hpp
35
_CrtSetReportFile(_CRT_ASSERT,
_CRTDBG_FILE_STDERR
);
38
_CrtSetReportFile(_CRT_ERROR,
_CRTDBG_FILE_STDERR
);
/external/python/cpython3/PC/
msvcrtmodule.c
571
insertint(d, "CRTDBG_FILE_STDERR", (int)
_CRTDBG_FILE_STDERR
);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
crtdbg.h
44
#define
_CRTDBG_FILE_STDERR
((_HFILE)-5)