Searched refs:is_check (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/test/common/ |
| H A D | doctest.h | 768 is_check = 2 * is_warn, enumerator 769 is_require = 2 * is_check, 792 DT_CHECK = is_normal | is_check, 800 DT_CHECK_THROWS = is_throws | is_check, 816 DT_CHECK_NOTHROW = is_nothrow | is_check, 820 DT_CHECK_EQ = is_normal | is_eq | is_check, 824 DT_CHECK_NE = is_normal | is_ne | is_check, 828 DT_CHECK_GT = is_normal | is_gt | is_check, 832 DT_CHECK_LT = is_normal | is_lt | is_check, 836 DT_CHECK_GE = is_normal | is_ge | is_check, [all …]
|