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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc7516 Function_type* m_fn_type = m->type()->function_type(); local
7517 go_assert(p_fn_type != NULL && m_fn_type != NULL);
7519 if (!p_fn_type->is_identical(m_fn_type, true, true, &subreason))

Completed in 67 milliseconds