/arkcompiler/ets_frontend/ets2panda/ir/ts/ |
H A D | tsIndexedAccessType.cpp | 77 checker::Type *resolved = checker->GetPropertyTypeForIndexType(baseType, indexType); in GetType() local
|
/arkcompiler/ets_frontend/es2panda/ir/ts/ |
H A D | tsIndexedAccessType.cpp | 41 checker::Type *resolved = GetType(checker); in Check() local 70 checker::Type *resolved = checker->GetPropertyTypeForIndexType(baseType, indexType); in GetType() local
|
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
H A D | baseAnalyzer.cpp | 69 bool resolved = false; in ResolveJump() local
|
H A D | validateHelpers.cpp | 87 void ETSChecker::ValidateCallExpressionIdentifier(ir::Identifier *const ident, varbinder::Variable *const resolved, in ValidateCallExpressionIdentifier() argument 127 void ETSChecker::ValidateNewClassInstanceIdentifier(ir::Identifier *const ident, varbinder::Variable *const resolved) in ValidateNewClassInstanceIdentifier() argument 136 void ETSChecker::ValidateMemberIdentifier(ir::Identifier *const ident, varbinder::Variable *const resolved, in ValidateMemberIdentifier() argument 157 ValidatePropertyOrDeclaratorIdentifier(ir::Identifier *const ident, varbinder::Variable *const resolved) ValidatePropertyOrDeclaratorIdentifier() argument 173 ValidateAssignmentIdentifier(ir::Identifier *const ident, varbinder::Variable *const resolved, Type *const type) ValidateAssignmentIdentifier() argument 204 ValidateResolvedIdentifier(ir::Identifier *const ident, varbinder::Variable *const resolved) ValidateResolvedIdentifier() argument [all...] |
H A D | function.cpp | 1695 const auto *resolved = identNode->Variable(); in CheckCapturedVariable() local
|
H A D | helpers.cpp | 43 auto *resolved = classType->GetProperty(name, searchFlags); in FindVariableInClassOrEnclosing() local 76 void ETSChecker::WrongContextErrorClassifyByType(ir::Identifier *ident, varbinder::Variable *const resolved) in WrongContextErrorClassifyByType() argument 244 auto *const resolved = ident->Variable(); in ResolveIdentifier() local 252 auto *resolved in ResolveIdentifier() local [all...] |
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
H A D | scope.cpp | 188 auto *resolved = scopeIter->FindLocal(name, options); in FindInGlobal() local
|
/arkcompiler/ets_frontend/ets2panda/util/ |
H A D | arktsconfig.cpp | 403 std::string resolved = path; in ResolvePath() local
|
/arkcompiler/runtime_core/static_core/libllvmbackend/ |
H A D | llvm_ark_interface.cpp | 658 auto resolved = runtime_->ResolveVirtualMethod(klass, callee->second); in ResolveVirtual() local
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
H A D | TSAnalyzer.cpp | 1868 checker::Type *resolved = node->GetType(checker); in Check() local
|
/arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
H A D | entrypoints.cpp | 736 auto *resolved = obj->ClassAddr<Class>()->ResolveVirtualMethod(callee); in ResolveVirtualCallEntrypoint() local 756 auto *resolved = objKlass->ResolveVirtualMethod(method); in ResolveVirtualCallAotEntrypoint() local 806 auto *resolved = handleObj.GetPtr()->ClassAddr<Class>()->ResolveVirtualMethod(method); ResolveUnknownVirtualCallEntrypoint() local 1332 auto *resolved = cls->ResolveVirtualMethod(callee); ResolveVirtualMethod() local [all...] |
/arkcompiler/runtime_core/static_core/runtime/interpreter/ |
H A D | interpreter-inl.h | 3440 auto *resolved = cls->ResolveVirtualMethod(method); in HandleVirtualCall() local
|