Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Ddoctest.h356 #define DOCTEST_NOINLINE __declspec(noinline) macro
360 #define DOCTEST_NOINLINE
364 #define DOCTEST_NOINLINE __attribute__((noinline))
371 #undef DOCTEST_NOINLINE
372 #define DOCTEST_NOINLINE macro
378 #define DOCTEST_INLINE_NOINLINE inline DOCTEST_NOINLINE
1557 DOCTEST_NOINLINE operator Result() {
1744 DOCTEST_NOINLINE bool binary_assert(const DOCTEST_REF_WRAP(L) lhs,
1754 DOCTEST_NOINLINE bool unary_assert(const DOCTEST_REF_WRAP(L) val) {
1816 DOCTEST_NOINLINE bool binary_assert(assertType::Enum at, const char* file, int line,
[all …]