Home
last modified time | relevance | path

Searched refs:complete_type (Results 1 – 25 of 57) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcvt.c88 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 Drtti.c433 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 Dsearch.c194 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 Dlambda.c440 complete_type (type); in build_capture_proxy()
597 type = complete_type (type); in add_capture()
H A Dtypeck2.c266 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 Dtypeck.c111 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 Ddecl.c5319 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 Dinit.c2156 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 Dcall.c1066 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 Dcvt.cc88 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 Dsearch.cc229 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 Drtti.cc595 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 DChangeLog-19961155 * 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 Dlambda.cc439 complete_type (type); in build_capture_proxy()
596 type = complete_type (type); in add_capture()
H A Dtypeck2.cc156 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 Dtypeck.cc111 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 Ddecl.cc5658 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 Dinit.cc2395 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 DChangeLog-20132674 * 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 Dcall.cc1078 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 DChangeLog-1997436 * 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 DChangeLog-20111828 * 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 Dexterns1.h256 void complete_type(sym_t *, const sym_t *);
H A Dfunc.c305 complete_type(fsym, rdsym); in begin_function()
H A Ddecl.c2021 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

123