| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-fold.c | 110 c_fully_fold (tree expr, bool in_init, bool *maybe_const, bool lval) in c_fully_fold() argument 118 if (!maybe_const) in c_fully_fold() 119 maybe_const = &dummy; in c_fully_fold() 125 ret = c_fully_fold_internal (expr, in_init, maybe_const, in c_fully_fold() 129 *maybe_const &= maybe_const_itself; in c_fully_fold()
|
| H A D | c-typeck.c | 5857 bool maybe_const = true; in build_c_cast() local 5860 t = c_fully_fold (value, false, &maybe_const); in build_c_cast() 5862 if (!maybe_const) in build_c_cast() 7803 bool maybe_const = true; in digest_init() local 7817 inside_init = c_fully_fold (inside_init, require_constant, &maybe_const); in digest_init() 8033 else if (require_constant && !maybe_const) in digest_init() 8081 else if (require_constant && !maybe_const) in digest_init() 9574 bool maybe_const = true; in output_init_element() local 9611 value = c_fully_fold (value, require_constant_value, &maybe_const); in output_init_element() 9626 if (!maybe_const) in output_init_element() [all …]
|
| H A D | c-parser.c | 2210 bool maybe_const = true; in c_parser_declaration_or_fndef() local 2212 &maybe_const); in c_parser_declaration_or_fndef() 2213 specs->expr_const_operands &= maybe_const; in c_parser_declaration_or_fndef()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-fold.cc | 110 c_fully_fold (tree expr, bool in_init, bool *maybe_const, bool lval) in c_fully_fold() argument 118 if (!maybe_const) in c_fully_fold() 119 maybe_const = &dummy; in c_fully_fold() 125 ret = c_fully_fold_internal (expr, in_init, maybe_const, in c_fully_fold() 129 *maybe_const &= maybe_const_itself; in c_fully_fold()
|
| H A D | c-typeck.cc | 5975 bool maybe_const = true; in build_c_cast() local 5978 t = c_fully_fold (value, false, &maybe_const); in build_c_cast() 5980 if (!maybe_const) in build_c_cast() 7975 bool maybe_const = true; in digest_init() local 7991 inside_init = c_fully_fold (inside_init, require_constant, &maybe_const); in digest_init() 8208 else if (require_constant && !maybe_const) in digest_init() 8259 else if (require_constant && !maybe_const) in digest_init() 9754 bool maybe_const = true; in output_init_element() local 9791 value = c_fully_fold (value, require_constant_value, &maybe_const); in output_init_element() 9806 if (!maybe_const) in output_init_element() [all …]
|
| H A D | c-parser.cc | 2243 bool maybe_const = true; in c_parser_declaration_or_fndef() local 2245 &maybe_const); in c_parser_declaration_or_fndef() 2246 specs->expr_const_operands &= maybe_const; in c_parser_declaration_or_fndef()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| H A D | s390-c.c | 145 bool maybe_const = true; in fully_fold_convert() local 148 result = c_fully_fold (result, false, &maybe_const); in fully_fold_convert()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
| H A D | s390-c.cc | 145 bool maybe_const = true; in fully_fold_convert() local 148 result = c_fully_fold (result, false, &maybe_const); in fully_fold_convert()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-common.cc | 1031 bool maybe_const = false; in c_build_vec_perm_expr() local 1093 v0 = c_fully_fold (v0, false, &maybe_const); in c_build_vec_perm_expr() 1094 wrap &= maybe_const; in c_build_vec_perm_expr() 1100 v1 = c_fully_fold (v1, false, &maybe_const); in c_build_vec_perm_expr() 1101 wrap &= maybe_const; in c_build_vec_perm_expr() 1104 mask = c_fully_fold (mask, false, &maybe_const); in c_build_vec_perm_expr() 1105 wrap &= maybe_const; in c_build_vec_perm_expr() 1127 bool maybe_const = false; in c_build_shufflevector() local 1172 v0 = c_fully_fold (v0, false, &maybe_const); in c_build_shufflevector() 1173 wrap &= maybe_const; in c_build_shufflevector() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-common.c | 1008 bool maybe_const = false; in c_build_vec_perm_expr() local 1070 v0 = c_fully_fold (v0, false, &maybe_const); in c_build_vec_perm_expr() 1071 wrap &= maybe_const; in c_build_vec_perm_expr() 1077 v1 = c_fully_fold (v1, false, &maybe_const); in c_build_vec_perm_expr() 1078 wrap &= maybe_const; in c_build_vec_perm_expr() 1081 mask = c_fully_fold (mask, false, &maybe_const); in c_build_vec_perm_expr() 1082 wrap &= maybe_const; in c_build_vec_perm_expr() 1144 bool maybe_const = false; in c_build_vec_convert() local 1149 expr = c_fully_fold (expr, false, &maybe_const); in c_build_vec_convert() 1150 wrap &= maybe_const; in c_build_vec_convert()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | rs6000-c.c | 836 bool maybe_const = true; in fully_fold_convert() local 839 result = c_fully_fold (result, false, &maybe_const); in fully_fold_convert()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000-c.cc | 844 bool maybe_const = true; in fully_fold_convert() local 847 result = c_fully_fold (result, false, &maybe_const); in fully_fold_convert()
|