Home
last modified time | relevance | path

Searched refs:any_targ_node (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c7725 TREE_PURPOSE (n) = any_targ_node; in add_defaults_to_ttp()
8202 if (arg == any_targ_node) in convert_template_argument()
9101 if (nt == any_targ_node || ot == any_targ_node) in template_args_equal()
23243 if (parm == any_targ_node || arg == any_targ_node) in unify()
H A Ddecl.c4410 any_targ_node = make_node (LANG_TYPE); in cxx_init_decl_processing()
4411 record_unknown_type (any_targ_node, "any type"); in cxx_init_decl_processing()
H A Dcp-tree.h366 #define any_targ_node cp_global_trees[CPTI_ANY_TARG] macro
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc7922 TREE_PURPOSE (n) = any_targ_node; in add_defaults_to_ttp()
8423 if (arg == any_targ_node) in convert_template_argument()
9331 if (nt == any_targ_node || ot == any_targ_node) in template_args_equal()
24147 if (parm == any_targ_node || arg == any_targ_node) in unify()
H A DChangeLog-201656 any_targ_node.
58 (any_targ_node): New.
H A Ddecl.cc4653 any_targ_node = make_node (LANG_TYPE); in cxx_init_decl_processing()
4654 record_unknown_type (any_targ_node, "any type"); in cxx_init_decl_processing()
H A Dcp-tree.h383 #define any_targ_node cp_global_trees[CPTI_ANY_TARG] macro