Searched defs:actualType (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/static_core/verification/absint/ |
| D | abs_int_inl.h | 3216 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/ |
| D | helpers.cpp | 834 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()
|