Home
last modified time | relevance | path

Searched refs:CheckTestObjectCondition (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp907 std::pair<Type *, Type *> ETSChecker::CheckTestObjectCondition(ETSArrayType *testedType, Type *actualType) in CheckTestObjectCondition() function in ark::es2panda::checker::ETSChecker
938 std::pair<Type *, Type *> ETSChecker::CheckTestObjectCondition(ETSObjectType *testedType, Type *actualType, in CheckTestObjectCondition() function in ark::es2panda::checker::ETSChecker
1059 checker->CheckTestObjectCondition(testedType, smartType, testCondition_.strict); in ResolveSmartCastTypes()
1062 std::tie(consequentType, alternateType) = checker->CheckTestObjectCondition(testedType, smartType); in ResolveSmartCastTypes()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSchecker.h673 [[nodiscard]] std::pair<Type *, Type *> CheckTestObjectCondition(ETSObjectType *testedType, Type *actualType,
675 [[nodiscard]] std::pair<Type *, Type *> CheckTestObjectCondition(ETSArrayType *testedType, Type *actualType);

Completed in 7 milliseconds