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

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dno_arg_check_3.f9062 subroutine ambig2(x)
65 end subroutine ambig2 ! { dg-error "Ambiguous interfaces 'ambig2' and 'ambig1' in generic interface 'two'" }
H A Dassumed_type_3.f9072 subroutine ambig2(x)
74 end subroutine ambig2 ! { dg-error "Ambiguous interfaces 'ambig2' and 'ambig1' in generic interface 'three'" }
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.h1256 std::string* ambig1, std::string* ambig2);
H A Dtypes.cc9809 std::string ambig2; local
9812 &found_pointer_method, &ambig1, &ambig2))
9863 ambig2.c_str());
9929 std::string* ambig2)
10105 ambig2->assign(found_ambig2);
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

Completed in 125 milliseconds