Searched refs:add_in (Results 1 – 4 of 4) sorted by relevance
115 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
116 void add_in(int i);121 void TestRedecl::add_in(int i) {} // expected-error{{out-of-line definition of 'add_in' does not ma… in add_in() function in TestRedecl
571 unsigned int add_in = _hb_glyph_info_get_glyph_props (&buffer->cur()) & in _set_glyph_props() local573 add_in |= HB_OT_LAYOUT_GLYPH_PROPS_SUBSTITUTED; in _set_glyph_props()576 add_in |= HB_OT_LAYOUT_GLYPH_PROPS_LIGATED; in _set_glyph_props()583 add_in &= ~HB_OT_LAYOUT_GLYPH_PROPS_MULTIPLIED; in _set_glyph_props()586 add_in |= HB_OT_LAYOUT_GLYPH_PROPS_MULTIPLIED; in _set_glyph_props()588 _hb_glyph_info_set_glyph_props (&buffer->cur(), add_in | gdef.get_glyph_props (glyph_index)); in _set_glyph_props()590 _hb_glyph_info_set_glyph_props (&buffer->cur(), add_in | class_guess); in _set_glyph_props()
121 %add_in= "tf.Add"(%0, %0) : (tensor<*xf32>, tensor<*xf32>) -> (tensor<*xf32>)122 tf_executor.yield %add_in : tensor<*xf32>