HomeSort by: relevance | last modified time | path
    Searched refs:tinfo_a (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
error.cc 4075 tree tinfo_a = TYPE_TEMPLATE_INFO (type_a);
4077 if (!tinfo_a || !tinfo_b)
4080 return TI_TEMPLATE (tinfo_a) == TI_TEMPLATE (tinfo_b);
4171 tree tinfo_a = TYPE_TEMPLATE_INFO (type_a);
4175 IDENTIFIER_POINTER (DECL_NAME (TI_TEMPLATE (tinfo_a))));
4177 tree args_a = TI_ARGS (tinfo_a);
4169 tree tinfo_a = TYPE_TEMPLATE_INFO (type_a); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
error.cc 3987 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 18 milliseconds