Searched refs:is_warn (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/test/common/ |
| H A D | doctest.h | 767 is_warn = 1, enumerator 768 is_check = 2 * is_warn, 791 DT_WARN = is_normal | is_warn, 799 DT_WARN_THROWS = is_throws | is_warn, 815 DT_WARN_NOTHROW = is_nothrow | is_warn, 819 DT_WARN_EQ = is_normal | is_eq | is_warn, 823 DT_WARN_NE = is_normal | is_ne | is_warn, 827 DT_WARN_GT = is_normal | is_gt | is_warn, 831 DT_WARN_LT = is_normal | is_lt | is_warn, 835 DT_WARN_GE = is_normal | is_ge | is_warn, [all …]
|