| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | cvt.c | 88 intype = complete_type (intype); in cp_convert_to_pointer() 711 complete_type (type); in ocp_convert() 712 complete_type (TREE_TYPE (expr)); in ocp_convert() 1244 int is_complete = COMPLETE_TYPE_P (complete_type (type)); in convert_to_void() 1404 int is_complete = COMPLETE_TYPE_P (complete_type (type)); in convert_to_void()
|
| H A D | rtti.c | 433 type = complete_type (type); in get_tinfo_decl() 577 if (!COMPLETE_TYPE_P (complete_type (TREE_TYPE (type)))) in build_dynamic_cast_1() 609 if (!COMPLETE_TYPE_P (complete_type (TREE_TYPE (exprtype)))) in build_dynamic_cast_1() 627 if (!COMPLETE_TYPE_P (complete_type (exprtype))) in build_dynamic_cast_1()
|
| H A D | search.c | 194 t = complete_type (TYPE_MAIN_VARIANT (t)); in lookup_base() 1129 type = complete_type (type); in lookup_member() 1317 type = complete_type (type); in lookup_member_fuzzy() 2498 complete_type (type); in lookup_conversions()
|
| H A D | lambda.c | 440 complete_type (type); in build_capture_proxy() 597 type = complete_type (type); in add_capture()
|
| H A D | typeck2.c | 266 complete_type (type); in abstract_virtuals_error_sfinae() 2239 ctype = complete_type (TYPE_PTRMEM_CLASS_TYPE (ptrmem_type)); in build_m_component_ref() 2538 if (!COMPLETE_TYPE_P (complete_type (core))) in add_exception_specifier()
|
| H A D | typeck.c | 111 complete_type (tree type) in complete_type() function 122 tree t = complete_type (TREE_TYPE (type)); in complete_type() 149 type = complete_type (type); in complete_type_or_maybe_complain() 1738 complete_type (type); in cxx_sizeof_or_alignof_type() 1758 return c_sizeof_or_alignof_type (loc, complete_type (type), in cxx_sizeof_or_alignof_type() 4174 if (!COMPLETE_TYPE_P (complete_type (type))) in convert_arguments() 5872 complete_type (TREE_TYPE (res_type)); in cp_pointer_int_sum() 6028 && !COMPLETE_TYPE_P (complete_type (TREE_TYPE (xarg)))) in build_x_unary_op() 6694 tree type = complete_type (TREE_TYPE (argtype)); in cp_build_unary_op() 9540 type = complete_type (type); in convert_for_initialization()
|
| H A D | decl.c | 5319 if (TYPE_P (context) && COMPLETE_TYPE_P (complete_type (context))) in start_decl() 5504 && COMPLETE_TYPE_P (complete_type (type))) in start_decl_1() 5534 else if (!COMPLETE_TYPE_P (complete_type (TREE_TYPE (type)))) in start_decl_1() 5802 complete_type (type); in layout_var_decl() 6631 if (!COMPLETE_TYPE_P (complete_type (element_type))) in check_array_initializer() 6683 TREE_TYPE (decl) = type = complete_type (TREE_TYPE (decl)); in check_initializer() 8032 complete_type (TREE_TYPE (decl)); in cp_finish_decl() 8137 inst = complete_type (inst); in get_tuple_size() 8319 type = complete_type (TREE_TYPE (type)); in cp_finish_decomp() 8505 else if (processing_template_decl && complete_type (type) == error_mark_node) in cp_finish_decomp() [all …]
|
| H A D | init.c | 2156 if (!COMPLETE_OR_OPEN_TYPE_P (complete_type (type))) in build_offset_ref() 3949 tree ptype = build_pointer_type (type = complete_type (type)); in build_vec_delete_1() 4877 complete_type (type); in build_delete()
|
| H A D | call.c | 1066 complete_type (type); in build_array_conv() 2005 && COMPLETE_TYPE_P (complete_type (to)) in implicit_conversion() 2074 && !CLASSTYPE_NON_AGGREGATE (complete_type (to))) in implicit_conversion() 2629 return COMPLETE_TYPE_P (complete_type (t)); in is_complete() 6781 && COMPLETE_TYPE_P (complete_type (type)) in build_op_delete_call()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | cvt.cc | 88 intype = complete_type (intype); in cp_convert_to_pointer() 716 complete_type (type); in ocp_convert() 717 complete_type (TREE_TYPE (expr)); in ocp_convert() 1251 int is_complete = COMPLETE_TYPE_P (complete_type (type)); in convert_to_void() 1411 int is_complete = COMPLETE_TYPE_P (complete_type (type)); in convert_to_void()
|
| H A D | search.cc | 229 t = complete_type (TYPE_MAIN_VARIANT (t)); in lookup_base() 1147 type = complete_type (type); in lookup_member() 1332 type = complete_type (type); in lookup_member_fuzzy() 2532 complete_type (type); in lookup_conversions()
|
| H A D | rtti.cc | 595 if (!COMPLETE_TYPE_P (complete_type (TREE_TYPE (type)))) in build_dynamic_cast_1() 627 if (!COMPLETE_TYPE_P (complete_type (TREE_TYPE (exprtype)))) in build_dynamic_cast_1() 645 if (!COMPLETE_TYPE_P (complete_type (exprtype))) in build_dynamic_cast_1()
|
| H A D | ChangeLog-1996 | 1155 * typeck.c (complete_type): Propagate 1250 * pt.c (instantiate_class_template): Call complete_type. Also, if 1325 * typeck.c (complete_type): Only call layout_type if we're not 1348 (convert_for_initialization): Call complete_type. 1381 * typeck.c (complete_type): Call layout_type rather than building 1488 * call.c (build_method_call): Call complete_type on the 1543 * search.c (get_base_distance): Call complete_type. 1565 * call.c (compute_conversion_costs): Call complete_type. 1572 * cvt.c (cp_convert_to_pointer): We have to call complete_type 1651 * init.c (build_vec_delete_1): Call complete_type. [all …]
|
| H A D | lambda.cc | 439 complete_type (type); in build_capture_proxy() 596 type = complete_type (type); in add_capture()
|
| H A D | typeck2.cc | 156 complete_type (type); in abstract_virtuals_error_sfinae() 2200 ctype = complete_type (TYPE_PTRMEM_CLASS_TYPE (ptrmem_type)); in build_m_component_ref() 2504 if (!COMPLETE_TYPE_P (complete_type (core))) in add_exception_specifier()
|
| H A D | typeck.cc | 111 complete_type (tree type) in complete_type() function 122 tree t = complete_type (TREE_TYPE (type)); in complete_type() 156 type = complete_type (type); in complete_type_or_maybe_complain() 1912 complete_type (type); in cxx_sizeof_or_alignof_type() 1932 return c_sizeof_or_alignof_type (loc, complete_type (type), in cxx_sizeof_or_alignof_type() 4436 if (!COMPLETE_TYPE_P (complete_type (type))) in convert_arguments() 6382 complete_type (TREE_TYPE (res_type)); in cp_pointer_int_sum() 6538 && !COMPLETE_TYPE_P (complete_type (TREE_TYPE (xarg)))) in build_x_unary_op() 7209 tree type = complete_type (TREE_TYPE (argtype)); in cp_build_unary_op() 10091 type = complete_type (type); in convert_for_initialization()
|
| H A D | decl.cc | 5658 if (TYPE_P (context) && COMPLETE_TYPE_P (complete_type (context))) in start_decl() 5852 && COMPLETE_TYPE_P (complete_type (type))) in start_decl_1() 5875 else if (!COMPLETE_TYPE_P (complete_type (TREE_TYPE (type)))) in start_decl_1() 6175 complete_type (type); in layout_var_decl() 7189 if (!COMPLETE_TYPE_P (complete_type (element_type))) in check_array_initializer() 7241 TREE_TYPE (decl) = type = complete_type (TREE_TYPE (decl)); in check_initializer() 8638 complete_type (TREE_TYPE (decl)); in cp_finish_decl() 8763 inst = complete_type (inst); in get_tuple_size() 8945 type = complete_type (TREE_TYPE (type)); in cp_finish_decomp() 9131 else if (processing_template_decl && complete_type (type) == error_mark_node) in cp_finish_decomp() [all …]
|
| H A D | init.cc | 2395 if (!COMPLETE_OR_OPEN_TYPE_P (complete_type (type))) in build_offset_ref() 4057 tree ptype = build_pointer_type (type = complete_type (type)); in build_vec_delete_1() 5032 complete_type (type); in build_delete()
|
| H A D | ChangeLog-2013 | 2674 * parser.c (cp_parser_range_for): Call complete_type. 3063 complete_type again. 3661 * typeck2.c (abstract_virtuals_error_sfinae): Re-apply complete_type 3673 * typeck2.c (abstract_virtuals_error_sfinae): Revert complete_type 3763 * typeck2.c (abstract_virtuals_error_sfinae): Call complete_type.
|
| H A D | call.cc | 1078 complete_type (type); in build_array_conv() 2030 && COMPLETE_TYPE_P (complete_type (to)) in implicit_conversion_1() 2099 && !CLASSTYPE_NON_AGGREGATE (complete_type (to))) in implicit_conversion_1() 2693 return COMPLETE_TYPE_P (complete_type (t)); in is_complete() 7273 && COMPLETE_TYPE_P (complete_type (type)) in build_op_delete_call()
|
| H A D | ChangeLog-1997 | 436 * call.c (build_method_call): Call complete_type before checking 1007 * search.c (lookup_field): Call complete_type in all cases. 1644 * rtti.c (build_dynamic_cast): Call complete_type on the types.
|
| H A D | ChangeLog-2011 | 1828 * semantics.c (add_capture): Call complete_type for copy. 2505 * rtti.c (get_tinfo_decl): Call complete_type. 3379 * parser.c (cp_parser_perform_range_for_lookup): Call complete_type. 3915 * search.c (lookup_fnfields_slot): Call complete_type.
|
| /netbsd-src/usr.bin/xlint/lint1/ |
| H A D | externs1.h | 256 void complete_type(sym_t *, const sym_t *);
|
| H A D | func.c | 305 complete_type(fsym, rdsym); in begin_function()
|
| H A D | decl.c | 2021 complete_type(dsym, rdsym); in declare_extern() 2306 complete_type(sym_t *dsym, const sym_t *ssym) in complete_type() 2292 complete_type(sym_t *dsym, sym_t *ssym) complete_type() function
|