Searched refs:ast_post_inc (Results 1 – 4 of 4) sorted by relevance
179 ast_post_inc, enumerator
562 case ast_post_inc: in print()
1490 case ast_post_inc: in hir()1492 this->non_lvalue_description = (this->oper == ast_post_inc) in hir()
433 $$ = new(ctx) ast_expression(ast_post_inc, $1, NULL, NULL);