Searched defs:actualType (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/verification/absint/ |
| D | abs_int_inl.h | 3062 Type actualType = regNum == INVALID_REG ? constructedType : GetRegType(regNum); variable 4177 …bool CheckMethodArgsSubtypePrimitive(NameGetter &nameGetter, Type &formalType, Type &actualType, i… in CheckMethodArgsSubtypePrimitive() 4224 …bool CheckMethodArgsIncompatibleTypes(NameGetter &nameGetter, int regNum, Type &actualType, Type &… in CheckMethodArgsIncompatibleTypes() 4239 bool CheckMethodArgsBot(NameGetter &nameGetter, Type &actualType) in CheckMethodArgsBot() 4253 bool CheckMethodArgsTop(Type &actualType) in CheckMethodArgsTop() 4266 …void CheckMethodArgsCheckType(NameGetter &nameGetter, Type &actualType, Type &formalType, int regN… in CheckMethodArgsCheckType() 4291 …bool CheckMethodArgsNotFit(Type &formalType, Type &actualType, int regNum, bool &incompatibleTypes) in CheckMethodArgsNotFit()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | helpers.cpp | 1094 std::pair<Type *, Type *> ETSChecker::CheckTestNullishCondition(Type *testedType, Type *actualType,… in CheckTestNullishCondition() 1112 …ir<Type *, Type *> ETSChecker::CheckTestObjectCondition(ETSArrayType *testedType, Type *actualType) in CheckTestObjectCondition() 1142 …r<Type *, Type *> ETSChecker::CheckTestObjectCondition(ETSObjectType *testedType, Type *actualType, in CheckTestObjectCondition()
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | parserImpl.cpp | 1304 auto const actualType = token.Type(); in ExpectToken() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ |
| D | TypeScriptLinter.ts | 2705 const actualType = actualMap.get(prop)!; constant 9789 const actualType = this.tsTypeChecker.getTypeFromTypeNode(decl.type); constant
|