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

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dno_arg_check_3.f9058 subroutine ambig1(x)
61 end subroutine ambig1
65 end subroutine ambig2 ! { dg-error "Ambiguous interfaces 'ambig2' and 'ambig1' in generic interface 'two'" }
H A Dassumed_type_3.f9069 subroutine ambig1(x)
71 end subroutine ambig1
74 end subroutine ambig2 ! { dg-error "Ambiguous interfaces 'ambig2' and 'ambig1' in generic interface 'three'" }
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc9808 std::string ambig1; local
9812 &found_pointer_method, &ambig1, &ambig2))
9860 else if (!ambig1.empty())
9862 Gogo::message_name(name).c_str(), ambig1.c_str(),
9928 std::string* ambig1,
10104 ambig1->assign(found_ambig1);
9921 find_field_or_method(const Type* type, const std::string& name, bool receiver_can_be_pointer, std::vector<const Named_type*>* seen, int* level, bool* is_method, bool* found_pointer_method, std::string* ambig1, std::string* ambig2) argument
H A Dtypes.h1256 std::string* ambig1, std::string* ambig2);

Completed in 129 milliseconds