Home
last modified time | relevance | path

Searched defs:comment (Results 1 – 2 of 2) sorted by relevance

/oneTBB/src/tbb/
H A Dassert_impl.h41 …sertion_failure_impl(const char* location, int line, const char* expression, const char* comment) { in assertion_failure_impl()
65 …NC assertion_failure(const char* location, int line, const char* expression, const char* comment) { in assertion_failure()
/oneTBB/include/oneapi/tbb/detail/
H A D_assert.h59 #define __TBB_ASSERT(predicate,comment) ((void)0) argument
61 #define __TBB_ASSERT_EX(predicate,comment) ((void)(1 && (predicate))) argument