Lines Matching full:field
7 field('attributes', optional($.attribute)),
8 field('value', $._literal_and_type)),
48 field('lhs', $.value_use), ',',
49 field('rhs', $.value_use),
50 field('attributes', optional($.attribute)),
51 field('return', $._type_annotation)),
56 seq('arith.addui_extended', field('lhs', $.value_use), ',',
57 field('rhs', $.value_use),
58 field('attributes', optional($.attribute)),
59 field('return', seq(':', $.type, ',', $.type))),
85 field('lhs', $.value_use), ',',
86 field('rhs', $.value_use),
87 field('fastmath', optional($.fastmath_attr)),
88 field('attributes', optional($.attribute)),
89 field('return', $._type_annotation)),
94 seq(choice('arith.negf'), field('operand', $.value_use),
95 field('fastmath', optional($.fastmath_attr)),
96 field('attributes', optional($.attribute)),
97 field('return', $._type_annotation)),
103 field('predicate',
107 ',', field('lhs', $.value_use), ',',
108 field('rhs', $.value_use),
109 field('attributes', optional($.attribute)),
110 field('return', $._type_annotation)),
134 field('in', $.value_use),
135 field('attributes', optional($.attribute)),
136 field('return', $._type_annotation)),
138 seq('arith.select', field('cond', $.value_use), ',',
139 field('trueblk', $.value_use), ',',
140 field('falseblk', $.value_use),
141 field('return', $._type_annotation)))