Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dsemantics.c1291 if (TREE_TYPE (operand) == unknown_type_node) in finish_asm_stmt()
1817 && TREE_TYPE (fn) != unknown_type_node) in finish_call_expr()
3056 if (!type || type == unknown_type_node) in finish_typeof()
H A Ddecl.c3226 unknown_type_node = make_node (UNKNOWN_TYPE); in cxx_init_decl_processing()
3227 record_unknown_type (unknown_type_node, "unknown type"); in cxx_init_decl_processing()
3230 TREE_TYPE (unknown_type_node) = unknown_type_node; in cxx_init_decl_processing()
3234 TYPE_POINTER_TO (unknown_type_node) = unknown_type_node; in cxx_init_decl_processing()
3235 TYPE_REFERENCE_TO (unknown_type_node) = unknown_type_node; in cxx_init_decl_processing()
H A Dpt.c3976 TREE_TYPE (arg) = unknown_type_node; in convert_template_argument()
4439 unknown_type_node, in lookup_template_function()
4447 type = unknown_type_node; in lookup_template_function()
7258 || t == unknown_type_node in tsubst()
7270 gcc_assert (type != unknown_type_node); in tsubst()
9949 if (arg == unknown_type_node) in type_unification_real()
10442 if (arg == unknown_type_node) in unify()
13082 if (TREE_TYPE (expression) == unknown_type_node) in type_dependent_expression_p()
13376 gcc_assert (TREE_TYPE (expr) != unknown_type_node); in build_non_dependent_expr()
H A Dtypeck.c77 type = unknown_type_node; in require_complete_type()
157 || TREE_TYPE (exp) == unknown_type_node); in type_unknown_p()
1999 type = unknown_type_node; in build_class_member_access_expr()
4465 return build1 (ADDR_EXPR, unknown_type_node, arg); in build_unary_op()
6492 if (rhstype == unknown_type_node) in convert_for_assignment()
H A Dcvt.c452 && TREE_TYPE (expr) == unknown_type_node) in convert_to_reference()
H A Dcp-tree.def100 METHOD_TYPE, or `unknown_type_node' indicating that the function is
H A Dtypeck2.c608 && TREE_TYPE (init) != unknown_type_node) in store_init_value()
H A Dtree.c898 TREE_TYPE (result) = unknown_type_node; in ovl_cons()
H A Dname-lookup.c2169 TREE_TYPE (*newval) = unknown_type_node; in do_nonmember_using_decl()
4606 gcc_assert (type == unknown_type_node); in arg_assoc_type()
H A Dinit.c1394 TREE_TYPE (member) = unknown_type_node; in build_offset_ref()
H A DChangeLog-20042952 * pt.c (tsubst): Just return the unknown_type_node.
3490 unknown_type_node as its TREE_TYPE.
4929 unknown_type_node as its TREE_TYPE.
5060 unknown_type_node as its TREE_TYPE.
H A Dcp-tree.h562 #define unknown_type_node cp_global_trees[CPTI_UNKNOWN_TYPE] macro
H A Dparser.c4827 if (scope == unknown_type_node) in cp_parser_postfix_dot_deref_expression()
H A DChangeLog-19994931 Don't bother wrapping an OFFSET_TYPE around unknown_type_node.
H A DChangeLog-19983895 * decl2.c (arg_assoc_type): Process unknown_type_node and OFFSET_TYPE.