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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc9807 bool found_pointer_method = false; local
9812 &found_pointer_method, &ambig1, &ambig2))
9864 else if (found_pointer_method)
9927 bool* found_pointer_method,
9949 *found_pointer_method = true;
10028 found_pointer_method,
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.h1255 bool* is_method, bool* found_pointer_method,

Completed in 143 milliseconds