Searched defs:actualType (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/runtime_core/static_core/verification/absint/ |
H A D | abs_int_inl.h | 3216 Type actualType = regNum == INVALID_REG ? constructedType : GetRegType(regNum); local 4367 bool CheckMethodArgsSubtypePrimitive(NameGetter &nameGetter, Type &formalType, Type &actualType, int regNum) in CheckMethodArgsSubtypePrimitive() argument 4414 CheckMethodArgsIncompatibleTypes(NameGetter &nameGetter, int regNum, Type &actualType, Type &formalType) CheckMethodArgsIncompatibleTypes() argument 4429 CheckMethodArgsBot(NameGetter &nameGetter, Type &actualType) CheckMethodArgsBot() argument 4443 CheckMethodArgsTop(Type &actualType) CheckMethodArgsTop() argument 4456 CheckMethodArgsCheckType(NameGetter &nameGetter, Type &actualType, Type &formalType, int regNum) CheckMethodArgsCheckType() argument 4481 CheckMethodArgsNotFit(Type &formalType, Type &actualType, int regNum, bool &incompatibleTypes) CheckMethodArgsNotFit() argument [all...] |
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
H A D | helpers.cpp | 889 std::pair<Type *, Type *> ETSChecker::CheckTestNullishCondition(Type *testedType, Type *actualType, bool const strict) in CheckTestNullishCondition() argument 907 std::pair<Type *, Type *> ETSChecker::CheckTestObjectCondition(ETSArrayType *testedType, Type *actualType) in CheckTestObjectCondition() argument 938 CheckTestObjectCondition(ETSObjectType *testedType, Type *actualType, bool const strict) CheckTestObjectCondition() argument [all...] |
Completed in 12 milliseconds