Searched refs:unknown_type_node (Results 1 – 15 of 15) sorted by relevance
1291 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()
3226 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()
3976 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()
77 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()
452 && TREE_TYPE (expr) == unknown_type_node) in convert_to_reference()
100 METHOD_TYPE, or `unknown_type_node' indicating that the function is
608 && TREE_TYPE (init) != unknown_type_node) in store_init_value()
898 TREE_TYPE (result) = unknown_type_node; in ovl_cons()
2169 TREE_TYPE (*newval) = unknown_type_node; in do_nonmember_using_decl()4606 gcc_assert (type == unknown_type_node); in arg_assoc_type()
1394 TREE_TYPE (member) = unknown_type_node; in build_offset_ref()
2952 * 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.
562 #define unknown_type_node cp_global_trees[CPTI_UNKNOWN_TYPE] macro
4827 if (scope == unknown_type_node) in cp_parser_postfix_dot_deref_expression()
4931 Don't bother wrapping an OFFSET_TYPE around unknown_type_node.
3895 * decl2.c (arg_assoc_type): Process unknown_type_node and OFFSET_TYPE.