Home
last modified time | relevance | path

Searched refs:add_in (Results 1 – 4 of 4) 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/llvm-project/clang/test/SemaCXX/
Dtypo-correction.cpp116 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
/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos.hh571 unsigned int add_in = _hb_glyph_info_get_glyph_props (&buffer->cur()) & in _set_glyph_props() local
573 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()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtf_executor_ops.mlir121 %add_in= "tf.Add"(%0, %0) : (tensor<*xf32>, tensor<*xf32>) -> (tensor<*xf32>)
122 tf_executor.yield %add_in : tensor<*xf32>