Home
last modified time | relevance | path

Searched defs:variable (Results 1 - 25 of 41) sorted by relevance

12

/arkcompiler/toolchain/build/toolchain/mac/
H A Dget_tool_mtime.py18 variable = os.path.splitext(os.path.basename(f))[0] variable
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DvariableNameIdentifierNameSame.cpp28 const auto variable = ast->AsIdentifier()->Variable(); in operator ()() local
H A DvariableHasScope.cpp61 const auto variable = ast->AsIdentifier()->Variable(); in GetLocalScopeVariable() local
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A Dsignature.cpp34 void Signature::ToString(std::stringstream &ss, const binder::Variable *variable, bool printAsMethod) const in ToString() argument
H A Dtype.h100 void SetVariable(binder::Variable *variable) in SetVariable() argument
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Dlexenv.cpp32 static void CheckConstAssignment(PandaGen *pg, const ir::AstNode *node, varbinder::Variable *variable) in CheckConstAssignment() argument
74 static void StoreLocalExport(PandaGen *pg, const ir::AstNode *node, varbinder::Variable *variable) in StoreLocalExport() argument
[all...]
H A Dlreference.cpp234 ReferenceKind ETSLReference::ResolveReferenceKind(const varbinder::Variable *variable) in ResolveReferenceKind() argument
278 auto const *const variable in GetValue() local
[all...]
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Dlexenv.cpp35 static void CheckConstAssignment(PandaGen *pg, const ir::AstNode *node, binder::Variable *variable) in CheckConstAssignment() argument
[all...]
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DunaryExpression.cpp47 compiler::VReg variable = pg->AllocReg(); in Compile() local
[all...]
/arkcompiler/ets_frontend/es2panda/parser/module/
H A DsourceTextModuleRecord.cpp180 auto variable = CheckAndAssignIndex(moduleScope, it->first, &index); in AssignIndexToModuleVariable() local
/arkcompiler/ets_frontend/ets2panda/checker/
H A DcheckerContext.cpp208 auto const *variable = ident->Variable(); global() variable
273 auto const *const variable = identifier->Variable(); global() variable
335 varbinder::Variable const *variable = nullptr; global() member in ark::es2panda::checker::varbinder
[all...]
H A DcheckerContext.h85 varbinder::Variable const *variable = nullptr; member in ark::es2panda::checker::final::varbinder
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DvalidateHelpers.cpp255 void ETSChecker::ValidateUnaryOperatorOperand(varbinder::Variable *variable) in ValidateUnaryOperatorOperand() argument
[all...]
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/
H A Dcleanup_inline_module.cpp148 auto variable = inlineFailurePath_[inlineFailurePath_.size() - 1]; in PrintForUsesInternalVariable() local
/arkcompiler/ets_frontend/ets2panda/checker/types/
H A Dsignature.cpp128 void Signature::ToString(std::stringstream &ss, const varbinder::Variable *variable, bool printAsMethod, in ToString() argument
H A Dtype.h199 void SetVariable(varbinder::Variable *variable) in SetVariable() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DobjectLiteralLowering.cpp41 auto *const variable = assignmentExpr->Left()->AsMemberExpression()->Property()->AsIdentifier()->Variable(); in MaybeAllowConstAssign() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A DETSBinder.h35 Variable *variable; member
H A Dscope.cpp665 auto *variable = allocator->New<ModuleVariable>(newDecl, VariableFlags::NONE); AddImport() local
700 varbinder::Variable *variable = FindLocal(decl->LocalName(), varbinder::ResolveBindingOptions::BINDINGS); ExportAnalysis() local
[all...]
H A Dvarbinder.cpp230 Variable *variable = scope->FindLocal(classDef->PrivateId(), varbinder::ResolveBindingOptions::BINDINGS); in InstantiatePrivateContext() local
311 auto *variable = scope_->FindLocal(name, varbinder::ResolveBindingOptions::BINDINGS); BuildVarDeclaratorId() local
408 Variable *variable = scope_->FindLocal(classDef->PrivateId(), varbinder::ResolveBindingOptions::BINDINGS); BuildClassDefinition() local
[all...]
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsEnumDeclaration.cpp258 void AddEnumValueDeclaration(checker::Checker *checker, double number, binder::EnumVariable *variable) in AddEnumValueDeclaration() argument
291 void InferEnumVariableType(checker::Checker *checker, binder::EnumVariable *variable, double *value, bool *initNext, in InferEnumVariableType() argument
[all...]
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DdestructuringContext.cpp61 binder::Variable *variable = ident->Variable(); in HandleDestructuringAssignment() local
/arkcompiler/ets_frontend/es2panda/ir/
H A DastNode.h287 void SetVariable(binder::Variable *variable) in SetVariable() argument
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DdestructuringContext.cpp61 varbinder::Variable *variable = ident->Variable(); in HandleDestructuringAssignment() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h269 void SetVariadicArgs(bool variable) in SetVariadicArgs() argument

Completed in 14 milliseconds

12