Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsInterfaceDeclaration.cpp62 size_t constexpr BASE_SIZE_LIMIT = 2; in CheckInheritedPropertiesAreIdentical() local
63 if (type->Bases().size() < BASE_SIZE_LIMIT) { in CheckInheritedPropertiesAreIdentical()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSAnalyzer.cpp1903 size_t constexpr BASE_SIZE_LIMIT = 2; in CheckInheritedPropertiesAreIdentical() local
1904 if (type->Bases().size() < BASE_SIZE_LIMIT) { in CheckInheritedPropertiesAreIdentical()

Completed in 6 milliseconds