OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:throwRuntimeError
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/delibs/decpp/
deDefs.cpp
32
void
throwRuntimeError
(const char* message, const char* expr, const char* file, int line)
deDefs.hpp
54
void
throwRuntimeError
(const char* message, const char* expr, const char* file, int line);
90
#define DE_CHECK_RUNTIME_ERR(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) ::de::
throwRuntimeError
(DE_NULL, #X, __FILE__, __LINE__); } while(deGetFalse())
100
#define DE_CHECK_RUNTIME_ERR_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) ::de::
throwRuntimeError
(MSG, #X, __FILE__, __LINE__); } while(deGetFalse())
Completed in 45 milliseconds