Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/es2panda/typescript/types/
DsymbolType.cpp25 void SymbolType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::SymbolType
DbooleanType.cpp25 void BooleanType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::BooleanType
DstringType.cpp25 void StringType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::StringType
DindexInfo.cpp44 void IndexInfo::Identical(TypeRelation *relation, IndexInfo *other) in Identical() function in panda::es2panda::checker::IndexInfo
DnonPrimitiveType.cpp25 void NonPrimitiveType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::NonPrimitiveType
DvoidType.cpp30 void VoidType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::VoidType
DtypeReference.cpp27 void TypeReference::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::TypeReference
DenumType.cpp27 void EnumType::Identical([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) in Identical() function in panda::es2panda::checker::EnumType
DbigintType.cpp25 void BigintType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::BigintType
DunknownType.cpp30 void UnknownType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::UnknownType
DtypeParameter.cpp25 void TypeParameter::Identical([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) in Identical() function in panda::es2panda::checker::TypeParameter
DbigintLiteralType.cpp30 void BigintLiteralType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::BigintLiteralType
Dtype.cpp29 void Type::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::Type
DstringLiteralType.cpp30 void StringLiteralType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::StringLiteralType
DnumberType.cpp28 void NumberType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::NumberType
DbooleanLiteralType.cpp35 void BooleanLiteralType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::BooleanLiteralType
DanyType.cpp25 void AnyType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::AnyType
DneverType.cpp30 void NeverType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::NeverType
DundefinedType.cpp25 void UndefinedType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::UndefinedType
DenumLiteralType.cpp33 void EnumLiteralType::Identical([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *oth… in Identical() function in panda::es2panda::checker::EnumLiteralType
DarrayType.cpp36 void ArrayType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::ArrayType
DnullType.cpp25 void NullType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::NullType
DnumberLiteralType.cpp34 void NumberLiteralType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::NumberLiteralType
Dsignature.cpp76 void Signature::Identical(TypeRelation *relation, Signature *other) in Identical() function in panda::es2panda::checker::Signature
DtupleType.cpp72 void TupleType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::TupleType

12