Searched refs:ast_post_inc (Results 1 – 4 of 4) sorted by relevance
184 ast_post_inc, enumerator
1194 case ast_post_inc: in print()
1886 case ast_post_inc: in do_hir()1888 this->non_lvalue_description = (this->oper == ast_post_inc) in do_hir()2082 case ast_post_inc: in has_sequence_subexpression()
503 $$ = new(ctx) ast_expression(ast_post_inc, $1, NULL, NULL);