Home
last modified time | relevance | path

Searched defs:_cond (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/util/
Doptions.hh82 #define _ASSERT_STATIC1(_line, _cond) HB_UNUSED typedef int _static_assert_on_line_##_line##_failed… argument
83 #define _ASSERT_STATIC0(_line, _cond) _ASSERT_STATIC1 (_line, (_cond)) argument
84 #define ASSERT_STATIC(_cond) _ASSERT_STATIC0 (__LINE__, (_cond)) argument
/external/harfbuzz_ng/src/
Dhb-private.hh201 #define _ASSERT_STATIC1(_line, _cond) HB_UNUSED typedef int _static_assert_on_line_##_line##_failed… argument
202 #define _ASSERT_STATIC0(_line, _cond) _ASSERT_STATIC1 (_line, (_cond)) argument
203 #define ASSERT_STATIC(_cond) _ASSERT_STATIC0 (__LINE__, (_cond)) argument
205 #define ASSERT_STATIC_EXPR(_cond)((void) sizeof (char[(_cond) ? 1 : -1])) argument
206 #define ASSERT_STATIC_EXPR_ZERO(_cond) (0 * sizeof (char[(_cond) ? 1 : -1])) argument
/external/valgrind/VEX/priv/
Dguest_arm64_helpers.c98 #define NOTE_EVAL(_cc_op, _cond) \ argument