Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/es2panda/typescript/types/
DtypeReference.cpp27 void TypeReference::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::TypeReference
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
DtypeParameter.cpp25 void TypeParameter::Identical([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) in Identical() function in panda::es2panda::checker::TypeParameter
DenumType.cpp27 void EnumType::Identical([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) in Identical() function in panda::es2panda::checker::EnumType
DindexInfo.cpp44 void IndexInfo::Identical(TypeRelation *relation, IndexInfo *other) in Identical() function in panda::es2panda::checker::IndexInfo
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
DvoidType.cpp30 void VoidType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::VoidType
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
DbooleanLiteralType.cpp35 void BooleanLiteralType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::BooleanLiteralType
DnumberType.cpp28 void NumberType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::NumberType
DstringLiteralType.cpp30 void StringLiteralType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::StringLiteralType
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
DnullType.cpp25 void NullType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::NullType
DneverType.cpp30 void NeverType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::NeverType
DenumLiteralType.cpp33 void EnumLiteralType::Identical([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *oth… in Identical() function in panda::es2panda::checker::EnumLiteralType
DanyType.cpp25 void AnyType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::AnyType
DundefinedType.cpp25 void UndefinedType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::UndefinedType
DarrayType.cpp36 void ArrayType::Identical(TypeRelation *relation, Type *other) in Identical() function in panda::es2panda::checker::ArrayType
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