Home
last modified time | relevance | path

Searched defs:Identical (Results 1 – 25 of 80) sorted by relevance

1234

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsBigIntType.cpp19 void ETSBigIntType::Identical(TypeRelation *relation, Type *other) in Identical() function in ark::es2panda::checker::ETSBigIntType
DwildcardType.cpp24 void WildcardType::Identical(TypeRelation *relation, Type *other) in Identical() function in ark::es2panda::checker::WildcardType
DetsVoidType.cpp19 void ETSVoidType::Identical(TypeRelation *relation, Type *other) in Identical() function in ark::es2panda::checker::ETSVoidType
/arkcompiler/ets_frontend/es2panda/typescript/types/
DnonPrimitiveType.cpp25 void NonPrimitiveType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::NonPrimitiveType
DsymbolType.cpp25 void SymbolType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::SymbolType
DunknownType.cpp30 void UnknownType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::UnknownType
DstringType.cpp25 void StringType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::StringType
DenumType.cpp27 void EnumType::Identical([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) in Identical() function in panda::es2panda::checker::EnumType
DvoidType.cpp30 void VoidType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::VoidType
DindexInfo.cpp42 void IndexInfo::Identical(TypeRelation *relation, IndexInfo *other) in Identical() function in panda::es2panda::checker::IndexInfo
DbooleanType.cpp25 void BooleanType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::BooleanType
DtypeParameter.cpp25 void TypeParameter::Identical([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) in Identical() function in panda::es2panda::checker::TypeParameter
DtypeReference.cpp27 void TypeReference::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::TypeReference
DbigintType.cpp25 void BigintType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::BigintType
DnumberType.cpp28 void NumberType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::NumberType
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DindexInfo.cpp43 void IndexInfo::Identical(TypeRelation *relation, IndexInfo *other) in Identical() function in ark::es2panda::checker::IndexInfo
DtypeReference.cpp26 void TypeReference::Identical(TypeRelation *relation, Type *other) in Identical() function in ark::es2panda::checker::TypeReference
DbigintType.cpp24 void BigintType::Identical(TypeRelation *relation, Type *other) in Identical() function in ark::es2panda::checker::BigintType
DvoidType.cpp29 void VoidType::Identical(TypeRelation *relation, Type *other) in Identical() function in ark::es2panda::checker::VoidType
DunknownType.cpp29 void UnknownType::Identical(TypeRelation *relation, Type *other) in Identical() function in ark::es2panda::checker::UnknownType
DenumType.cpp26 void EnumType::Identical([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) in Identical() function in ark::es2panda::checker::EnumType
DtypeParameter.cpp24 void TypeParameter::Identical([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) in Identical() function in ark::es2panda::checker::TypeParameter
DnonPrimitiveType.cpp24 void NonPrimitiveType::Identical(TypeRelation *relation, Type *other) in Identical() function in ark::es2panda::checker::NonPrimitiveType
DbooleanType.cpp24 void BooleanType::Identical(TypeRelation *relation, Type *other) in Identical() function in ark::es2panda::checker::BooleanType
DstringType.cpp24 void StringType::Identical(TypeRelation *relation, Type *other) in Identical() function in ark::es2panda::checker::StringType

1234