| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ |
| H A D | plugin_phase.cpp | 20 bool PluginPhase::Perform(public_lib::Context *ctx, [[maybe_unused]] parser::Program *program) in Perform() argument
|
| H A D | checkerPhase.cpp | 20 bool CheckerPhase::Perform(public_lib::Context *ctx, [[maybe_unused]] parser::Program *program) in Perform() argument
|
| H A D | resolveIdentifiers.cpp | 21 bool ResolveIdentifiers::Perform(public_lib::Context *ctx, [[maybe_unused]] parser::Program *program) in Perform() argument
|
| H A D | phase.h | 31 Precondition([[maybe_unused]] public_lib::Context *ctx, [[maybe_unused]] const parser::Program *program) Precondition() argument 37 Postcondition([[maybe_unused]] public_lib::Context *ctx, [[maybe_unused]] const parser::Program *program) Postcondition() argument
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| H A D | programCache.h | 25 panda::pandasm::Program program; member [all...] |
| /arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/ |
| H A D | XShader.js | |
| /arkcompiler/ets_frontend/ets2panda/util/ |
| H A D | errorHandler.h | 27 explicit ErrorHandler(const parser::Program *program) : program_(program) {} in ErrorHandler() argument
|
| H A D | errorHandler.cpp | 28 void ErrorHandler::ThrowSyntaxError(const parser::Program *program, std::string_view errorMessage, in ThrowSyntaxError() argument
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| H A D | const_array_resolver_test.cpp | 40 pandasm::Program program; in TEST_F() local 83 pandasm::Program program; in TEST_F() local 121 pandasm::Program program; in TEST_F() local 151 pandasm::Program program; in TEST_F() local 182 pandasm::Program program; in TEST_F() local 242 pandasm::Program program; TEST_F() local 294 pandasm::Program program; TEST_F() local 329 pandasm::Program program; TEST_F() local 356 pandasm::Program program; TEST_F() local [all...] |
| H A D | bitops_bitwise_and_test.cpp | 69 auto &program = res.Value(); in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | partialExportClassGen.cpp | 33 bool PartialExportClassGen::Perform(public_lib::Context *const ctx, parser::Program *const program) in Perform() argument
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | ASparser.h | 25 ASParser(Program *program, const CompilerOptions &options, ParserStatus status = ParserStatus::NO_OPTS) in ASParser() argument
|
| H A D | JSparser.h | 24 JSParser(Program *program, const CompilerOptions &options, ParserStatus status = ParserStatus::NO_OPTS) in JSParser() argument
|
| H A D | TSparser.h | 30 TSParser(Program *program, const CompilerOptions &options, ParserStatus status = ParserStatus::NO_OPTS) in TSParser() argument
|
| /arkcompiler/ets_frontend/ets2panda/parser/context/ |
| H A D | parserContext.cpp | 21 ParserContext::ParserContext(const Program *program, ParserStatus status) in ParserContext() argument
|
| /arkcompiler/runtime_core/static_core/abc2program/ |
| H A D | abc2program_compiler.cpp | 43 bool Abc2ProgramCompiler::FillProgramData(pandasm::Program &program) in FillProgramData() argument
|
| H A D | abc2program_key_data.h | 32 Abc2ProgramKeyData(const panda_file::File &file, AbcStringTable &stringTable, pandasm::Program &program) in Abc2ProgramKeyData() argument
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
| H A D | bitops_bitwise_and_test.cpp | 70 auto &program = res.Value(); in TEST_F() local
|
| H A D | const_array_resolver_test.cpp | 43 pandasm::Program program; in TEST_F() local 88 pandasm::Program program; in TEST_F() local 120 pandasm::Program program; in TEST_F() local 164 pandasm::Program program; in TEST_F() local 194 pandasm::Program program; in TEST_F() local 225 pandasm::Program program; TEST_F() local 286 pandasm::Program program; TEST_F() local 338 pandasm::Program program; TEST_F() local 373 pandasm::Program program; TEST_F() local 400 pandasm::Program program; TEST_F() local [all...] |
| /arkcompiler/runtime_core/static_core/disassembler/tests/ |
| H A D | extractor_test.cpp | 27 auto program = ark::pandasm::Parser().Parse(R"( in TEST() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/ |
| H A D | globalClassHandler.h | 30 parser::Program *program; member
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| H A D | etsScript.h | 29 explicit ETSScript(ArenaAllocator *allocator, ArenaVector<Statement *> &&statementList, parser::Program *program) in ETSScript() argument
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| H A D | proxyProgramsCache.cpp | 29 void ProxyProgramsCache::AddProgram(parser::Program *program) in AddProgram() argument
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/public/ |
| H A D | ast_verifier_check_infinite_loop_test.cpp | 28 char const *program; member
|
| H A D | ast_verifier_check_normal_loop_test.cpp | 28 char const *program; member
|