Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Ddoctest.h771 is_normal = 2 * is_require, enumerator
772 is_throws = 2 * is_normal,
791 DT_WARN = is_normal | is_warn,
792 DT_CHECK = is_normal | is_check,
793 DT_REQUIRE = is_normal | is_require,
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 …]