Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Ddoctest.h783 is_lt = 2 * is_ne, enumerator
784 is_gt = 2 * is_lt,
831 DT_WARN_LT = is_normal | is_lt | is_warn,
832 DT_CHECK_LT = is_normal | is_lt | is_check,
833 DT_REQUIRE_LT = is_normal | is_lt | is_require,