Home
last modified time | relevance | path

Searched refs:AssignmentSource (Results 1 – 25 of 60) sorted by relevance

123

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsDynamicType.cpp55 bool ETSDynamicType::AssignmentSource(TypeRelation *relation, Type *target) in AssignmentSource() function in panda::es2panda::checker::ETSDynamicType
58 return ETSObjectType::AssignmentSource(relation, target); in AssignmentSource()
DetsStringType.cpp28 bool ETSStringType::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type… in AssignmentSource() function in panda::es2panda::checker::ETSStringType
DetsAsyncFuncReturnType.h36 bool AssignmentSource(TypeRelation *relation, Type *target) override;
DetsAsyncFuncReturnType.cpp42 bool ETSAsyncFuncReturnType::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unus… in AssignmentSource() function in panda::es2panda::checker::ETSAsyncFuncReturnType
DshortType.h36 …bool AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *target) over…
DetsBooleanType.h30 …bool AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *target) over…
DfloatType.h36 …bool AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *target) over…
DintType.h36 …bool AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *target) over…
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DanyType.h29 bool AssignmentSource(TypeRelation *relation, Type *target) override;
DnullType.h28 bool AssignmentSource(TypeRelation *relation, Type *target) override;
DundefinedType.h28 bool AssignmentSource(TypeRelation *relation, Type *target) override;
DneverType.h30 bool AssignmentSource(TypeRelation *relation, Type *target) override;
DneverType.cpp41 bool NeverType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() function in panda::es2panda::checker::NeverType
DanyType.cpp36 bool AnyType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() function in panda::es2panda::checker::AnyType
DnullType.cpp31 bool NullType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() function in panda::es2panda::checker::NullType
DundefinedType.cpp31 bool UndefinedType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() function in panda::es2panda::checker::UndefinedType
/arkcompiler/ets_frontend/es2panda/typescript/types/
DneverType.h31 bool AssignmentSource(TypeRelation *relation, Type *target) override;
DnullType.h29 bool AssignmentSource(TypeRelation *relation, Type *target) override;
DundefinedType.h29 bool AssignmentSource(TypeRelation *relation, Type *target) override;
Dtype.cpp34 bool Type::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() function in panda::es2panda::checker::Type
DanyType.h30 bool AssignmentSource(TypeRelation *relation, Type *target) override;
DneverType.cpp42 bool NeverType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() function in panda::es2panda::checker::NeverType
DanyType.cpp37 bool AnyType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() function in panda::es2panda::checker::AnyType
DundefinedType.cpp32 bool UndefinedType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() function in panda::es2panda::checker::UndefinedType
DnullType.cpp32 bool NullType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() function in panda::es2panda::checker::NullType

123