Home
last modified time | relevance | path

Searched defs:var (Results 1 – 25 of 26) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/compiler/base/
Dhoisting.cpp30 auto *var = pg->Scope()->FindLocal(decl->Name()); in StoreModuleVarOrLocalVar() local
38 static void HoistVar(PandaGen *pg, binder::Variable *var, const binder::VarDecl *decl) in HoistVar()
59 static void HoistFunction(PandaGen *pg, binder::Variable *var, const binder::FunctionDecl *decl) in HoistFunction()
86 auto *var = pg->TopScope()->FindLocal(nameSpaceEntry->localName_); in HoistNameSpaceImports() local
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dframe_info.h39 #define FRAME_INFO_GET_ATTR(name, var) \ argument
46 #define FRAME_INFO_SET_ATTR(name, var) \ argument
55 #define FRAME_INFO_ATTR(name, var) \ argument
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
Dmember_expression_78.ts21 var a = {...o} as const; variable
Dexpression_1.ts18 var a = [1,2,...N]; variable
DinterfaceAssignment.ts51 var c: C2; variable
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dhelpers.cpp340 binder::Variable *var = declarator->Id()->AsIdentifier()->Variable(); in InferSimpleVariableDeclaratorType() local
357 Type *Checker::GetTypeOfVariable(binder::Variable *var) in GetTypeOfVariable()
467 binder::Variable *var) in GetTypeFromClassOrInterfaceReference()
481 Type *Checker::GetTypeFromTypeAliasReference(const ir::TSTypeReference *node, binder::Variable *var) in GetTypeFromTypeAliasReference()
501 Type *Checker::GetTypeReferenceType(const ir::TSTypeReference *node, binder::Variable *var) in GetTypeReferenceType()
DdestructuringContext.cpp73 void DestructuringContext::SetInferedTypeForVariable(binder::Variable *var, Type *inferedType, in SetInferedTypeForVariable()
Dfunction.cpp373 binder::Variable *var = found->second->Variable(); in CheckFunctionParameter() local
/arkcompiler/runtime_core/verification/value/
Dabstract_type.h36 AbstractType(const Variables::Var &var) : Contents_ {var} {} in AbstractType()
37 AbstractType(Variables::Var &&var) : Contents_ {std::move(var)} {} in AbstractType()
Dabstract_value.h37 AbstractValue(const Variables::Var &var) : Contents_ {var} {} in AbstractValue()
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/expressions/
Dts-test-expression-1.ts18 var a = [1, 2, ...N]; variable
/arkcompiler/runtime_core/verification/type/
Dtype_image.h34 PandaString ImageOfVariance(TypeVariance var) const in ImageOfVariance()
/arkcompiler/ets_frontend/es2panda/ir/module/
DexportDefaultDeclaration.cpp41 auto *var = pg->Scope()->FindLocal(parser::SourceTextModuleRecord::DEFAULT_LOCAL_NAME); in Compile() local
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTypeReference.cpp68 binder::Variable *var = typeName_->AsIdentifier()->Variable(); in GetType() local
DtsInterfaceDeclaration.cpp98 binder::Variable *var = id_->Variable(); in Check() local
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-class-definition.ts34 class Bar { c; d() { } e; let; var; const; function; f!: number } property in Bar
/arkcompiler/runtime_core/irtoc/lang/
Dbasic_block.rb52 def set_variable(var, inst) argument
/arkcompiler/ets_frontend/es2panda/binder/
Dvariable.cpp38 auto *var = allocator->New<LocalVariable>(decl, flags_); in Copy() local
Dscope.h112 bool AddExportVariable(const util::StringView &name, Variable *var) in AddExportVariable()
130 bool AddExportTSVariable(const util::StringView &name, Variable *var) in AddExportTSVariable()
322 void AddLocalTSVariable(const util::StringView &name, Variable *var) in AddLocalTSVariable()
718 bool AddExportTSVariable(const util::StringView &name, Variable *var) in AddExportTSVariable()
728 bool AddExportVariable(const util::StringView &name, Variable *var) in AddExportVariable()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp206 auto *var = FindTSModuleVariable(node, Scope()); in IsInstantiatedTSModule() local
228 auto *var = FindTSModuleVariable(tsQualifiedName->Left(), scope); in FindTSModuleVariable() local
510 auto *var = CreateVariableDeclarationWithIdentify(name, flag, node, doExport); in VisitTsModuleDeclaration() local
/arkcompiler/runtime_core/runtime/tests/tooling/
Dtest_util.cpp52 for (const auto &var : variables) { in GetValueRegister() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.h531 inline void WriteVariable(Variable *var, GateRef value) in WriteVariable()
535 inline GateRef ReadVariable(Variable *var) in ReadVariable()
Dcircuit_builder.cpp1057 void Label::LabelImpl::WriteVariable(Variable *var, GateRef value) in WriteVariable()
1062 GateRef Label::LabelImpl::ReadVariable(Variable *var) in ReadVariable()
1074 GateRef Label::LabelImpl::ReadVariableRecursive(Variable *var) in ReadVariableRecursive()
/arkcompiler/runtime_core/libpandafile/
Ddebug_info_extractor.cpp170 for (auto &var : lvt_) { in ProcessVars() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp418 auto *var = scope->FindLocalTSVariable<binder::TSBindingType::IMPORT_EQUALS>(name); in ParseTsImportEqualsDeclaration() local
2667 … auto *var = scope->FindLocalTSVariable<binder::TSBindingType::IMPORT_EQUALS>(local->Name()); in ParseImportDefaultSpecifier() local

12