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
DetsAsyncFuncReturnType.cpp28 void ETSAsyncFuncReturnType::Identical(TypeRelation *relation, Type *other) in Identical() function in ark::es2panda::checker::ETSAsyncFuncReturnType
DetsVoidType.cpp19 void ETSVoidType::Identical(TypeRelation *relation, Type *other) in Identical() function in ark::es2panda::checker::ETSVoidType
/arkcompiler/ets_frontend/es2panda/typescript/types/
DtypeParameter.cpp25 void TypeParameter::Identical([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) in Identical() function in panda::es2panda::checker::TypeParameter
DunknownType.cpp30 void UnknownType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::UnknownType
DbigintType.cpp25 void BigintType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::BigintType
DstringType.cpp25 void StringType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::StringType
DbooleanType.cpp25 void BooleanType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::BooleanType
DindexInfo.cpp42 void IndexInfo::Identical(TypeRelation *relation, IndexInfo *other) in Identical() function in panda::es2panda::checker::IndexInfo
DtypeReference.cpp27 void TypeReference::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::TypeReference
DsymbolType.cpp25 void SymbolType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::SymbolType
DnonPrimitiveType.cpp25 void NonPrimitiveType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::NonPrimitiveType
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
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DindexInfo.cpp43 void IndexInfo::Identical(TypeRelation *relation, IndexInfo *other) in Identical() function in ark::es2panda::checker::IndexInfo
DtypeParameter.cpp24 void TypeParameter::Identical([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) in Identical() function in ark::es2panda::checker::TypeParameter
DbooleanType.cpp24 void BooleanType::Identical(TypeRelation *relation, Type *other) in Identical() function in ark::es2panda::checker::BooleanType
DunknownType.cpp29 void UnknownType::Identical(TypeRelation *relation, Type *other) in Identical() function in ark::es2panda::checker::UnknownType
DbigintType.cpp24 void BigintType::Identical(TypeRelation *relation, Type *other) in Identical() function in ark::es2panda::checker::BigintType
DtypeReference.cpp26 void TypeReference::Identical(TypeRelation *relation, Type *other) in Identical() function in ark::es2panda::checker::TypeReference
DstringType.cpp24 void StringType::Identical(TypeRelation *relation, Type *other) in Identical() function in ark::es2panda::checker::StringType
DvoidType.cpp29 void VoidType::Identical(TypeRelation *relation, Type *other) in Identical() function in ark::es2panda::checker::VoidType
DnonPrimitiveType.cpp24 void NonPrimitiveType::Identical(TypeRelation *relation, Type *other) in Identical() function in ark::es2panda::checker::NonPrimitiveType
DenumType.cpp26 void EnumType::Identical([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) in Identical() function in ark::es2panda::checker::EnumType

1234