Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Ddoctest.h769 is_require = 2 * is_check, enumerator
771 is_normal = 2 * is_require,
793 DT_REQUIRE = is_normal | is_require,
801 DT_REQUIRE_THROWS = is_throws | is_require,
817 DT_REQUIRE_NOTHROW = is_nothrow | is_require,
821 DT_REQUIRE_EQ = is_normal | is_eq | is_require,
825 DT_REQUIRE_NE = is_normal | is_ne | is_require,
829 DT_REQUIRE_GT = is_normal | is_gt | is_require,
833 DT_REQUIRE_LT = is_normal | is_lt | is_require,
837 DT_REQUIRE_GE = is_normal | is_ge | is_require,
[all …]