Home
last modified time | relevance | path

Searched refs:c_wrap_maybe_const (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.h859 extern tree c_wrap_maybe_const (tree, bool);
H A Dc-common.c1090 ret = c_wrap_maybe_const (ret, true); in c_build_vec_perm_expr()
1156 ret = c_wrap_maybe_const (ret, true); in c_build_vec_convert()
3207 c_wrap_maybe_const (tree expr, bool non_const) in c_wrap_maybe_const() function
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.h881 extern tree c_wrap_maybe_const (tree, bool);
H A Dc-common.cc1113 ret = c_wrap_maybe_const (ret, true); in c_build_vec_perm_expr()
1256 ret = c_wrap_maybe_const (ret, true); in c_build_shufflevector()
1322 ret = c_wrap_maybe_const (ret, true); in c_build_vec_convert()
3415 c_wrap_maybe_const (tree expr, bool non_const) in c_wrap_maybe_const() function
H A DChangeLog1039 * c-common.c (c_wrap_maybe_const): Remove TREE_NO_WARNING.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c5359 op1 = c_wrap_maybe_const (op1, !op1_maybe_const); in build_conditional_expr()
5361 op2 = c_wrap_maybe_const (op2, !op2_maybe_const); in build_conditional_expr()
5863 t = c_wrap_maybe_const (t, true); in build_c_cast()
11369 last = c_wrap_maybe_const (last, true); in c_finish_stmt_expr()
11725 op0 = c_wrap_maybe_const (op0, true); in build_binary_op()
11740 op1 = c_wrap_maybe_const (op1, true); in build_binary_op()
12612 op0 = c_wrap_maybe_const (op0, !op0_maybe_const); in build_binary_op()
12614 op1 = c_wrap_maybe_const (op1, !op1_maybe_const); in build_binary_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc5397 op1 = c_wrap_maybe_const (op1, !op1_maybe_const); in build_conditional_expr()
5399 op2 = c_wrap_maybe_const (op2, !op2_maybe_const); in build_conditional_expr()
5981 t = c_wrap_maybe_const (t, true); in build_c_cast()
11473 last = c_wrap_maybe_const (last, true); in c_finish_stmt_expr()
11937 op0 = c_wrap_maybe_const (op0, true); in build_binary_op()
11952 op1 = c_wrap_maybe_const (op1, true); in build_binary_op()
12800 op0 = c_wrap_maybe_const (op0, !op0_maybe_const); in build_binary_op()
12802 op1 = c_wrap_maybe_const (op1, !op1_maybe_const); in build_binary_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20096571 (c_wrap_maybe_const): New.
6572 (c_save_expr): Use c_wrap_maybe_const.
6573 * c-common.h (c_wrap_maybe_const): Declare.
6575 build_binary_op): Use c_wrap_maybe_const.