| /arkcompiler/ets_frontend/ets2panda/test/unit/plugin/ |
| D | plugin_proceed_to_state_create_ets_new_expression.cpp | 39 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
|
| D | plugin_proceed_to_state_new_expression.cpp | 97 es2panda_AstNode *part = impl->CreateETSTypeReferencePart1(context, className); in CreateNewExpr() local 109 auto part = impl->ETSTypeReferencePart(context, ast); in Find() local
|
| D | plugin_proceed_to_state_ast_node_type_analyzer.cpp | 90 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/ |
| D | etsTypeReference.h | 25 explicit ETSTypeReference(ir::ETSTypeReferencePart *part, ArenaAllocator *const allocator) in ETSTypeReference()
|
| D | etsTypeReferencePart.cpp | 166 auto part = constraint->AsETSTypeReference()->Part(); in CheckTypeAliaLoop() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/components/mosaic/ |
| D | styles.module.scss | 53 .part > div { class
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/modules/spawn/ |
| D | spawn.cpp | 28 std::string part; in SplitString() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| D | annotationUsage.cpp | 123 auto *part = expr_->AsETSTypeReference()->Part(); in GetBaseName() local
|
| D | annotationDeclaration.cpp | 114 auto *part = Expr()->AsETSTypeReference()->Part(); in GetBaseName() local
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/ |
| D | script_element_kind.cpp | 334 auto part = typeAnnotation->AsETSTypeReference()->Part()->AsETSTypeReferencePart(); in GetAliasScriptElementKindImpl() local
|
| D | quick_info.cpp | 360 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
|
| D | class_hierarchy_info.cpp | 218 auto part = typeRef->AsETSTypeReference()->Part(); in GetIdentFromNewClassExprPart() local
|
| D | completions.cpp | 388 auto part = super->AsETSTypeReference()->Part(); in GetIdentifierFromSuper() local 435 auto part = expr->AsETSTypeReference()->Part(); in GetIdentifierFromTSInterfaceHeritage() local
|
| D | inlay_hints.cpp | 113 auto part = node->AsETSParameterExpression()->Name().Utf8(); in AddParamIfTypeRef() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| D | arrowFunctionExpression.cpp | 123 auto *const part = checker->AllocNode<ir::ETSTypeReferencePart>(ident, checker->Allocator()); in CreateReturnNodeFromType() local
|
| /arkcompiler/runtime_core/panda_guard/obfuscate/ |
| D | module_record.cpp | 72 for (const auto &part : parts) { in ExtractNames() local 83 for (const auto &part : parts) { in RefreshNeedUpdate() local
|
| D | node.cpp | 673 for (const auto &part : parts) { in ExtractNames() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | promiseVoid.cpp | 66 …auto *part = ctx->AllocNode<ir::ETSTypeReferencePart>(promiseId, voidParam, nullptr, ctx->Allocato… in CreatePromiseVoidType() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/ |
| D | IntlNumberFormat.cpp | 376 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/ |
| D | ETSparserAnnotations.cpp | 381 auto *part = expr->AsETSTypeReference()->Part(); in GetExpressionEndLoc() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | dtoa_helper.h | 68 uint32_t part = static_cast<uint32_t>(accumulator & kMask32); in Multiply() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_date_time_format_second_test.cpp | 129 …DateTimePartStringTest(JSThread *thread, JSHandle<JSTaggedValue> key, JSHandle<JSTaggedValue> part) in GetDateTimePartStringTest()
|
| D | js_list_format_test.cpp | 222 … GetListPartStringTest(JSThread *thread, JSHandle<JSTaggedValue> key, JSHandle<JSTaggedValue> part) in GetListPartStringTest()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/ |
| D | ets_intrinsics_helpers.cpp | 311 double part = 0; in StringToDoubleWithRadix() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | typeCheckingHelpers.cpp | 727 auto typeAliasDeclarationCheck = [this, &typeAliases](ir::ETSTypeReferencePart *part) { in IsAllowedTypeAliasRecursion() 1010 bool ETSChecker::IsFixedArray(ir::ETSTypeReferencePart *part) in IsFixedArray()
|