Searched refs:tinfo_a (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Derror.c3886 tree tinfo_a = TYPE_TEMPLATE_INFO (type_a);
3888 if (!tinfo_a || !tinfo_b)
3891 return TI_TEMPLATE (tinfo_a) == TI_TEMPLATE (tinfo_b);
3982 tree tinfo_a = TYPE_TEMPLATE_INFO (type_a);
3986 IDENTIFIER_POINTER (DECL_NAME (TI_TEMPLATE (tinfo_a))));
3988 tree args_a = TI_ARGS (tinfo_a);
3980 tree tinfo_a = TYPE_TEMPLATE_INFO (type_a); local
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Derror.cc3987 tree tinfo_a = TYPE_TEMPLATE_INFO (type_a);
3989 if (!tinfo_a || !tinfo_b)
3992 return TI_TEMPLATE (tinfo_a) == TI_TEMPLATE (tinfo_b);
4083 tree tinfo_a = TYPE_TEMPLATE_INFO (type_a);
4087 IDENTIFIER_POINTER (DECL_NAME (TI_TEMPLATE (tinfo_a))));
4089 tree args_a = TI_ARGS (tinfo_a);
4081 tree tinfo_a = TYPE_TEMPLATE_INFO (type_a); local

Completed in 101 milliseconds