Home
last modified time | relevance | path

Searched defs:typeRef (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/type_ops/
Dget_super_class_test.cpp31 ani_type typeRef = cls; in CheckGetSuperClass() local
89 ani_type typeRef = cls; in TEST_F() local
103 ani_type typeRef = cls; in TEST_F() local
146 ani_type typeRef = cls; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profile_type.cpp37 ProfileType::ProfileType(PGOContext &context, ProfileTypeRef typeRef) in ProfileType()
53 …nal<ProfileType> ProfileType::CreateFromProfileTypeRef(PGOContext &context, ProfileTypeRef typeRef) in CreateFromProfileTypeRef()
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DetsNewClassInstanceExpressionBuilder.h32 ETSNewClassInstanceExpressionBuilder &SetTypeReference(ir::Expression *typeRef) in SetTypeReference()
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_ast_node_type_analyzer.cpp89 auto *typeRef = impl->ETSTypeReferencePartName(context, value); in ProcessClassProperty() local
115 …auto *typeRef = node ? impl->ETSNewClassInstanceExpressionGetTypeRefConst(context, node) : nullptr; in ProcessNewExpression() local
Dplugin_proceed_to_state_new_expression.cpp99 es2panda_AstNode *typeRef = impl->CreateETSTypeReference(context, part); in CreateNewExpr() local
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsNewArrayInstanceExpression.cpp84 …auto *const typeRef = typeReference_ != nullptr ? typeReference_->Clone(allocator, nullptr) : null… in Clone() local
DetsTypeReferencePart.cpp113 for (auto &typeRef : ref->TypeParams()->Params()) { in HandlePartialType() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DpromiseVoid.cpp82 auto *typeRef = type->AsETSTypeReference(); in CheckForPromiseVoid() local
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlPluralRules.cpp96 ani_ref typeRef; in ExtractOptions() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_method_type_set.cpp137 PGODefineOpTypeRef typeRef; in ProcessToBinary() local
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dclass_hierarchy_info.cpp214 auto typeRef = value->AsETSNewClassInstanceExpression()->GetTypeRef(); in GetIdentFromNewClassExprPart() local
Dget_adjusted_location.cpp187 if (auto *typeRef = FindTypeReference(parent, parentChildren)) { in HandleTSTypeOperator() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.cpp39 void ETSBinder::LookupTypeArgumentReferences(ir::ETSTypeReference *typeRef) in LookupTypeArgumentReferences()
296 void ETSBinder::BuildETSTypeReference(ir::ETSTypeReference *typeRef) in BuildETSTypeReference()
/arkcompiler/ets_frontend/ets2panda/parser/
DTSparser.cpp721 ir::TypeNode *typeRef = in ParseTypeReferenceOrQuery() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp176 …CreateDynamicObject(const ir::AstNode *node, compiler::ETSGen *etsg, const ir::Expression *typeRef, in CreateDynamicObject()
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts5567 const typeRef = node as ts.TypeReferenceNode; constant
5629 const typeRef = node as ts.TypeReferenceNode; constant