Searched refs:__assert_true (Results 1 – 3 of 3) sorted by relevance
56 #define ASSERT_TRUE(cond) (void)__assert_true (__FILENAME__, __LINE__, (cond) ? 1U : 0U)
87 extern TC_RES __assert_true (const char *fn, uint32_t ln, uint32_t cond);
358 TC_RES __assert_true (const char *fn, uint32_t ln, uint32_t cond) { function