Searched refs:sub_p (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dgimplify.c3711 tree *sub_p = &TREE_OPERAND (t, 0);
3713 if (TREE_CODE (*sub_p) == COMPOUND_EXPR)
3714 gimplify_compound_expr (sub_p, pre_p, false);
3716 gimplify_stmt (sub_p);
3717 append_to_statement_list (*sub_p, pre_p);
3710 tree *sub_p = &TREE_OPERAND (t, 0); local

Completed in 62 milliseconds