Home
last modified time | relevance | path

Searched defs:part (Results 1 – 25 of 33) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_create_ets_new_expression.cpp39 auto part = g_impl->CreateETSTypeReferencePart1(g_ctx, className); in FindA() local
61 auto part = g_impl->CreateETSTypeReferencePart1(g_ctx, className); in FindB() local
87 auto part = g_impl->CreateETSTypeReferencePart1(g_ctx, className); in FindC() local
109 auto part = g_impl->CreateETSTypeReferencePart1(g_ctx, className); in FindD() local
Dplugin_proceed_to_state_new_expression.cpp97 es2panda_AstNode *part = impl->CreateETSTypeReferencePart1(context, className); in CreateNewExpr() local
109 auto part = impl->ETSTypeReferencePart(context, ast); in Find() local
Dplugin_proceed_to_state_ast_node_type_analyzer.cpp90 auto *part = impl->ETSTypeReferencePart(context, typeRef); in ProcessClassProperty() local
120 auto *part = impl->ETSTypeReferencePart(context, typeRef); in ProcessNewExpression() local
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsTypeReference.h25 explicit ETSTypeReference(ir::ETSTypeReferencePart *part, ArenaAllocator *const allocator) in ETSTypeReference()
DetsTypeReferencePart.cpp166 auto part = constraint->AsETSTypeReference()->Part(); in CheckTypeAliaLoop() local
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/components/mosaic/
Dstyles.module.scss53 .part > div { class
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/modules/spawn/
Dspawn.cpp28 std::string part; in SplitString() local
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DannotationUsage.cpp123 auto *part = expr_->AsETSTypeReference()->Part(); in GetBaseName() local
DannotationDeclaration.cpp114 auto *part = Expr()->AsETSTypeReference()->Part(); in GetBaseName() local
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dscript_element_kind.cpp334 auto part = typeAnnotation->AsETSTypeReference()->Part()->AsETSTypeReferencePart(); in GetAliasScriptElementKindImpl() local
Dquick_info.cpp360 for (const auto &part : displayParts) { in TransDisplayPartsToStr() local
486 for (const SymbolDisplayPart &part : symbolDisplayPart1) { in MergeSymbolDisplayPart() local
489 for (const SymbolDisplayPart &part : symbolDisplayPart2) { in MergeSymbolDisplayPart() local
688 auto part = returnType->AsETSTypeReference()->Part()->AsETSTypeReferencePart(); in CreateDisplayOfReturnType() local
Dclass_hierarchy_info.cpp218 auto part = typeRef->AsETSTypeReference()->Part(); in GetIdentFromNewClassExprPart() local
Dcompletions.cpp388 auto part = super->AsETSTypeReference()->Part(); in GetIdentifierFromSuper() local
435 auto part = expr->AsETSTypeReference()->Part(); in GetIdentifierFromTSInterfaceHeritage() local
Dinlay_hints.cpp113 auto part = node->AsETSParameterExpression()->Name().Utf8(); in AddParamIfTypeRef() local
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DarrowFunctionExpression.cpp123 auto *const part = checker->AllocNode<ir::ETSTypeReferencePart>(ident, checker->Allocator()); in CreateReturnNodeFromType() local
/arkcompiler/runtime_core/panda_guard/obfuscate/
Dmodule_record.cpp72 for (const auto &part : parts) { in ExtractNames() local
83 for (const auto &part : parts) { in RefreshNeedUpdate() local
Dnode.cpp673 for (const auto &part : parts) { in ExtractNames() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DpromiseVoid.cpp66 …auto *part = ctx->AllocNode<ir::ETSTypeReferencePart>(promiseId, voidParam, nullptr, ctx->Allocato… in CreatePromiseVoidType() local
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlNumberFormat.cpp376 for (const auto &part : flatParts) { in ProcessSpansToFormatParts() local
544 for (const auto &part : parts) { in IcuFormatToParts() local
598 auto part = GetNumberFormatRangePart(env, typeString, valueString, sourceString); in IcuFormatToRangeParts() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparserAnnotations.cpp381 auto *part = expr->AsETSTypeReference()->Part(); in GetExpressionEndLoc() local
/arkcompiler/ets_runtime/ecmascript/base/
Ddtoa_helper.h68 uint32_t part = static_cast<uint32_t>(accumulator & kMask32); in Multiply() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_date_time_format_second_test.cpp129 …DateTimePartStringTest(JSThread *thread, JSHandle<JSTaggedValue> key, JSHandle<JSTaggedValue> part) in GetDateTimePartStringTest()
Djs_list_format_test.cpp222 … GetListPartStringTest(JSThread *thread, JSHandle<JSTaggedValue> key, JSHandle<JSTaggedValue> part) in GetListPartStringTest()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_intrinsics_helpers.cpp311 double part = 0; in StringToDoubleWithRadix() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCheckingHelpers.cpp727 auto typeAliasDeclarationCheck = [this, &typeAliases](ir::ETSTypeReferencePart *part) { in IsAllowedTypeAliasRecursion()
1010 bool ETSChecker::IsFixedArray(ir::ETSTypeReferencePart *part) in IsFixedArray()

12