| /arkcompiler/toolchain/build/toolchain/mac/ |
| H A D | get_tool_mtime.py | 18 variable = os.path.splitext(os.path.basename(f))[0] variable
|
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| H A D | variableNameIdentifierNameSame.cpp | 28 const auto variable = ast->AsIdentifier()->Variable(); in operator ()() local
|
| H A D | variableHasScope.cpp | 61 const auto variable = ast->AsIdentifier()->Variable(); in GetLocalScopeVariable() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| H A D | signature.cpp | 34 void Signature::ToString(std::stringstream &ss, const binder::Variable *variable, bool printAsMethod) const in ToString() argument
|
| H A D | type.h | 100 void SetVariable(binder::Variable *variable) in SetVariable() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| H A D | lexenv.cpp | 32 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 D | lreference.cpp | 234 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 D | lexenv.cpp | 35 static void CheckConstAssignment(PandaGen *pg, const ir::AstNode *node, binder::Variable *variable) in CheckConstAssignment() argument [all...] |
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| H A D | unaryExpression.cpp | 47 compiler::VReg variable = pg->AllocReg(); in Compile() local [all...] |
| /arkcompiler/ets_frontend/es2panda/parser/module/ |
| H A D | sourceTextModuleRecord.cpp | 180 auto variable = CheckAndAssignIndex(moduleScope, it->first, &index); in AssignIndexToModuleVariable() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| H A D | checkerContext.cpp | 208 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 D | checkerContext.h | 85 varbinder::Variable const *variable = nullptr; member in ark::es2panda::checker::final::varbinder
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | validateHelpers.cpp | 255 void ETSChecker::ValidateUnaryOperatorOperand(varbinder::Variable *variable) in ValidateUnaryOperatorOperand() argument [all...] |
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/ |
| H A D | cleanup_inline_module.cpp | 148 auto variable = inlineFailurePath_[inlineFailurePath_.size() - 1]; in PrintForUsesInternalVariable() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| H A D | signature.cpp | 128 void Signature::ToString(std::stringstream &ss, const varbinder::Variable *variable, bool printAsMethod, in ToString() argument
|
| H A D | type.h | 199 void SetVariable(varbinder::Variable *variable) in SetVariable() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | objectLiteralLowering.cpp | 41 auto *const variable = assignmentExpr->Left()->AsMemberExpression()->Property()->AsIdentifier()->Variable(); in MaybeAllowConstAssign() local
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| H A D | ETSBinder.h | 35 Variable *variable; member
|
| H A D | scope.cpp | 665 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 D | varbinder.cpp | 230 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 D | tsEnumDeclaration.cpp | 258 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 D | destructuringContext.cpp | 61 binder::Variable *variable = ident->Variable(); in HandleDestructuringAssignment() local
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| H A D | astNode.h | 287 void SetVariable(binder::Variable *variable) in SetVariable() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| H A D | destructuringContext.cpp | 61 varbinder::Variable *variable = ident->Variable(); in HandleDestructuringAssignment() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | call_signature.h | 269 void SetVariadicArgs(bool variable) in SetVariadicArgs() argument
|