Searched defs:IsIdenticalTo (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/checker/types/ | ||
H A D | typeRelation.cpp | 52 bool TypeRelation::IsIdenticalTo(Type *source, Type *target) in IsIdenticalTo() function in ark::es2panda::checker::TypeRelation 86 bool TypeRelation::IsIdenticalTo(IndexInfo *source, IndexInfo *target) in IsIdenticalTo() function in ark::es2panda::checker::TypeRelation |
H A D | typeRelation.h | 297 bool IsIdenticalTo(Type const *source, Type const *target) in IsIdenticalTo() function in ark::es2panda::checker::TypeRelation |
/arkcompiler/ets_frontend/es2panda/typescript/types/ | ||
H A D | typeRelation.cpp | 77 bool TypeRelation::IsIdenticalTo(Type *source, Type *target) in IsIdenticalTo() function in panda::es2panda::checker::TypeRelation 97 bool TypeRelation::IsIdenticalTo(Signature *source, Signature *target) in IsIdenticalTo() function in panda::es2panda::checker::TypeRelation 110 bool TypeRelation::IsIdenticalTo(IndexInfo *source, IndexInfo *target) in IsIdenticalTo() function in panda::es2panda::checker::TypeRelation |
Completed in 2 milliseconds