Searched refs:add_in (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
H A Dtypo-correction.cpp115 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/
H A Dhb-ot-layout-gsubgpos-private.hh551 unsigned int add_in = _hb_glyph_info_get_glyph_props (&buffer->cur()) & local
553 add_in |= HB_OT_LAYOUT_GLYPH_PROPS_SUBSTITUTED;
556 add_in |= HB_OT_LAYOUT_GLYPH_PROPS_LIGATED;
563 add_in &= ~HB_OT_LAYOUT_GLYPH_PROPS_MULTIPLIED;
566 add_in |= HB_OT_LAYOUT_GLYPH_PROPS_MULTIPLIED;
568 _hb_glyph_info_set_glyph_props (&buffer->cur(), add_in | gdef.get_glyph_props (glyph_index));
570 _hb_glyph_info_set_glyph_props (&buffer->cur(), add_in | class_guess);

Completed in 129 milliseconds