Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dobject.cpp714 if (AreOverrideEquivalent(func->Signature(), sig) && func->IsStatic() == sig->Function()->IsStatic()) {
811 if (!AreOverrideEquivalent(*abstractSignature, substImplemented) ||
H A Dfunction.cpp1743 bool ETSChecker::AreOverrideEquivalent(Signature *const s1, Signature *const s2) in AreOverrideEquivalent() function in ETSChecker
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSchecker.h461 [[nodiscard]] bool AreOverrideEquivalent(Signature *s1, Signature *s2);

Completed in 8 milliseconds