Searched refs:potential_constant_expression (Results 1 – 18 of 18) sorted by relevance
1340 || potential_constant_expression (arg)) in cxx_eval_builtin_function_call()1397 if (!potential_constant_expression (new_call)) in cxx_eval_builtin_function_call()8694 potential_constant_expression (tree t) in potential_constant_expression() function
804 && potential_constant_expression (elt_init)) in build_vec_init_expr()
7634 init_const_expr_p = potential_constant_expression (init); in cp_finish_decl()17164 && potential_constant_expression (DECL_SAVED_TREE (fndecl))); in finish_function()
7967 extern bool potential_constant_expression (tree);
16623 ? potential_constant_expression (init) in tsubst_copy()19655 const bool was_dep = (potential_constant_expression (t) in tsubst_copy_and_build()
826 bool cx = potential_constant_expression (elt_init); in build_vec_init_expr()828 cx &= potential_constant_expression (init); in build_vec_init_expr()
1459 || potential_constant_expression (arg)) in cxx_eval_builtin_function_call()1540 if (!potential_constant_expression (new_call)) in cxx_eval_builtin_function_call()9681 potential_constant_expression (tree t) in potential_constant_expression() function
507 * semantics.c (potential_constant_expression): No longer static.718 (potential_constant_expression): Use maybe_constant_value.775 (potential_constant_expression): New.
8234 init_const_expr_p = potential_constant_expression (init); in cp_finish_decl()11092 && potential_constant_expression (size) in compute_array_index_type_loc()18033 && potential_constant_expression (DECL_SAVED_TREE (fndecl))); in finish_function()
4900 potential_constant_expression. Add want_rval parm. Handle4906 (maybe_constant_value): Check potential_constant_expression.
1476 potential_constant_expression before calling1659 potential_constant_expression.
8417 extern bool potential_constant_expression (tree);
808 potential_constant_expression, potential_rvalue_constant_expression,
17140 ? potential_constant_expression (init) in tsubst_copy()20459 bool r = (potential_constant_expression (t) in tsubst_copy_and_build()28303 && potential_constant_expression (expression) in instantiation_dependent_expression_p()
2002 check the result with potential_constant_expression and call
4701 potential_constant_expression.
3622 potential_constant_expression.
4974 !potential_constant_expression instead of !is_constant_expression.