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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.h586 are_identical(const Type* lhs, const Type* rhs, bool errors_are_identical,
1827 bool errors_are_identical, std::string*) const;
2219 is_identical(const Struct_type* t, bool errors_are_identical) const;
2381 is_identical(const Array_type* t, bool errors_are_identical) const;
2512 is_identical(const Map_type* t, bool errors_are_identical) const;
2612 is_identical(const Channel_type* t, bool errors_are_identical) const;
2722 is_identical(const Interface_type* t, bool errors_are_identical) const;
H A Dtypes.cc313 Type::are_identical(const Type* t1, const Type* t2, bool errors_are_identical, argument
319 return errors_are_identical ? true : t1 == t2;
338 return errors_are_identical;
343 if (errors_are_identical)
386 errors_are_identical,
391 errors_are_identical, reason);
395 errors_are_identical);
399 errors_are_identical);
403 errors_are_identical);
407 errors_are_identical);
3477 is_identical(const Function_type* t, bool ignore_receiver, bool errors_are_identical, std::string* reason) const argument
[all...]

Completed in 54 milliseconds