Searched refs:build_converted_constant_expr (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2019 | 3449 build_converted_constant_expr instead of calling 4340 build_converted_constant_expr if it could involve calling a conversion 4456 (build_converted_constant_expr): ...this. New. 4927 build_converted_constant_expr instead of calling
|
H A D | ChangeLog-2018 | 1917 (build_converted_constant_expr): Set check_narrowing and 4077 build_converted_constant_expr and valid_constant_size_p.
|
H A D | ChangeLog | 2234 value_dependent_expression_p after build_converted_constant_expr.
|
H A D | decl.cc | 3941 value = build_converted_constant_expr (type, value, tf_warning_or_error); in case_conversion() 11057 size = build_converted_constant_expr (size_type_node, size, complain); in compute_array_index_type_loc()
|
H A D | cp-tree.h | 6650 extern tree build_converted_constant_expr (tree, tree, tsubst_flags_t);
|
H A D | call.cc | 4637 build_converted_constant_expr (tree type, tree expr, tsubst_flags_t complain) in build_converted_constant_expr() function
|
H A D | pt.cc | 7394 expr = build_converted_constant_expr (type, expr, complain); in convert_nontype_argument() 7472 tree t = build_converted_constant_expr (type, expr, complain); in convert_nontype_argument()
|
H A D | ChangeLog-2017 | 3070 * call.c (build_converted_constant_expr): Rename from
|
H A D | ChangeLog-2020 | 5533 build_converted_constant_expr returned.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl.c | 3738 value = build_converted_constant_expr (type, value, tf_warning_or_error); in case_conversion() 10419 size = build_converted_constant_expr (size_type_node, size, complain); in compute_array_index_type_loc()
|
H A D | cp-tree.h | 6391 extern tree build_converted_constant_expr (tree, tree, tsubst_flags_t);
|
H A D | call.c | 4435 build_converted_constant_expr (tree type, tree expr, tsubst_flags_t complain) in build_converted_constant_expr() function
|
H A D | pt.c | 7204 expr = build_converted_constant_expr (type, expr, complain); in convert_nontype_argument() 7275 tree t = build_converted_constant_expr (type, expr, complain); in convert_nontype_argument()
|