Home
last modified time | relevance | path

Searched defs:AssignmentSource (Results 1 – 25 of 37) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/checker/types/
DtypeError.h28 bool AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) override in AssignmentSource() function
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsAsyncFuncReturnType.cpp42 bool ETSAsyncFuncReturnType::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unus… in AssignmentSource() function in ark::es2panda::checker::ETSAsyncFuncReturnType
DetsVoidType.cpp26 bool ETSVoidType::AssignmentSource(TypeRelation *relation, Type *target) in AssignmentSource() function in ark::es2panda::checker::ETSVoidType
DetsBooleanType.cpp36 bool ETSBooleanType::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Typ… in AssignmentSource() function in ark::es2panda::checker::ETSBooleanType
DfloatType.cpp37 bool FloatType::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *ta… in AssignmentSource() function in ark::es2panda::checker::FloatType
DintType.cpp37 bool IntType::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *targ… in AssignmentSource() function in ark::es2panda::checker::IntType
DbyteType.cpp37 bool ByteType::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *tar… in AssignmentSource() function in ark::es2panda::checker::ByteType
DlongType.cpp37 bool LongType::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *tar… in AssignmentSource() function in ark::es2panda::checker::LongType
DcharType.cpp37 bool CharType::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *tar… in AssignmentSource() function in ark::es2panda::checker::CharType
DshortType.cpp37 bool ShortType::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *ta… in AssignmentSource() function in ark::es2panda::checker::ShortType
DdoubleType.cpp37 bool DoubleType::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *t… in AssignmentSource() function in ark::es2panda::checker::DoubleType
DetsNullishTypes.cpp35 bool ETSNullType::AssignmentSource(TypeRelation *relation, Type *target) in AssignmentSource() function in ark::es2panda::checker::ETSNullType
86 bool ETSUndefinedType::AssignmentSource(TypeRelation *relation, Type *target) in AssignmentSource() function in ark::es2panda::checker::ETSUndefinedType
DetsDynamicType.cpp55 bool ETSDynamicType::AssignmentSource(TypeRelation *relation, Type *target) in AssignmentSource() function in ark::es2panda::checker::ETSDynamicType
DetsStringType.cpp41 bool ETSStringType::AssignmentSource(TypeRelation *relation, Type *target) in AssignmentSource() function in ark::es2panda::checker::ETSStringType
DetsNonNullishType.cpp39 bool ETSNonNullishType::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] … in AssignmentSource() function in ark::es2panda::checker::ETSNonNullishType
DetsNeverType.cpp33 bool ETSNeverType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() function in ark::es2panda::checker::ETSNeverType
/arkcompiler/ets_frontend/es2panda/typescript/types/
Dtype.cpp30 bool Type::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() function in panda::es2panda::checker::Type
DundefinedType.cpp32 bool UndefinedType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() function in panda::es2panda::checker::UndefinedType
DneverType.cpp42 bool NeverType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() function in panda::es2panda::checker::NeverType
DnullType.cpp32 bool NullType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() function in panda::es2panda::checker::NullType
DanyType.cpp37 bool AnyType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() function in panda::es2panda::checker::AnyType
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DundefinedType.cpp31 bool UndefinedType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() function in ark::es2panda::checker::UndefinedType
DneverType.cpp41 bool NeverType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() function in ark::es2panda::checker::NeverType
DanyType.cpp36 bool AnyType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() function in ark::es2panda::checker::AnyType
DnullType.cpp31 bool NullType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() function in ark::es2panda::checker::NullType

12