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

  /external/harfbuzz_ng/src/
hb-ot-shape-fallback.cc 227 HB_FALLTHROUGH;
262 HB_FALLTHROUGH;
283 HB_FALLTHROUGH;
hb-private.hh 124 * HB_FALLTHROUGH is an annotation to suppress compiler warnings about switch
125 * cases that fall through without a break or return statement. HB_FALLTHROUGH
133 * HB_FALLTHROUGH;
140 # define HB_FALLTHROUGH [[clang::fallthrough]]
147 # define HB_FALLTHROUGH __fallthrough
149 # define HB_FALLTHROUGH /* FALLTHROUGH */

Completed in 345 milliseconds