Home
last modified time | relevance | path

Searched refs:unknown_type_node (Results 1 – 25 of 32) sorted by relevance

12

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Drtti.c255 if (CLASS_TYPE_P (type) || type == unknown_type_node in get_tinfo_decl_dynamic()
487 if (CLASS_TYPE_P (type) || type == unknown_type_node in get_typeid()
H A Dtypeck2.c474 gcc_assert (type == unknown_type_node); in cxx_incomplete_type_diagnostic()
683 && TREE_TYPE (init) != unknown_type_node) in store_init_value()
H A Dtypeck.c80 type = unknown_type_node; in require_complete_type_sfinae()
173 || TREE_TYPE (exp) == unknown_type_node); in type_unknown_p()
2338 type = unknown_type_node; in build_class_member_access_expr()
4855 return build1 (ADDR_EXPR, unknown_type_node, arg); in cp_build_addr_expr_1()
4927 && argtype != unknown_type_node in cp_build_addr_expr_1()
7478 if (rhstype == unknown_type_node) in convert_for_assignment()
H A Ddecl.c3633 unknown_type_node = make_node (LANG_TYPE); in cxx_init_decl_processing()
3634 record_unknown_type (unknown_type_node, "unknown type"); in cxx_init_decl_processing()
3637 TREE_TYPE (unknown_type_node) = unknown_type_node; in cxx_init_decl_processing()
3641 TYPE_POINTER_TO (unknown_type_node) = unknown_type_node; in cxx_init_decl_processing()
3642 TYPE_REFERENCE_TO (unknown_type_node) = unknown_type_node; in cxx_init_decl_processing()
H A Dsemantics.c1391 if (TREE_TYPE (operand) == unknown_type_node) in finish_asm_stmt()
2014 fn = build2 (TEMPLATE_ID_EXPR, unknown_type_node, fn, tmpl_args); in perform_koenig_lookup()
2084 && TREE_TYPE (fn) != unknown_type_node) in finish_call_expr()
3388 if (!type || type == unknown_type_node) in finish_typeof()
3592 || TREE_TYPE (expr) == unknown_type_node) in finish_offsetof()
H A Dcvt.c412 && TREE_TYPE (expr) == unknown_type_node) in convert_to_reference()
H A Dname-lookup.c1274 || type == unknown_type_node in maybe_push_decl()
2551 TREE_TYPE (*newval) = unknown_type_node; in do_nonmember_using_decl()
5372 gcc_assert (type == unknown_type_node in arg_assoc_type()
H A Dpt.c6105 TREE_TYPE (arg) = unknown_type_node; in convert_template_argument()
6814 unknown_type_node, in lookup_template_function()
6822 type = unknown_type_node; in lookup_template_function()
10862 || t == unknown_type_node in tsubst()
10880 gcc_assert (type != unknown_type_node); in tsubst()
14900 if (arg == unknown_type_node) in unify_one_argument()
15928 if (arg == unknown_type_node in unify()
19483 if (TREE_TYPE (expression) == unknown_type_node) in type_dependent_expression_p()
19995 gcc_assert (TREE_TYPE (expr) != unknown_type_node); in build_non_dependent_expr()
H A Dcp-tree.def107 METHOD_TYPE, or `unknown_type_node' indicating that the function is
H A Dtree.c1775 TREE_TYPE (result) = unknown_type_node; in ovl_cons()
H A Derror.c394 else if (t == unknown_type_node) in dump_type()
H A Dinit.c1889 TREE_TYPE (member) = unknown_type_node; in build_offset_ref()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Drtti.c282 if (CLASS_TYPE_P (type) || type == unknown_type_node in get_tinfo_decl_dynamic()
524 if (CLASS_TYPE_P (type) || type == unknown_type_node in get_typeid()
H A Dcvt.c424 && TREE_TYPE (expr) == unknown_type_node) in convert_to_reference()
955 if (type == unknown_type_node) in cp_get_fndecl_from_callee()
H A Ddecl.c4225 unknown_type_node = make_node (LANG_TYPE); in cxx_init_decl_processing()
4226 record_unknown_type (unknown_type_node, "unknown type"); in cxx_init_decl_processing()
4229 TREE_TYPE (unknown_type_node) = unknown_type_node; in cxx_init_decl_processing()
4233 TYPE_POINTER_TO (unknown_type_node) = unknown_type_node; in cxx_init_decl_processing()
4234 TYPE_REFERENCE_TO (unknown_type_node) = unknown_type_node; in cxx_init_decl_processing()
6415 && TREE_TYPE (init) != unknown_type_node in check_initializer()
H A Dname-lookup.c744 if (TREE_TYPE (fns) != unknown_type_node) in add_fns()
908 if (TREE_TYPE (expr) != unknown_type_node) in adl_expr()
991 gcc_assert (type == unknown_type_node in adl_type()
3175 || type == unknown_type_node in maybe_push_decl()
H A Dsemantics.c1570 if (TREE_TYPE (operand) == unknown_type_node) in finish_asm_stmt()
2344 fn = build2 (TEMPLATE_ID_EXPR, unknown_type_node, fn, tmpl_args); in perform_koenig_lookup()
2429 && TREE_TYPE (fn) != unknown_type_node) in finish_call_expr()
3847 if (!type || type == unknown_type_node) in finish_typeof()
4052 || TREE_TYPE (expr) == unknown_type_node) in finish_offsetof()
H A Dtypeck2.c560 gcc_assert (type == unknown_type_node); in cxx_incomplete_type_diagnostic()
H A Dpt.c7796 TREE_TYPE (arg) = unknown_type_node; in convert_template_argument()
9075 unknown_type_node, in lookup_template_function()
9083 type = unknown_type_node; in lookup_template_function()
14209 || t == unknown_type_node in tsubst()
14227 gcc_assert (type != unknown_type_node); in tsubst()
15113 = build2 (TEMPLATE_ID_EXPR, unknown_type_node, fns, template_args); in tsubst_baselink()
20045 if (arg == unknown_type_node) in unify_one_argument()
21421 if (arg == unknown_type_node in unify()
25203 if (TREE_TYPE (expression) == unknown_type_node) in type_dependent_expression_p()
25941 gcc_assert (TREE_TYPE (expr) != unknown_type_node); in build_non_dependent_expr()
H A Dcp-tree.def105 METHOD_TYPE, or `unknown_type_node' indicating that the function is
H A Dtypeck.c81 type = unknown_type_node; in require_complete_type_sfinae()
2556 type = unknown_type_node; in build_class_member_access_expr()
5861 return build1 (ADDR_EXPR, unknown_type_node, arg); in cp_build_addr_expr_1()
8814 if (rhstype == unknown_type_node) in convert_for_assignment()
H A Dtree.c2181 ? unknown_type_node : TREE_TYPE (fn)); in ovl_make()
2260 TREE_TYPE (insert_after) = unknown_type_node; in ovl_insert()
H A Dcp-tree.h202 #define unknown_type_node cp_global_trees[CPTI_UNKNOWN_TYPE] macro
7581 return TREE_TYPE (expr) == unknown_type_node; in type_unknown_p()
H A Derror.c464 else if (t == unknown_type_node) in dump_type()
H A Dinit.c2147 TREE_TYPE (member) = unknown_type_node; in build_offset_ref()

12