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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.h1822 is_valid_redeclaration(const Function_type* t, std::string*) const;
H A Dgogo.cc7194 if (old_type->is_valid_redeclaration(new_type, &reason))
7206 if (old_type->is_valid_redeclaration(new_type, &reason))
7212 if (old_type->is_valid_redeclaration(new_type, &reason))
H A Dtypes.cc3397 Function_type::is_valid_redeclaration(const Function_type* t, function in class:Function_type

Completed in 108 milliseconds