Home
last modified time | relevance | path

Searched refs:decl_args_type (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c1446 tree decl_args_type; in is_specialization_of_friend() local
1482 decl_args_type = TYPE_ARG_TYPES (decl_type); in is_specialization_of_friend()
1486 decl_args_type = TREE_CHAIN (decl_args_type); in is_specialization_of_friend()
1488 return compparms (decl_args_type, friend_args_type); in is_specialization_of_friend()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc1470 tree decl_args_type; in is_specialization_of_friend() local
1506 decl_args_type = TYPE_ARG_TYPES (decl_type); in is_specialization_of_friend()
1510 decl_args_type = TREE_CHAIN (decl_args_type); in is_specialization_of_friend()
1512 return compparms (decl_args_type, friend_args_type); in is_specialization_of_friend()