Home
last modified time | relevance | path

Searched defs:testedType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/
DcheckerContext.cpp328 checker::Type *testedType = nullptr; in CheckSmartCastEqualityCondition() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp845 std::pair<Type *, Type *> ETSChecker::CheckTestNullishCondition(Type *testedType, Type *actualType,… in CheckTestNullishCondition()
863 std::pair<Type *, Type *> ETSChecker::CheckTestObjectCondition(ETSArrayType *testedType, Type *actu… in CheckTestObjectCondition()
894 std::pair<Type *, Type *> ETSChecker::CheckTestObjectCondition(ETSObjectType *testedType, Type *act… in CheckTestObjectCondition()
1013 auto *const testedType = testCondition_.testedType->AsETSObjectType(); in ResolveSmartCastTypes() local
1017 auto *const testedType = testCondition_.testedType->AsETSArrayType(); in ResolveSmartCastTypes() local