| /arkcompiler/ets_frontend/ets2panda/ir/module/ |
| H A D | importDefaultSpecifier.h | 26 explicit ImportDefaultSpecifier(Identifier *local) : Statement(AstNodeType::IMPORT_DEFAULT_SPECIFIER), local_(local) in ImportDefaultSpecifier() argument
|
| H A D | importNamespaceSpecifier.h | 26 explicit ImportNamespaceSpecifier(Identifier *local) in ImportNamespaceSpecifier() argument
|
| H A D | exportSpecifier.h | 26 explicit ExportSpecifier(Identifier *local, Identifier *exported) in ExportSpecifier() argument
|
| H A D | importSpecifier.h | 26 explicit ImportSpecifier(Identifier *imported, Identifier *local) in ImportSpecifier() argument
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | exportSpecifierBuilder.h | 29 ExportSpecifierBuilder &SetLocal(Identifier *local) in SetLocal() argument
|
| H A D | importNamespaceSpecifierBuilder.h | 29 ImportNamespaceSpecifierBuilder &SetLocal(Identifier *local) in SetLocal() argument
|
| H A D | importDefaultSpecifierBuilder.h | 29 ImportDefaultSpecifierBuilder &SetLocal(Identifier *local) in SetLocal() argument
|
| H A D | importSpecifierBuilder.h | 35 ImportSpecifierBuilder &SetLocal(Identifier *local) in SetLocal() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/module/ |
| H A D | importDefaultSpecifier.h | 36 explicit ImportDefaultSpecifier(Identifier *local) : Statement(AstNodeType::IMPORT_DEFAULT_SPECIFIER), local_(local) in ImportDefaultSpecifier() argument
|
| H A D | importNamespaceSpecifier.h | 36 explicit ImportNamespaceSpecifier(Identifier *local) in ImportNamespaceSpecifier() argument
|
| H A D | exportSpecifier.h | 36 explicit ExportSpecifier(Identifier *local, Identifier *exported, bool isType) in ExportSpecifier() argument
|
| H A D | importSpecifier.h | 36 explicit ImportSpecifier(Identifier *imported, Identifier *local, bool isType, bool isLazy) in ImportSpecifier() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| H A D | lexenv.cpp | 54 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 D | lexenv.cpp | 62 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 D | templateclassglobal_fuzzer.cpp | 49 [[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 D | thread.h | 106 SharedPtrToSharedPtrStruct<Tuple> local; in ProxyFunc() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | lse.h | 96 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 D | thread.h | 111 SharedPtrToSharedPtrStruct<Tuple> local; in ProxyFunc() local
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| H A D | entityDeclarator.cpp | 83 auto *local = checker->AllocNode<ir::Identifier>(classDeclName, allocator); in CreateIrImport() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/ |
| H A D | importExportDecls.cpp | 195 auto local = spec->Local(); in VisitExportNamedDeclaration() local
|
| /arkcompiler/runtime_core/assembler/tests/ |
| H A D | assembler_emitter_test.cpp | 1143 panda::pandasm::debuginfo::LocalVariable local; in HWTEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | alias_analysis.h | 131 void SetLocalVolatile(bool local, bool isVolatile) in SetLocalVolatile() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| H A D | scopesInitPhase.cpp | 308 const auto *local = importSpec->Local(); in VisitImportDefaultSpecifier() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | ASparser.cpp | 1357 ir::Identifier *local = ParseNamedImport(Lexer()->GetToken()); in ParseImportDefaultSpecifier() local
|
| H A D | TSparser.cpp | 2104 ir::Identifier *local = ParseNamedImport(Lexer()->GetToken()); in ParseImportDefaultSpecifier() local
|