Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/
DcheckerContext.cpp385 checker::Type *testedType = nullptr; in CheckSmartCastEqualityCondition() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp1094 std::pair<Type *, Type *> ETSChecker::CheckTestNullishCondition(Type *testedType, Type *actualType,… in CheckTestNullishCondition()
1112 std::pair<Type *, Type *> ETSChecker::CheckTestObjectCondition(ETSArrayType *testedType, Type *actu… in CheckTestObjectCondition()
1142 std::pair<Type *, Type *> ETSChecker::CheckTestObjectCondition(ETSObjectType *testedType, Type *act… in CheckTestObjectCondition()
1403 auto *const testedType = testCondition_.testedType->AsETSObjectType(); in ResolveSmartCastTypes() local
1407 auto *const testedType = testCondition_.testedType->AsETSArrayType(); in ResolveSmartCastTypes() local