Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/cp/
H A Dpt.c1059 tree decl_args_type; in is_specialization_of_friend() local
1095 decl_args_type = TYPE_ARG_TYPES (decl_type); in is_specialization_of_friend()
1099 decl_args_type = TREE_CHAIN (decl_args_type); in is_specialization_of_friend()
1101 return compparms (decl_args_type, friend_args_type); in is_specialization_of_friend()