Home
last modified time | relevance | path

Searched refs:COMPLETE_TYPE_P (Results 1 – 25 of 87) sorted by relevance

1234

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Drtti.c292 if (!COMPLETE_TYPE_P (const_type_info_type_node)) in typeid_ok_p()
540 if (!COMPLETE_TYPE_P (complete_type (TREE_TYPE (type)))) in build_dynamic_cast_1()
572 if (!COMPLETE_TYPE_P (complete_type (TREE_TYPE (exprtype)))) in build_dynamic_cast_1()
592 if (!COMPLETE_TYPE_P (complete_type (TREE_TYPE (exprtype)))) in build_dynamic_cast_1()
816 if (!COMPLETE_TYPE_P (TYPE_PTRMEM_CLASS_TYPE (type))) in target_incomplete_p()
842 || !COMPLETE_TYPE_P (TYPE_PTRMEM_CLASS_TYPE (type))); in involves_incomplete_p()
849 if (!COMPLETE_TYPE_P (type)) in involves_incomplete_p()
910 if (!COMPLETE_TYPE_P (real_type)) in tinfo_base_init()
1001 if (!COMPLETE_TYPE_P (klass)) in ptm_initializer()
1274 else if (!COMPLETE_TYPE_P (type)) in get_pseudo_ti_index()
[all …]
H A Dtypeck2.c199 gcc_assert (COMPLETE_TYPE_P (type)); in complete_type_check_abstract()
267 if (!COMPLETE_TYPE_P (type)) in abstract_virtuals_error_sfinae()
1585 if (!COMPLETE_TYPE_P (ctype)) in build_m_component_ref()
1799 if (!COMPLETE_TYPE_P (complete_type (core))) in add_exception_specifier()
1912 if (type && !COMPLETE_TYPE_P (type)) in require_complete_eh_spec_types()
H A Ddecl.c2425 if (COMPLETE_TYPE_P (TREE_TYPE (newdecl)) in redeclaration_error_message()
4570 complete_p = COMPLETE_TYPE_P (type); in start_decl_1()
4802 && (COMPLETE_TYPE_P (type) in layout_var_decl()
5467 else if (!COMPLETE_TYPE_P (type)) in check_initializer()
6148 && !COMPLETE_TYPE_P (TREE_TYPE (decl))) in cp_finish_decl()
7833 if (!COMPLETE_TYPE_P (type)) in check_static_variable_definition()
9593 !COMPLETE_TYPE_P (ctype) in grokdeclarator()
9661 && COMPLETE_TYPE_P (type) in grokdeclarator()
10187 && !COMPLETE_TYPE_P (complete_type (type)) in grokdeclarator()
11247 && COMPLETE_TYPE_P (t) in grok_op_properties()
[all …]
H A Dcvt.c88 if (!COMPLETE_TYPE_P (intype)) in cp_convert_to_pointer()
971 int is_complete = COMPLETE_TYPE_P (complete_type (type)); in convert_to_void()
1128 int is_complete = COMPLETE_TYPE_P (complete_type (type)); in convert_to_void()
H A Dtypeck.c88 if (COMPLETE_TYPE_P (type)) in require_complete_type_sfinae()
116 if (type == error_mark_node || COMPLETE_TYPE_P (type)) in complete_type()
122 if (COMPLETE_TYPE_P (t) && !dependent_type_p (type)) in complete_type()
151 else if (!COMPLETE_TYPE_P (type)) in complete_type_or_maybe_complain()
1535 && COMPLETE_TYPE_P (type) in cxx_sizeof_or_alignof_type()
1559 else if (!COMPLETE_TYPE_P (type)) in cxx_sizeof_nowarn()
3444 if (!COMPLETE_TYPE_P (complete_type (type))) in convert_arguments()
4595 if (!COMPLETE_TYPE_P (TREE_TYPE (TREE_TYPE (op1)))) in pointer_diff()
4929 && COMPLETE_TYPE_P (TREE_TYPE (val)) in cp_build_addr_expr_1()
6271 && COMPLETE_TYPE_P (TREE_TYPE (type)) in build_reinterpret_cast_1()
[all …]
H A Dfriend.c483 || COMPLETE_TYPE_P (ctype) in do_friend()
H A Dsearch.c271 && COMPLETE_TYPE_P (base) in lookup_base()
1395 if (COMPLETE_TYPE_P (type)) in lookup_fnfields_idx_nolazy()
1442 if (COMPLETE_TYPE_P (type)) in lookup_fnfields_1()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Drtti.c317 if (!COMPLETE_TYPE_P (const_type_info_type_node)) in typeid_ok_p()
578 if (!COMPLETE_TYPE_P (complete_type (TREE_TYPE (type)))) in build_dynamic_cast_1()
610 if (!COMPLETE_TYPE_P (complete_type (TREE_TYPE (exprtype)))) in build_dynamic_cast_1()
630 if (!COMPLETE_TYPE_P (complete_type (TREE_TYPE (exprtype)))) in build_dynamic_cast_1()
853 if (!COMPLETE_TYPE_P (TYPE_PTRMEM_CLASS_TYPE (type))) in target_incomplete_p()
879 || !COMPLETE_TYPE_P (TYPE_PTRMEM_CLASS_TYPE (type))); in involves_incomplete_p()
886 if (!COMPLETE_TYPE_P (type)) in involves_incomplete_p()
947 if (!COMPLETE_TYPE_P (real_type)) in tinfo_base_init()
1054 if (!COMPLETE_TYPE_P (klass)) in ptm_initializer()
1257 else if (!COMPLETE_TYPE_P (type)) in get_pseudo_ti_index()
[all …]
H A Dtypeck2.c198 gcc_assert (COMPLETE_TYPE_P (type)); in complete_type_check_abstract()
278 if (!COMPLETE_TYPE_P (type) && (complain & tf_error)) in abstract_virtuals_error_sfinae()
1954 if (!COMPLETE_TYPE_P (ctype)) in build_m_component_ref()
2236 if (!COMPLETE_TYPE_P (complete_type (core))) in add_exception_specifier()
2347 if (type && !COMPLETE_TYPE_P (type)) in require_complete_eh_spec_types()
H A Dexpr.c43 if (!COMPLETE_TYPE_P (DECL_CONTEXT (member))) in cplus_expand_constant()
H A Dlambda.c596 if (!COMPLETE_TYPE_P (type)) in add_capture()
650 if (COMPLETE_TYPE_P (current_class_type)) in add_capture()
776 if (!containing_function && !COMPLETE_TYPE_P (closure)) in lambda_expr_this_capture()
H A Dtypeck.c89 if (COMPLETE_TYPE_P (type)) in require_complete_type_sfinae()
117 if (type == error_mark_node || COMPLETE_TYPE_P (type)) in complete_type()
152 else if (!COMPLETE_TYPE_P (type)) in complete_type_or_maybe_complain()
1638 && COMPLETE_TYPE_P (type) in cxx_sizeof_or_alignof_type()
1664 else if (!COMPLETE_TYPE_P (type)) in cxx_sizeof_nowarn()
3491 nonvirtual = (COMPLETE_TYPE_P (basetype) in get_member_function_from_ptrfunc()
3934 if (!COMPLETE_TYPE_P (complete_type (type))) in convert_arguments()
7479 && COMPLETE_TYPE_P (TREE_TYPE (type)) in build_reinterpret_cast_1()
7480 && COMPLETE_TYPE_P (TREE_TYPE (intype)) in build_reinterpret_cast_1()
8864 && !COMPLETE_TYPE_P (TREE_TYPE (rhstype))) in convert_for_assignment()
[all …]
H A Ddecl.c2903 if (COMPLETE_TYPE_P (TREE_TYPE (newdecl)) in redeclaration_error_message()
3872 if (!COMPLETE_TYPE_P (context)) in make_typename_type()
5268 complete_p = COMPLETE_TYPE_P (type); in start_decl_1()
6330 else if (!COMPLETE_TYPE_P (type)) in check_initializer()
7098 && !COMPLETE_TYPE_P (TREE_TYPE (decl))) in cp_finish_decl()
7620 if (!COMPLETE_TYPE_P (type)) in cp_finish_decomp()
9492 if (!COMPLETE_TYPE_P (type)) in check_static_variable_definition()
11643 !COMPLETE_TYPE_P (ctype) in grokdeclarator()
12286 || !COMPLETE_TYPE_P (TREE_TYPE (type))) in grokdeclarator()
13467 && COMPLETE_TYPE_P (t) in grok_op_properties()
[all …]
H A Dcvt.c88 if (!COMPLETE_TYPE_P (intype)) in cp_convert_to_pointer()
1162 int is_complete = COMPLETE_TYPE_P (complete_type (type)); in convert_to_void()
1321 int is_complete = COMPLETE_TYPE_P (complete_type (type)); in convert_to_void()
H A Dname-lookup.c1205 gcc_assert (COMPLETE_TYPE_P (anon)); in search_anon_aggr()
1229 if (COMPLETE_TYPE_P (klass) && member_vec) in get_class_binding_direct()
1282 if (COMPLETE_TYPE_P (klass)) in get_class_binding()
1319 bool complete_p = COMPLETE_TYPE_P (klass); in find_member_slot()
1387 gcc_assert (!COMPLETE_TYPE_P (klass)); in add_member_slot()
6564 if (!COMPLETE_TYPE_P (current_class_type)) in maybe_process_template_type_declaration()
6621 || COMPLETE_TYPE_P (b->this_entity)))) in do_pushtag()
6737 && !COMPLETE_TYPE_P (current_class_type)) in do_pushtag()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-devirt.c653 if (COMPLETE_TYPE_P (type))
1165 && COMPLETE_TYPE_P (t1) && COMPLETE_TYPE_P (t2))
1507 if (COMPLETE_TYPE_P (t1) && COMPLETE_TYPE_P (t2))
1635 if (COMPLETE_TYPE_P (t1) && COMPLETE_TYPE_P (t2)
1692 else if (!COMPLETE_TYPE_P (val->type) && COMPLETE_TYPE_P (type))
1697 else if (COMPLETE_TYPE_P (val->type) && !COMPLETE_TYPE_P (type))
1734 if (COMPLETE_TYPE_P (type) && COMPLETE_TYPE_P (val->type)
1873 && COMPLETE_TYPE_P (type) && COMPLETE_TYPE_P (val->type)
2053 build_bases = COMPLETE_TYPE_P (val->type);
H A Ddbxout.c1884 if (! full || !COMPLETE_TYPE_P (type) in dbxout_type()
1909 || !COMPLETE_TYPE_P (type) in dbxout_type()
2167 || !COMPLETE_TYPE_P (type) in dbxout_type()
2292 || !COMPLETE_TYPE_P (type)) in dbxout_type()
2822 && COMPLETE_TYPE_P (type) in dbxout_symbol()
2877 && COMPLETE_TYPE_P (type) in dbxout_symbol()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dlto-symtab.c336 if (COMPLETE_TYPE_P (type)) in lto_symtab_merge()
630 && !COMPLETE_TYPE_P (TREE_TYPE (prevailing->decl)) in lto_symtab_merge_decls_1()
631 && COMPLETE_TYPE_P (TREE_TYPE (e->decl)))) in lto_symtab_merge_decls_1()
H A Ddbxout.c1867 if (! full || !COMPLETE_TYPE_P (type) in dbxout_type()
1892 || !COMPLETE_TYPE_P (type) in dbxout_type()
2150 || !COMPLETE_TYPE_P (type) in dbxout_type()
2278 || !COMPLETE_TYPE_P (type)) in dbxout_type()
2798 && COMPLETE_TYPE_P (type) in dbxout_symbol()
2855 && COMPLETE_TYPE_P (type) in dbxout_symbol()
H A Dc-aux-info.c304 if (!COMPLETE_TYPE_P (t) || TREE_CODE (TYPE_SIZE (t)) != INTEGER_CST) in gen_type()
H A Dsdbout.c824 if (COMPLETE_TYPE_P (type) /* not a forward reference */ in sdbout_symbol()
1073 if (!COMPLETE_TYPE_P (type)) in sdbout_one_type()
/dragonfly/contrib/gcc-8.0/gcc/lto/
H A Dlto-symtab.c260 if (COMPLETE_TYPE_P (prevailing_type) in warn_type_compatibility_p()
261 && COMPLETE_TYPE_P (type) in warn_type_compatibility_p()
807 if (!COMPLETE_TYPE_P (TREE_TYPE (prevailing->decl)) in lto_symtab_merge_decls_1()
808 && COMPLETE_TYPE_P (TREE_TYPE (e->decl)) in lto_symtab_merge_decls_1()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-convert.c115 && COMPLETE_TYPE_P (type)) in convert()
H A Dc-aux-info.c302 if (!COMPLETE_TYPE_P (t) || TREE_CODE (TYPE_SIZE (t)) != INTEGER_CST) in gen_type()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-warn.c634 if (!COMPLETE_TYPE_P (TREE_TYPE (type)) && warn_strict_aliasing == 2) in strict_aliasing_warning()
677 if (!COMPLETE_TYPE_P (type) in strict_aliasing_warning()
1908 if (COMPLETE_TYPE_P (elt_type) in warn_for_memset()

1234