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

  /external/clang/test/SemaCXX/
typo-correction.cpp 115 void add_in(int i);
120 void TestRedecl::add_in(int i) {} // expected-error{{out-of-line definition of 'add_in' does not match any declaration in 'TestRedecl'; did you mean 'add_it'?}} function in class:TestRedecl
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos.hh 565 unsigned int add_in = _hb_glyph_info_get_glyph_props (&buffer->cur()) & local
567 add_in |= HB_OT_LAYOUT_GLYPH_PROPS_SUBSTITUTED;
570 add_in |= HB_OT_LAYOUT_GLYPH_PROPS_LIGATED;
577 add_in &= ~HB_OT_LAYOUT_GLYPH_PROPS_MULTIPLIED;
580 add_in |= HB_OT_LAYOUT_GLYPH_PROPS_MULTIPLIED;
582 _hb_glyph_info_set_glyph_props (&buffer->cur(), add_in | gdef.get_glyph_props (glyph_index));
584 _hb_glyph_info_set_glyph_props (&buffer->cur(), add_in | class_guess);
    [all...]

Completed in 309 milliseconds