Searched refs:ast_field_selection (Results 1 – 5 of 5) sorted by relevance
191 ast_field_selection, enumerator
1250 case ast_field_selection: in print()
2390 } else if (subexpressions[0]->oper == ast_field_selection) { in hir()
1970 case ast_field_selection: in do_hir()2201 case ast_field_selection: in has_sequence_subexpression()
507 $$ = new(ctx) ast_expression(ast_field_selection, $1, NULL, NULL);