Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
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 ma… in add_in() function in TestRedecl
/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos.hh565 unsigned int add_in = _hb_glyph_info_get_glyph_props (&buffer->cur()) & in _set_glyph_props() local
567 add_in |= HB_OT_LAYOUT_GLYPH_PROPS_SUBSTITUTED; in _set_glyph_props()
570 add_in |= HB_OT_LAYOUT_GLYPH_PROPS_LIGATED; in _set_glyph_props()
577 add_in &= ~HB_OT_LAYOUT_GLYPH_PROPS_MULTIPLIED; in _set_glyph_props()
580 add_in |= HB_OT_LAYOUT_GLYPH_PROPS_MULTIPLIED; in _set_glyph_props()
582 _hb_glyph_info_set_glyph_props (&buffer->cur(), add_in | gdef.get_glyph_props (glyph_index)); in _set_glyph_props()
584 _hb_glyph_info_set_glyph_props (&buffer->cur(), add_in | class_guess); in _set_glyph_props()