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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc7376 std::string subreason; local
7377 if (!Type::are_identical(p->type(), m->type(), true, &subreason))
7382 size_t len = 100 + n.length() + subreason.length();
7384 if (subreason.empty())
7391 subreason.c_str());
7518 std::string subreason; local
7519 if (!p_fn_type->is_identical(m_fn_type, true, true, &subreason))
7524 size_t len = 100 + n.length() + subreason.length();
7526 if (subreason.empty())
7533 subreason
[all...]

Completed in 103 milliseconds