Home
last modified time | relevance | path

Searched refs:throwRuntimeError (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeDefs.hpp54 void throwRuntimeError (const char* message, const char* expr, const char* file, int line);
82 …R(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) ::de::throwRuntimeError(DE_NULL, #X,…
92 …X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) ::de::throwRuntimeError(MSG, #X, __F…
DdeDefs.cpp32 void throwRuntimeError (const char* message, const char* expr, const char* file, int line) in throwRuntimeError() function