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 D | c-common.h | 859 extern tree c_wrap_maybe_const (tree, bool);
|
| H A D | c-common.c | 1090 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 D | c-common.h | 881 extern tree c_wrap_maybe_const (tree, bool);
|
| H A D | c-common.cc | 1113 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 D | ChangeLog | 1039 * c-common.c (c_wrap_maybe_const): Remove TREE_NO_WARNING.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-typeck.c | 5359 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 D | c-typeck.cc | 5397 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 D | ChangeLog-2009 | 6571 (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.
|