Home
last modified time | relevance | path

Searched defs:local (Results 1 - 25 of 34) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/ir/module/
H A DimportDefaultSpecifier.h26 explicit ImportDefaultSpecifier(Identifier *local) : Statement(AstNodeType::IMPORT_DEFAULT_SPECIFIER), local_(local) in ImportDefaultSpecifier() argument
H A DimportNamespaceSpecifier.h26 explicit ImportNamespaceSpecifier(Identifier *local) in ImportNamespaceSpecifier() argument
H A DexportSpecifier.h26 explicit ExportSpecifier(Identifier *local, Identifier *exported) in ExportSpecifier() argument
H A DimportSpecifier.h26 explicit ImportSpecifier(Identifier *imported, Identifier *local) in ImportSpecifier() argument
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DexportSpecifierBuilder.h29 ExportSpecifierBuilder &SetLocal(Identifier *local) in SetLocal() argument
H A DimportNamespaceSpecifierBuilder.h29 ImportNamespaceSpecifierBuilder &SetLocal(Identifier *local) in SetLocal() argument
H A DimportDefaultSpecifierBuilder.h29 ImportDefaultSpecifierBuilder &SetLocal(Identifier *local) in SetLocal() argument
H A DimportSpecifierBuilder.h35 ImportSpecifierBuilder &SetLocal(Identifier *local) in SetLocal() argument
/arkcompiler/ets_frontend/es2panda/ir/module/
H A DimportDefaultSpecifier.h36 explicit ImportDefaultSpecifier(Identifier *local) : Statement(AstNodeType::IMPORT_DEFAULT_SPECIFIER), local_(local) in ImportDefaultSpecifier() argument
H A DimportNamespaceSpecifier.h36 explicit ImportNamespaceSpecifier(Identifier *local) in ImportNamespaceSpecifier() argument
H A DexportSpecifier.h36 explicit ExportSpecifier(Identifier *local, Identifier *exported, bool isType) in ExportSpecifier() argument
H A DimportSpecifier.h36 explicit ImportSpecifier(Identifier *imported, Identifier *local, bool isType, bool isLazy) in ImportSpecifier() argument
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Dlexenv.cpp54 auto *local = result.variable->AsLocalVariable(); in ExpandLoadNormalVar() local
92 varbinder::LocalVariable *local = result.variable->AsLocalVariable(); in ExpandStoreLexVar() local
112 auto *local = result.variable->AsLocalVariable(); in ExpandStoreNormalVar() local
[all...]
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Dlexenv.cpp62 auto *local = result.variable->AsLocalVariable(); in ExpandLoadLexVar() local
76 auto *local = result.variable->AsLocalVariable(); in ExpandLoadNormalVar() local
99 binder::LocalVariable *local = result.variable->AsLocalVariable(); in ExpandStoreLexVar() local
128 auto *local = result.variable->AsLocalVariable(); ExpandStoreNormalVar() local
[all...]
/arkcompiler/ets_runtime/test/fuzztest/templateclassglobal_fuzzer/
H A Dtemplateclassglobal_fuzzer.cpp49 [[maybe_unused]]Local<JSValueRef> local = global.ToLocal(); in TemplateToLocalFuzzerTest() local
63 [[maybe_unused]]Local<JSValueRef> local = global.ToLocal(vm); in TemplateToLocalFromVMFuzzerTest() local
/arkcompiler/runtime_core/libpandabase/os/
H A Dthread.h106 SharedPtrToSharedPtrStruct<Tuple> local; in ProxyFunc() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dlse.h96 bool local; // Whether this value should be only used in the BasicBlock it originated from member
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dthread.h111 SharedPtrToSharedPtrStruct<Tuple> local; in ProxyFunc() local
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DentityDeclarator.cpp83 auto *local = checker->AllocNode<ir::Identifier>(classDeclName, allocator); in CreateIrImport() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H A DimportExportDecls.cpp195 auto local = spec->Local(); in VisitExportNamedDeclaration() local
/arkcompiler/runtime_core/assembler/tests/
H A Dassembler_emitter_test.cpp1143 panda::pandasm::debuginfo::LocalVariable local; in HWTEST_F() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dalias_analysis.h131 void SetLocalVolatile(bool local, bool isVolatile) in SetLocalVolatile() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp308 const auto *local = importSpec->Local(); in VisitImportDefaultSpecifier() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DASparser.cpp1357 ir::Identifier *local = ParseNamedImport(Lexer()->GetToken()); in ParseImportDefaultSpecifier() local
H A DTSparser.cpp2104 ir::Identifier *local = ParseNamedImport(Lexer()->GetToken()); in ParseImportDefaultSpecifier() local

Completed in 16 milliseconds

12