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.h3216 Type actualType = regNum == INVALID_REG ? constructedType : GetRegType(regNum); variable
4367 …bool CheckMethodArgsSubtypePrimitive(NameGetter &nameGetter, Type &formalType, Type &actualType, i… in CheckMethodArgsSubtypePrimitive()
4414 …bool CheckMethodArgsIncompatibleTypes(NameGetter &nameGetter, int regNum, Type &actualType, Type &… in CheckMethodArgsIncompatibleTypes()
4429 bool CheckMethodArgsBot(NameGetter &nameGetter, Type &actualType) in CheckMethodArgsBot()
4443 bool CheckMethodArgsTop(Type &actualType) in CheckMethodArgsTop()
4456 …void CheckMethodArgsCheckType(NameGetter &nameGetter, Type &actualType, Type &formalType, int regN… in CheckMethodArgsCheckType()
4481 …bool CheckMethodArgsNotFit(Type &formalType, Type &actualType, int regNum, bool &incompatibleTypes) in CheckMethodArgsNotFit()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp834 std::pair<Type *, Type *> ETSChecker::CheckTestNullishCondition(Type *testedType, Type *actualType,… in CheckTestNullishCondition()
852 …ir<Type *, Type *> ETSChecker::CheckTestObjectCondition(ETSArrayType *testedType, Type *actualType) in CheckTestObjectCondition()
883 …r<Type *, Type *> ETSChecker::CheckTestObjectCondition(ETSObjectType *testedType, Type *actualType, in CheckTestObjectCondition()