HomeSort by relevance Sort by last modified time
    Searched refs:_ASSERT_STATIC1 (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/util/
options.hh 82 #define _ASSERT_STATIC1(_line, _cond) HB_UNUSED typedef int _static_assert_on_line_##_line##_failed[(_cond)?1:-1]
83 #define _ASSERT_STATIC0(_line, _cond) _ASSERT_STATIC1 (_line, (_cond))
  /external/harfbuzz_ng/src/
hb-private.hh 242 #define _ASSERT_STATIC1(_line, _cond) HB_UNUSED typedef int _static_assert_on_line_##_line##_failed[(_cond)?1:-1]
243 #define _ASSERT_STATIC0(_line, _cond) _ASSERT_STATIC1 (_line, (_cond))

Completed in 2057 milliseconds