Searched refs:allow_non_constant (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | constexpr.c | 2810 verify_constant (tree t, bool allow_non_constant, bool *non_constant_p, in verify_constant() argument 2816 if (!allow_non_constant) in verify_constant() 2822 if (!allow_non_constant) in verify_constant() 6868 cxx_eval_outermost_constant_expr (tree t, bool allow_non_constant, 6882 gcc_checking_assert (allow_non_constant); 6888 allow_non_constant, strict, 6889 manifestly_const_eval || !allow_non_constant, 6988 verify_constant (r, allow_non_constant, &non_constant_p, &overflow_p); 7004 if (!allow_non_constant) 7012 if (!allow_non_constant) [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | constexpr.cc | 3107 verify_constant (tree t, bool allow_non_constant, bool *non_constant_p, in verify_constant() argument 3113 if (!allow_non_constant) in verify_constant() 3119 if (!allow_non_constant) in verify_constant() 7800 cxx_eval_outermost_constant_expr (tree t, bool allow_non_constant, in cxx_eval_outermost_constant_expr() argument 7813 gcc_checking_assert (allow_non_constant); in cxx_eval_outermost_constant_expr() 7819 allow_non_constant, strict, in cxx_eval_outermost_constant_expr() 7820 manifestly_const_eval || !allow_non_constant }; in cxx_eval_outermost_constant_expr() 7918 verify_constant (r, allow_non_constant, &non_constant_p, &overflow_p); in cxx_eval_outermost_constant_expr() 7934 if (!allow_non_constant) in cxx_eval_outermost_constant_expr() 7942 if (!allow_non_constant) in cxx_eval_outermost_constant_expr() [all …]
|
| H A D | ChangeLog-2014 | 432 (lots): Replace allow_non_constant parameter with ctx->quiet. 3528 During error recovery allow_non_constant may be false.
|
| H A D | ChangeLog-2018 | 1977 down to cxx_eval_outermost_constant_expr. Pass !allow_non_constant
|