Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.h3213 Type actualType = regNum == INVALID_REG ? constructedType : GetRegType(regNum); variable
4364 …bool CheckMethodArgsSubtypePrimitive(NameGetter &nameGetter, Type &formalType, Type &actualType, i… in CheckMethodArgsSubtypePrimitive()
4411 …bool CheckMethodArgsIncompatibleTypes(NameGetter &nameGetter, int regNum, Type &actualType, Type &… in CheckMethodArgsIncompatibleTypes()
4426 bool CheckMethodArgsBot(NameGetter &nameGetter, Type &actualType) in CheckMethodArgsBot()
4440 bool CheckMethodArgsTop(Type &actualType) in CheckMethodArgsTop()
4453 …void CheckMethodArgsCheckType(NameGetter &nameGetter, Type &actualType, Type &formalType, int regN… in CheckMethodArgsCheckType()
4478 …bool CheckMethodArgsNotFit(Type &formalType, Type &actualType, int regNum, bool &incompatibleTypes) in CheckMethodArgsNotFit()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp845 std::pair<Type *, Type *> ETSChecker::CheckTestNullishCondition(Type *testedType, Type *actualType,… in CheckTestNullishCondition()
863 …ir<Type *, Type *> ETSChecker::CheckTestObjectCondition(ETSArrayType *testedType, Type *actualType) in CheckTestObjectCondition()
894 …r<Type *, Type *> ETSChecker::CheckTestObjectCondition(ETSObjectType *testedType, Type *actualType, in CheckTestObjectCondition()