Home
last modified time | relevance | path

Searched defs:Identical (Results 1 – 25 of 77) 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
DetsVoidType.cpp19 void ETSVoidType::Identical(TypeRelation *relation, Type *other) in Identical() function in ark::es2panda::checker::ETSVoidType
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
/arkcompiler/ets_frontend/es2panda/typescript/types/
DbigintType.cpp25 void BigintType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::BigintType
DvoidType.cpp30 void VoidType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::VoidType
DsymbolType.cpp25 void SymbolType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::SymbolType
DindexInfo.cpp44 void IndexInfo::Identical(TypeRelation *relation, IndexInfo *other) in Identical() function in panda::es2panda::checker::IndexInfo
DenumType.cpp27 void EnumType::Identical([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) in Identical() function in panda::es2panda::checker::EnumType
DbooleanType.cpp25 void BooleanType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::BooleanType
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
DtypeReference.cpp27 void TypeReference::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::TypeReference
DnonPrimitiveType.cpp25 void NonPrimitiveType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::NonPrimitiveType
DtypeParameter.cpp25 void TypeParameter::Identical([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) in Identical() function in panda::es2panda::checker::TypeParameter
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DindexInfo.cpp43 void IndexInfo::Identical(TypeRelation *relation, IndexInfo *other) in Identical() function in ark::es2panda::checker::IndexInfo
DenumType.cpp26 void EnumType::Identical([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) in Identical() function in ark::es2panda::checker::EnumType
DtypeReference.cpp26 void TypeReference::Identical(TypeRelation *relation, Type *other) in Identical() function in ark::es2panda::checker::TypeReference
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
DtypeParameter.cpp24 void TypeParameter::Identical([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) in Identical() function in ark::es2panda::checker::TypeParameter
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
DnonPrimitiveType.cpp24 void NonPrimitiveType::Identical(TypeRelation *relation, Type *other) in Identical() function in ark::es2panda::checker::NonPrimitiveType
DbigintType.cpp24 void BigintType::Identical(TypeRelation *relation, Type *other) in Identical() function in ark::es2panda::checker::BigintType

1234