Home
last modified time | relevance | path

Searched defs:var (Results 1 - 25 of 74) sorted by relevance

123

/arkcompiler/ets_runtime/test/moduletest/asmstackoverflow/
H A Dasmstackoverflow.js
/arkcompiler/ets_frontend/test/scripts/auto_xts_test/
H A Drun.bat24 set var=D:\AutoXTSTest variable
/arkcompiler/ets_runtime/test/moduletest/jsonstringifier/
H A Djsonstringifier.js[all...]
/arkcompiler/ets_frontend/legacy_bin/api8/src/
H A Dindex.js[all...]
/arkcompiler/ets_runtime/test/moduletest/fortest/
H A Dfortest.js
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Dhoisting.cpp23 static void HoistVar(PandaGen *pg, varbinder::Variable *var, const varbinder::VarDecl *decl) in HoistVar() argument
39 static void HoistFunction(PandaGen *pg, varbinder::Variable *var, const varbinder::FunctionDecl *decl) in HoistFunction() argument
[all...]
/arkcompiler/ets_frontend/es2panda/ir/module/
H A DexportDefaultDeclaration.cpp44 auto *var = pg->Scope()->FindLocal(parser::SourceTextModuleRecord::DEFAULT_LOCAL_NAME); in Compile() local
/arkcompiler/ets_runtime/test/aottest/regressioncase/
H A Dregressioncase.js
/arkcompiler/runtime_core/static_core/verification/value/
H A Dabstract_value.h37 AbstractValue(const Variables::Var &var) : contents_ {var} {} in AbstractValue() argument
48 AbstractValue &operator=(Variables::Var const &var) in operator =() argument
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DentityDeclarator-inl.h38 auto *var = FindEntityVariable(entitiesMap, declName); in ImportGlobalEntity() local
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsTypeReference.cpp109 varbinder::Variable *var = typeName_->AsIdentifier()->Variable(); in GetType() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DcapturedVariables.cpp41 auto *var = ident->Variable(); variable
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dvariable.cpp41 auto *var = allocator->New<LocalVariable>(decl, flags_); in Copy() local
/arkcompiler/ets_frontend/es2panda/binder/
H A Dvariable.cpp38 auto *var = allocator->New<LocalVariable>(decl, flags_); in Copy() local
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DcheckScopeDeclaration.cpp30 auto const *const var = id->Variable(); in operator ()() local
H A DvariableHasEnclosingScope.cpp32 const auto var = *maybeVar; in operator ()() local
H A DimportExportAccessValid.cpp63 bool ImportExportAccessValid::ValidateExport(const varbinder::Variable *var) in ValidateExport() argument
99 InvariantImportExportVariable(const std::unordered_set<std::string> &importedVariables, const varbinder::Variable *var, const ir::Identifier *ident, util::StringView name) InvariantImportExportVariable() argument
128 const auto *var = ident->Variable(); HandleImportExportIdentifier() local
[all...]
H A DvariableHasScope.cpp34 const auto var = *maybeVar; in operator ()() local
81 bool VariableHasScope::ScopeEncloseVariable(CheckContext &ctx, const varbinder::LocalVariable *var) in ScopeEncloseVariable() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/ets/dynamic/
H A DdynamicCall.cpp46 const auto var = callee->AsIdentifier()->Variable(); in ResolveCall() local
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Dhoisting.cpp31 auto *var = pg->Scope()->FindLocal(decl->Name()); in StoreModuleVarOrLocalVar() local
40 static void HoistVar(PandaGen *pg, binder::Variable *var, const binder::VarDecl *decl) in HoistVar() argument
65 static void HoistFunction(PandaGen *pg, binder::Variable *var, const binder::FunctionDecl *decl) in HoistFunction() argument
95 auto *var in HoistNameSpaceImports() local
[all...]
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsTypeReference.cpp67 binder::Variable *var = typeName_->AsIdentifier()->Variable(); in GetType() local
H A DtsInterfaceDeclaration.cpp98 binder::Variable *var = id_->Variable(); in Check() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsDynamicType.cpp31 varbinder::LocalVariable *var = varbinder::Scope::CreateVar<varbinder::PropertyDecl>( in GetPropertyDynamic() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dlock_holder_test.cpp28 static void LockMutexesAndIncrement(uint32_t &var, Locks &...locks) in LockMutexesAndIncrement() argument
38 static void LockWriteMutexesAndIncrement(uint32_t &var, Locks &...locks) in LockWriteMutexesAndIncrement() argument
59 uint32_t var = 0; in TEST_F() local
82 uint32_t var = 0; in TEST_F() local
98 uint32_t var = 0; TEST_F() local
122 uint32_t var = 0; TEST_F() local
153 uint32_t var = 0; TEST_F() local
177 uint32_t var = 0; TEST_F() local
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DregScope.cpp103 auto *const var = std::get<1>(it); in InitializeParams() local
[all...]

Completed in 10 milliseconds

123