Home
last modified time | relevance | path

Searched refs:post_p (Results 1 – 16 of 16) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dgimplify.c2081 post_p, is_gimple_reg, in gimplify_compound_lval()
2108 post_p, is_gimple_reg, in gimplify_compound_lval()
2137 post_p, is_gimple_reg, in gimplify_compound_lval()
2245 post_p = &post; in gimplify_self_mod_expr()
3975 pre_p, post_p, &preeval_data); in gimplify_init_constructor()
4032 post_p, in gimplify_init_constructor()
6842 if (post_p == NULL) in gimplify_expr()
6843 post_p = &internal_post; in gimplify_expr()
6854 post_last_gsi = gsi_last (*post_p); in gimplify_expr()
7232 post_p, is_gimple_val, fb_rvalue); in gimplify_expr()
[all …]
H A Dlanghooks.c270 gimple_seq *post_p ATTRIBUTE_UNUSED) in lhd_gimplify_expr()
H A Dbuiltins.c4266 gimple_seq *post_p) in std_gimplify_va_arg_expr() argument
4331 gimplify_expr (&rounded_size, pre_p, post_p, is_gimple_val, fb_rvalue); in std_gimplify_va_arg_expr()
4385 gimplify_va_arg_expr (tree *expr_p, gimple_seq *pre_p, gimple_seq *post_p) in gimplify_va_arg_expr() argument
4459 gimplify_expr (&valist, pre_p, post_p, is_gimple_val, fb_rvalue); in gimplify_va_arg_expr()
4462 gimplify_expr (&valist, pre_p, post_p, is_gimple_min_lval, fb_lvalue); in gimplify_va_arg_expr()
4469 *expr_p = targetm.gimplify_va_arg_expr (valist, type, pre_p, post_p); in gimplify_va_arg_expr()
H A Dtarget.def1820 tree, (tree valist, tree type, gimple_seq *pre_p, gimple_seq *post_p),
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimplify.c2892 post_p, is_gimple_reg, in gimplify_compound_lval()
2919 post_p, is_gimple_reg, in gimplify_compound_lval()
2948 post_p, is_gimple_reg, in gimplify_compound_lval()
3049 post_p = &post; in gimplify_self_mod_expr()
4975 pre_p, post_p, &preeval_data); in gimplify_init_constructor()
5037 post_p, in gimplify_init_constructor()
6178 gimplify_and_add (ass, post_p); in gimplify_asm_expr()
11401 if (post_p == NULL) in gimplify_expr()
11402 post_p = &internal_post; in gimplify_expr()
11413 post_last_gsi = gsi_last (*post_p); in gimplify_expr()
[all …]
H A Dlanghooks.c270 gimple_seq *post_p ATTRIBUTE_UNUSED) in lhd_gimplify_expr()
H A Dtarghooks.c2124 gimple_seq *post_p) in std_gimplify_va_arg_expr() argument
2189 gimplify_expr (&rounded_size, pre_p, post_p, is_gimple_val, fb_rvalue); in std_gimplify_va_arg_expr()
H A Dtarget.def4062 tree, (tree valist, tree type, gimple_seq *pre_p, gimple_seq *post_p),
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-gimplify.c223 gimple_seq *post_p ATTRIBUTE_UNUSED) in c_gimplify_expr()
276 return gimplify_self_mod_expr (expr_p, pre_p, post_p, 1, type); in c_gimplify_expr()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-gimplify.c172 gimple_seq *post_p ATTRIBUTE_UNUSED) in c_gimplify_expr()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcp-gimplify.c495 cp_gimplify_expr (tree *expr_p, gimple_seq *pre_p, gimple_seq *post_p) in cp_gimplify_expr() argument
689 ret = (enum gimplify_status) c_gimplify_expr (expr_p, pre_p, post_p); in cp_gimplify_expr()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcp-gimplify.c579 cp_gimplify_expr (tree *expr_p, gimple_seq *pre_p, gimple_seq *post_p) in cp_gimplify_expr() argument
667 gimplify_expr (&TREE_OPERAND (*expr_p, 0), pre_p, post_p, in cp_gimplify_expr()
812 ret = (enum gimplify_status) c_gimplify_expr (expr_p, pre_p, post_p); in cp_gimplify_expr()
/dragonfly/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.c9462 objc_gimplify_expr (tree *expr_p, gimple_seq *pre_p, gimple_seq *post_p) in objc_gimplify_expr() argument
9485 r1 = gimplify_expr (&OBJ_TYPE_REF_EXPR (*expr_p), pre_p, post_p, in objc_gimplify_expr()
9500 return (enum gimplify_status) cp_gimplify_expr (expr_p, pre_p, post_p); in objc_gimplify_expr()
9502 return (enum gimplify_status) c_gimplify_expr (expr_p, pre_p, post_p); in objc_gimplify_expr()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c7867 gimple_seq *post_p) in ix86_gimplify_va_arg() argument
7883 return std_gimplify_va_arg_expr (valist, type, pre_p, post_p); in ix86_gimplify_va_arg()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c9987 gimple_seq *post_p) in ix86_gimplify_va_arg() argument
10003 return std_gimplify_va_arg_expr (valist, type, pre_p, post_p); in ix86_gimplify_va_arg()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dtm.texi4306 …VA_ARG_EXPR (tree @var{valist}, tree @var{type}, gimple_seq *@var{pre_p}, gimple_seq *@var{post_p})