Home
last modified time | relevance | path

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

/external/stlport/test/unit/
Dlimits_test.cpp56 bool check_cond(const bool& cond) { return cond; } in check_cond() function
57 # define CHECK_COND(X) if (!check_cond(X)) { CPPUNIT_MESSAGE(#X); return false; }