Home
last modified time | relevance | path

Searched refs:SetVariable (Results 1 - 25 of 49) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DlocalClassLowering.cpp55 fieldIdent->SetVariable(var); in CreateCapturedField()
75 rightHandSide->SetVariable(var); in CreateCtorFieldInit()
116 newParam->Ident()->SetVariable(paramVar); in CreateParam()
169 fieldInit->Right()->AsIdentifier()->SetVariable(ctorParamVar); in ModifyConstructorParameters()
192 childNode->AsIdentifier()->SetVariable(mapIt->second); in RemapReferencesFromCapturedVariablesToClassProperties()
253 param->SetVariable(var); in Perform()
H A DinterfacePropertyDeclarations.cpp93 paramIdent->SetVariable(paramVar); in GenerateGetterOrSetter()
94 paramExpression->SetVariable(paramVar); in GenerateGetterOrSetter()
116 methodIdent->SetVariable(var); in GenerateGetterOrSetter()
172 getter->Function()->Id()->SetVariable( in UpdateInterfacePropertys()
H A DtupleLowering.cpp132 gensym->SetVariable(tmpVar); in GenerateSymbol()
144 argumentClone->Object()->AsIdentifier()->SetVariable(memberExpr->Object()->AsIdentifier()->Variable()); in CloneArgument()
148 argumentClone->Property()->AsIdentifier()->SetVariable(memberExpr->Property()->AsIdentifier()->Variable()); in CloneArgument()
H A DenumLowering.cpp37 param->Ident()->SetVariable(paramVar); in MakeFunctionParam()
45 refIdent->SetVariable(paramExpr->Ident()->Variable()); in MakeParamRefIdent()
81 methodDef->Function()->Id()->SetVariable(methodVar); in MakeMethodDef()
82 methodDef->Id()->SetVariable(methodVar); in MakeMethodDef()
152 arrayIdent->SetVariable(array_var); in MakeArray()
181 ident->SetVariable(var); in CreateClass()
247 methodDef->Function()->Id()->SetVariable(methodVar); in CreateCCtorForEnumClass()
248 methodDef->Id()->SetVariable(methodVar); in CreateCCtorForEnumClass()
264 fieldIdent->SetVariable(var); in CreateOrdinalField()
311 rightHandSide->SetVariable(inputOrdinalPara in CreateCtorForEnumClass()
[all...]
H A DboxingForLocals.cpp133 initId->SetVariable(id->Variable()); in HandleFunctionParam()
151 newDeclarator->Id()->AsIdentifier()->SetVariable(newVar); in HandleFunctionParam()
201 newDeclarator->Id()->AsIdentifier()->SetVariable(newVar); in HandleVariableDeclarator()
258 ->SetVariable(var); in HandleReference()
H A DunionLowering.cpp54 ident->SetVariable(var); in GetUnionFieldClass()
98 fieldIdent->SetVariable(var); in CreateUnionFieldClassProperty()
H A DlambdaLowering.cpp121 newTypeParamId->SetVariable(newTypeParamVar); in CloneTypeParams()
174 param->SetVariable(var); in CreateLambdaCalleeParameters()
190 newParam->Ident()->SetVariable(nullptr); // Remove the cloned variable. in CreateLambdaCalleeParameters()
195 newParam->SetVariable(var); in CreateLambdaCalleeParameters()
218 id->SetVariable(ref->second); in ProcessCalleeMethodBody()
277 func->Id()->SetVariable(var); in SetUpCalleeMethod()
278 method->Id()->SetVariable(var); in SetUpCalleeMethod()
296 func->Id()->SetVariable(variable); in SetUpCalleeMethod()
297 method->Id()->SetVariable(variable); in SetUpCalleeMethod()
1079 invoke0Id->SetVariable(pro in InsertInvokeCall()
[all...]
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A DETSBinder.cpp116 ident->SetVariable(res.variable); in LookupTypeReference()
121 ident->SetVariable(res.variable); in LookupTypeReference()
134 ident->SetVariable(res.variable); in LookupTypeReference()
148 ident->SetVariable(var); in LookupTypeReference()
171 ident->SetVariable(res.variable); in ResolveReferenceForScope()
241 decl->Id()->SetVariable(res.variable); in InitializeInterfaceIdent()
435 importSpecifier->Imported()->SetVariable(specDecl.variable); in AddDynamicSpecifiersToTopBindings()
436 importSpecifier->Local()->SetVariable(specDecl.variable); in AddDynamicSpecifiersToTopBindings()
489 currentNode->Function()->Id()->SetVariable(importedVar); in AddOverloadFlag()
499 method->Function()->Id()->SetVariable(variabl in AddOverloadFlag()
[all...]
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsTupleType.cpp112 memberType->SetVariable(memberVar); in GetType()
118 memberType->SetVariable(memberVar); in GetType()
H A DtsTypeLiteral.cpp79 type->SetVariable(Variable()); in GetType()
/arkcompiler/ets_frontend/ets2panda/ir/ets/
H A DetsParameterExpression.cpp95 void ETSParameterExpression::SetVariable(varbinder::Variable *const variable) noexcept
97 ident_->SetVariable(variable);
H A DetsParameterExpression.h53 void SetVariable(varbinder::Variable *variable) noexcept;
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsTupleType.cpp77 memberType->SetVariable(memberVar); in GetType()
83 memberType->SetVariable(memberVar); in GetType()
H A DtsTypeLiteral.cpp64 type->SetVariable(Variable()); in GetType()
H A DtsInterfaceDeclaration.cpp109 resolvedType->SetVariable(var); in Check()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp59 id->SetVariable(res.variable); in VisitScriptFunction()
206 param->AsIdentifier()->SetVariable(var); in VisitCatchClause()
778 binding->SetVariable(var); in BindVarDecl()
824 func->Id()->SetVariable(var); in VisitClassStaticBlock()
836 importSpec->Local()->SetVariable(var); in VisitImportNamespaceSpecifier()
855 overload->Id()->SetVariable(variable);
901 methodName->SetVariable(var); in MaybeAddOverload()
905 overload->Id()->SetVariable(var); in MaybeAddOverload()
935 paramExpr->Ident()->SetVariable(var); in VisitETSParameterExpression()
958 ident->SetVariable(va in VisitTSEnumMember()
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DutilityTypeHandlers.cpp177 propClone->SetVariable(Allocator()->New<varbinder::LocalVariable>(newDecl, varbinder::VariableFlags::PROPERTY)); in CreateNullishProperty()
213 newClassDefinition->SetVariable(newClassDefinition->Ident()->Variable()); in CreatePartialClassDeclaration()
257 ctorId->SetVariable(Allocator()->New<varbinder::LocalVariable>( in CreateConstructorForPartialType()
259 ctor->Id()->SetVariable(ctorId->Variable()); in CreateConstructorForPartialType()
273 classId->SetVariable(var); in CreateClassPrototype()
281 classDef->SetVariable(var); in CreateClassPrototype()
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsTypeParameter.cpp102 copiedType->SetVariable(Variable()); in Instantiate()
H A DetsObjectType.cpp172 funcType->SetVariable(res); in CreateSyntheticVarFromEverySignature()
799 copiedPropType->SetVariable(copiedProp); in CopyProperty()
822 copiedType->SetVariable(variable_); in Instantiate()
860 copiedPropType->SetVariable(copiedProp); in CopyPropertyWithTypeArguments()
915 copiedType->SetVariable(variable_); in SetCopiedTypeProperties()
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A Dtype.h100 void SetVariable(binder::Variable *variable) in SetVariable() function in panda::es2panda::panda::es2panda::checker::Type
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/
H A Dutil.cpp66 nn->AsIdentifier()->SetVariable(nullptr);
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
H A Ddebug_interface.h516 virtual std::optional<Error> SetVariable(PtThread /* thread */, uint32_t /* frameDepth */, int32_t /* regNumber */, in SetVariable() function in ark::tooling::DebugInterface
586 virtual std::optional<Error> SetVariable(PtThread thread, uint32_t frameDepth, int32_t regNumber,
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
H A Dast_verifier_short_test.cpp118 ident.SetVariable(&local); in TEST_F()
141 ident.SetVariable(&local); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Ddebugger_api.cpp139 auto err = debugger.SetVariable(ark::ets::tooling::CoroutineToPtThread(coroutine), PREVIOUS_FRAME_DEPTH, regNumber, in DebuggerAPISetLocal()
/arkcompiler/ets_frontend/ets2panda/checker/types/
H A Dtype.h199 void SetVariable(varbinder::Variable *variable) in SetVariable() function in ark::es2panda::ark::es2panda::checker::Type

Completed in 21 milliseconds

12