Searched refs:voidify_wrapper_expr (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | gimplify.h | 67 extern tree voidify_wrapper_expr (tree, tree);
|
H A D | gimplify.c | 1035 voidify_wrapper_expr (tree wrapper, tree temp) in voidify_wrapper_expr() function 1282 tree temp = voidify_wrapper_expr (bind_expr, NULL); in gimplify_bind_expr() 1758 tree temp = voidify_wrapper_expr (*expr_p, NULL); in gimplify_statement_list() 5391 t = voidify_wrapper_expr (wrap, *expr_p); in gimplify_modify_expr_rhs() 6415 tree temp = voidify_wrapper_expr (*expr_p, NULL); in gimplify_cleanup_point_expr() 11151 temp = voidify_wrapper_expr (*expr_p, NULL); in gimplify_transaction()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | gimplify.c | 1059 voidify_wrapper_expr (tree wrapper, tree temp) in voidify_wrapper_expr() function 1179 tree temp = voidify_wrapper_expr (bind_expr, NULL); in gimplify_bind_expr() 1520 tree temp = voidify_wrapper_expr (*expr_p, NULL); in gimplify_statement_list() 4498 t = voidify_wrapper_expr (wrap, *expr_p); in gimplify_modify_expr_rhs() 5259 tree temp = voidify_wrapper_expr (*expr_p, NULL); in gimplify_cleanup_point_expr() 6682 temp = voidify_wrapper_expr (*expr_p, NULL); in gimplify_transaction()
|
H A D | gimple.h | 1126 extern tree voidify_wrapper_expr (tree, tree);
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | cp-gimplify.c | 470 tree temp = voidify_wrapper_expr (stmt, NULL); in gimplify_must_not_throw_expr()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | cp-gimplify.c | 503 tree temp = voidify_wrapper_expr (stmt, NULL); in gimplify_must_not_throw_expr()
|