Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-target.cc169 this->c.bitFieldStyle = targetm.ms_bitfield_layout_p (unknown_type_node) in _init()
H A Dd-tree.h461 #define unknown_type_node d_global_trees[DTI_UNKNOWN_TYPE] macro
H A Dd-builtins.cc883 unknown_type_node = make_node (RECORD_TYPE); in d_build_d_type_nodes()
H A Dtypeinfo.cc1491 unknown_type_node); in layout_cpp_typeinfo()
H A DChangeLog-201513 * d-lang.h (d_unknown_type_node): Rename to unknown_type_node, update
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Drtti.c282 if (CLASS_TYPE_P (type) || type == unknown_type_node in get_tinfo_decl_dynamic()
522 if (CLASS_TYPE_P (type) || type == unknown_type_node in get_typeid()
H A Ddecl.c4368 unknown_type_node = make_node (LANG_TYPE); in cxx_init_decl_processing()
4369 record_unknown_type (unknown_type_node, "unknown type"); in cxx_init_decl_processing()
4372 TREE_TYPE (unknown_type_node) = unknown_type_node; in cxx_init_decl_processing()
4376 TYPE_POINTER_TO (unknown_type_node) = unknown_type_node; in cxx_init_decl_processing()
4377 TYPE_REFERENCE_TO (unknown_type_node) = unknown_type_node; in cxx_init_decl_processing()
6822 && TREE_TYPE (init) != unknown_type_node in check_initializer()
H A Dname-lookup.c745 if (TREE_TYPE (fns) != unknown_type_node) in add_fns()
909 if (TREE_TYPE (expr) != unknown_type_node) in adl_expr()
992 gcc_assert (type == unknown_type_node in adl_type()
3207 || type == unknown_type_node in maybe_push_decl()
H A Dcvt.c426 && TREE_TYPE (expr) == unknown_type_node) in convert_to_reference()
H A Dsemantics.c1656 if (TREE_TYPE (operand) == unknown_type_node) in finish_asm_stmt()
2447 fn = build2 (TEMPLATE_ID_EXPR, unknown_type_node, fn, tmpl_args); in perform_koenig_lookup()
2531 && TREE_TYPE (fn) != unknown_type_node) in finish_call_expr()
4048 if (!type || type == unknown_type_node) in finish_typeof()
4250 || TREE_TYPE (expr) == unknown_type_node) in finish_offsetof()
H A Dcp-tree.def105 METHOD_TYPE, or `unknown_type_node' indicating that the function is
H A Dtypeck2.c568 gcc_assert (type == unknown_type_node); in cxx_incomplete_type_diagnostic()
H A Dtypeck.c82 type = unknown_type_node; in require_complete_type_sfinae()
2717 type = unknown_type_node; in build_class_member_access_expr()
6275 return build1 (ADDR_EXPR, unknown_type_node, arg); in cp_build_addr_expr_1()
9336 if (rhstype == unknown_type_node) in convert_for_assignment()
H A Dpt.c8213 TREE_TYPE (arg) = unknown_type_node; in convert_template_argument()
9530 unknown_type_node, in lookup_template_function()
9536 return build2 (TEMPLATE_ID_EXPR, unknown_type_node, fns, arglist); in lookup_template_function()
15200 || t == unknown_type_node in tsubst()
15218 gcc_assert (type != unknown_type_node); in tsubst()
16206 = build2 (TEMPLATE_ID_EXPR, unknown_type_node, fns, template_args); in tsubst_baselink()
21883 if (arg == unknown_type_node) in unify_one_argument()
23237 if (arg == unknown_type_node in unify()
27174 if (TREE_TYPE (expression) == unknown_type_node) in type_dependent_expression_p()
27949 gcc_assert (TREE_TYPE (expr) != unknown_type_node); in build_non_dependent_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Drtti.cc279 if (CLASS_TYPE_P (type) || type == unknown_type_node in get_tinfo_decl_dynamic()
533 if (CLASS_TYPE_P (type) || type == unknown_type_node in get_typeid()
H A Dname-lookup.cc1182 if (TREE_TYPE (fns) != unknown_type_node) in add_fns()
1451 if (TREE_TYPE (expr) != unknown_type_node) in adl_expr()
1532 gcc_assert (type == unknown_type_node in adl_type()
4132 || type == unknown_type_node in maybe_push_decl()
7102 if (TREE_CODE (t) == OVERLOAD && TREE_TYPE (t) != unknown_type_node) in lookup_qualified_name()
7784 if (val && TREE_CODE (val) == OVERLOAD && TREE_TYPE (val) != unknown_type_node) in lookup_name()
H A Ddecl.cc4611 unknown_type_node = make_node (LANG_TYPE); in cxx_init_decl_processing()
4612 record_unknown_type (unknown_type_node, "unknown type"); in cxx_init_decl_processing()
4615 TREE_TYPE (unknown_type_node) = unknown_type_node; in cxx_init_decl_processing()
4619 TYPE_POINTER_TO (unknown_type_node) = unknown_type_node; in cxx_init_decl_processing()
4620 TYPE_REFERENCE_TO (unknown_type_node) = unknown_type_node; in cxx_init_decl_processing()
7357 && TREE_TYPE (init) != unknown_type_node in check_initializer()
H A Dcvt.cc426 && TREE_TYPE (expr) == unknown_type_node) in convert_to_reference()
H A Dsemantics.cc1927 if (TREE_TYPE (operand) == unknown_type_node) in finish_asm_stmt()
2676 fn = build2 (TEMPLATE_ID_EXPR, unknown_type_node, fn, tmpl_args); in perform_koenig_lookup()
2760 && TREE_TYPE (fn) != unknown_type_node) in finish_call_expr()
4375 if (!type || type == unknown_type_node) in finish_typeof()
4577 || TREE_TYPE (expr) == unknown_type_node) in finish_offsetof()
H A Dcp-tree.def105 METHOD_TYPE, or `unknown_type_node' indicating that the function is
H A Dtypeck2.cc431 gcc_assert (type == unknown_type_node); in cxx_incomplete_type_diagnostic()
H A Dpt.cc8434 TREE_TYPE (arg) = unknown_type_node; in convert_template_argument()
9758 unknown_type_node, in lookup_template_function()
9764 return build2 (TEMPLATE_ID_EXPR, unknown_type_node, fns, arglist); in lookup_template_function()
15708 || t == unknown_type_node in tsubst()
15724 gcc_assert (type != unknown_type_node); in tsubst()
16635 name = build2 (TEMPLATE_ID_EXPR, unknown_type_node, name, in tsubst_baselink()
16706 = build2 (TEMPLATE_ID_EXPR, unknown_type_node, fns, template_args); in tsubst_baselink()
22750 if (arg == unknown_type_node) in unify_one_argument()
24141 if (arg == unknown_type_node in unify()
28077 if (TREE_TYPE (expression) == unknown_type_node) in type_dependent_expression_p()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-tree.h451 #define unknown_type_node d_global_trees[DTI_UNKNOWN_TYPE] macro
H A Dd-builtins.cc854 unknown_type_node = make_node (RECORD_TYPE); in d_build_d_type_nodes()
H A Dtypeinfo.cc1447 unknown_type_node); in layout_cpp_typeinfo()

12