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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc9986 std::string found_ambig1; local
10041 found_ambig1 = (Gogo::message_name(pf->field_name())
10058 found_ambig1.clear();
10064 else if (found_ambig1.empty())
10068 found_ambig1 = Gogo::message_name(found_parent->field_name());
10101 else if (!found_ambig1.empty())
10103 go_assert(!found_ambig1.empty());
10104 ambig1->assign(found_ambig1);

Completed in 53 milliseconds