Home
last modified time | relevance | path

Searched refs:maybe_const (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-fold.c110 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 Dc-typeck.c5857 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 Dc-parser.c2210 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 Dc-fold.cc110 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 Dc-typeck.cc5975 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 Dc-parser.cc2243 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 Ds390-c.c145 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 Ds390-c.cc145 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 Dc-common.cc1031 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 Dc-common.c1008 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 Drs6000-c.c836 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 Drs6000-c.cc844 bool maybe_const = true; in fully_fold_convert() local
847 result = c_fully_fold (result, false, &maybe_const); in fully_fold_convert()