Searched refs:CheckTestObjectCondition (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
H A D | helpers.cpp | 907 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 D | ETSchecker.h | 673 [[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