Home
last modified time | relevance | path

Searched refs:VariableDeclaration (Results 1 – 25 of 1558) sorted by relevance

12345678910>>...63

/arkcompiler/ets_frontend/ets2panda/ir/statements/
DvariableDeclaration.cpp34 void VariableDeclaration::TransformChildren(const NodeTransformer &cb) in TransformChildren()
45 void VariableDeclaration::Iterate(const NodeTraverser &cb) const in Iterate()
56 void VariableDeclaration::Dump(ir::AstDumper *dumper) const in Dump()
85 void VariableDeclaration::Dump(ir::SrcDumper *dumper) const in Dump()
113 void VariableDeclaration::Compile(compiler::PandaGen *pg) const in Compile()
118 void VariableDeclaration::Compile(compiler::ETSGen *etsg) const in Compile()
123 checker::Type *VariableDeclaration::Check(checker::TSChecker *checker) in Check()
128 checker::Type *VariableDeclaration::Check([[maybe_unused]] checker::ETSChecker *checker) in Check()
/arkcompiler/ets_frontend/es2panda/ir/statements/
DvariableDeclaration.cpp26 void VariableDeclaration::Iterate(const NodeTraverser &cb) const in Iterate()
33 void VariableDeclaration::Dump(ir::AstDumper *dumper) const in Dump()
61 void VariableDeclaration::Compile(compiler::PandaGen *pg) const in Compile()
68 checker::Type *VariableDeclaration::Check(checker::Checker *checker) const in Check()
77 void VariableDeclaration::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf()
DvariableDeclarator.cpp51 const ir::VariableDeclaration *decl = parent_->AsVariableDeclaration(); in Compile()
61 if (decl->Kind() == ir::VariableDeclaration::VariableDeclarationKind::VAR) { in Compile()
64 …if (decl->Kind() == ir::VariableDeclaration::VariableDeclarationKind::LET && !decl->Parent()->IsCa… in Compile()
79 ir::VariableDeclaration::VariableDeclarationKind::CONST; in CheckSimpleVariableDeclaration()
DvariableDeclaration.h34 class VariableDeclaration : public Statement {
38 …explicit VariableDeclaration(VariableDeclarationKind kind, ArenaVector<VariableDeclarator *> &&dec… in VariableDeclaration() function
/arkcompiler/ets_frontend/ets2panda/test/compiler/js/
Dmany_locals_1-expected.txt5 "type": "VariableDeclaration",
110 "type": "VariableDeclaration",
168 "type": "VariableDeclaration",
226 "type": "VariableDeclaration",
284 "type": "VariableDeclaration",
342 "type": "VariableDeclaration",
400 "type": "VariableDeclaration",
458 "type": "VariableDeclaration",
516 "type": "VariableDeclaration",
574 "type": "VariableDeclaration",
[all …]
/arkcompiler/ets_frontend/ets2panda/test/compiler/ets/
DmanyLocalsParamRegUsage-expected.txt14434 "type": "VariableDeclaration",
14492 "type": "VariableDeclaration",
14550 "type": "VariableDeclaration",
14608 "type": "VariableDeclaration",
14666 "type": "VariableDeclaration",
14724 "type": "VariableDeclaration",
14782 "type": "VariableDeclaration",
14840 "type": "VariableDeclaration",
14898 "type": "VariableDeclaration",
14956 "type": "VariableDeclaration",
[all …]
DinvalidCallInstruction-expected.txt181 "type": "VariableDeclaration",
239 "type": "VariableDeclaration",
297 "type": "VariableDeclaration",
355 "type": "VariableDeclaration",
413 "type": "VariableDeclaration",
471 "type": "VariableDeclaration",
529 "type": "VariableDeclaration",
587 "type": "VariableDeclaration",
645 "type": "VariableDeclaration",
703 "type": "VariableDeclaration",
[all …]
DboxingConversion2-expected.txt209 "type": "VariableDeclaration",
280 "type": "VariableDeclaration",
351 "type": "VariableDeclaration",
422 "type": "VariableDeclaration",
493 "type": "VariableDeclaration",
564 "type": "VariableDeclaration",
635 "type": "VariableDeclaration",
706 "type": "VariableDeclaration",
777 "type": "VariableDeclaration",
877 "type": "VariableDeclaration",
[all …]
Dimplicit-conversion-expected.txt209 "type": "VariableDeclaration",
308 "type": "VariableDeclaration",
407 "type": "VariableDeclaration",
506 "type": "VariableDeclaration",
605 "type": "VariableDeclaration",
704 "type": "VariableDeclaration",
803 "type": "VariableDeclaration",
917 "type": "VariableDeclaration",
1016 "type": "VariableDeclaration",
1115 "type": "VariableDeclaration",
[all …]
Dconversion-w-ASExpr-expected.txt209 "type": "VariableDeclaration",
334 "type": "VariableDeclaration",
459 "type": "VariableDeclaration",
584 "type": "VariableDeclaration",
709 "type": "VariableDeclaration",
834 "type": "VariableDeclaration",
959 "type": "VariableDeclaration",
1084 "type": "VariableDeclaration",
1209 "type": "VariableDeclaration",
1334 "type": "VariableDeclaration",
[all …]
/arkcompiler/ets_frontend/ets2panda/test/parser/js/
Dtest-var-decl-expected.txt5 "type": "VariableDeclaration",
50 "type": "VariableDeclaration",
95 "type": "VariableDeclaration",
153 "type": "VariableDeclaration",
284 "type": "VariableDeclaration",
371 "type": "VariableDeclaration",
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-var-decl-expected.txt5 "type": "VariableDeclaration",
49 "type": "VariableDeclaration",
93 "type": "VariableDeclaration",
150 "type": "VariableDeclaration",
277 "type": "VariableDeclaration",
362 "type": "VariableDeclaration",
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/
Dcast_expressions-expected.txt209 "type": "VariableDeclaration",
321 "type": "VariableDeclaration",
433 "type": "VariableDeclaration",
545 "type": "VariableDeclaration",
657 "type": "VariableDeclaration",
769 "type": "VariableDeclaration",
881 "type": "VariableDeclaration",
993 "type": "VariableDeclaration",
1241 "type": "VariableDeclaration",
1312 "type": "VariableDeclaration",
[all …]
Duser_defined_2-expected.txt168 "type": "VariableDeclaration",
226 "type": "VariableDeclaration",
284 "type": "VariableDeclaration",
342 "type": "VariableDeclaration",
400 "type": "VariableDeclaration",
458 "type": "VariableDeclaration",
516 "type": "VariableDeclaration",
574 "type": "VariableDeclaration",
DconditionalExpressionType-expected.txt209 "type": "VariableDeclaration",
280 "type": "VariableDeclaration",
380 "type": "VariableDeclaration",
451 "type": "VariableDeclaration",
551 "type": "VariableDeclaration",
650 "type": "VariableDeclaration",
750 "type": "VariableDeclaration",
821 "type": "VariableDeclaration",
921 "type": "VariableDeclaration",
1020 "type": "VariableDeclaration",
[all …]
Duser_defined_1-expected.txt168 "type": "VariableDeclaration",
239 "type": "VariableDeclaration",
310 "type": "VariableDeclaration",
381 "type": "VariableDeclaration",
452 "type": "VariableDeclaration",
523 "type": "VariableDeclaration",
/arkcompiler/ets_frontend/ets2panda/test/unit/
Dnode_creator.h34 ir::VariableDeclaration *CreateVarDecl(bool declare, util::StringView name = "x")
39 …return alloc_->New<ir::VariableDeclaration>(ir::VariableDeclaration::VariableDeclarationKind::LET,…
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-type-annotation-expected.txt5 "type": "VariableDeclaration",
62 "type": "VariableDeclaration",
119 "type": "VariableDeclaration",
176 "type": "VariableDeclaration",
233 "type": "VariableDeclaration",
290 "type": "VariableDeclaration",
347 "type": "VariableDeclaration",
404 "type": "VariableDeclaration",
461 "type": "VariableDeclaration",
518 "type": "VariableDeclaration",
[all …]
Dtest-as-expression3-expected.txt5 "type": "VariableDeclaration",
102 "type": "VariableDeclaration",
199 "type": "VariableDeclaration",
342 "type": "VariableDeclaration",
454 "type": "VariableDeclaration",
Dtest-type-query-expected.txt5 "type": "VariableDeclaration",
62 "type": "VariableDeclaration",
133 "type": "VariableDeclaration",
321 "type": "VariableDeclaration",
434 "type": "VariableDeclaration",
Dtest-arrow-function3-expected.txt5 "type": "VariableDeclaration",
75 "type": "VariableDeclaration",
173 "type": "VariableDeclaration",
Dtest-ts-type-assertion-expected.txt47 "type": "VariableDeclaration",
104 "type": "VariableDeclaration",
187 "type": "VariableDeclaration",
Dtest_module-expected.txt24 "type": "VariableDeclaration",
312 "type": "VariableDeclaration",
490 "type": "VariableDeclaration",
694 "type": "VariableDeclaration",
993 "type": "VariableDeclaration",
1071 "type": "VariableDeclaration",
1129 "type": "VariableDeclaration",
1174 "type": "VariableDeclaration",
1266 "type": "VariableDeclaration",
1324 "type": "VariableDeclaration",
[all …]
/arkcompiler/ets_frontend/ets2panda/test/parser/ts/
Dtest-type-annotation-expected.txt5 "type": "VariableDeclaration",
63 "type": "VariableDeclaration",
121 "type": "VariableDeclaration",
179 "type": "VariableDeclaration",
237 "type": "VariableDeclaration",
295 "type": "VariableDeclaration",
353 "type": "VariableDeclaration",
411 "type": "VariableDeclaration",
469 "type": "VariableDeclaration",
527 "type": "VariableDeclaration",
[all …]
Dtest-type-query-expected.txt5 "type": "VariableDeclaration",
63 "type": "VariableDeclaration",
136 "type": "VariableDeclaration",
329 "type": "VariableDeclaration",
445 "type": "VariableDeclaration",

12345678910>>...63