Home
last modified time | relevance | path

Searched defs:program_ (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/runtime_core/static_core/abc2program/
Dabc2program_driver.h37 pandasm::Program program_; variable
Dabc2program_key_data.h57 pandasm::Program &program_; variable
Dabc_file_processor.h57 pandasm::Program *program_ = nullptr; variable
Dabc_file_entity_processor.h58 … pandasm::Program *program_ = nullptr; // NOLINT(misc-non-private-member-variables-in-classes) variable
/arkcompiler/runtime_core/abc2program/
Dabc2program_driver.h35 pandasm::Program program_; variable
Dabc_file_entity_processor.h39 pandasm::Program *program_ = nullptr; variable
Dprogram_dump.h101 const pandasm::Program *program_ = nullptr; variable
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DetsWarningAnalyzer.h74 parser::Program *program_; variable
/arkcompiler/runtime_core/abc2program/common/
Dabc2program_entity_container.h70 pandasm::Program &program_; variable
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.h140 pandasm::Program *program_; variable
/arkcompiler/ets_frontend/ets2panda/test/unit/
DglobalETSObjectType_test.h114 parser::Program program_; variable
Dunion_normalisation_test.h166 parser::Program program_; variable
Dextern_flag_test.cpp105 std::unique_ptr<pandasm::Program> program_ {}; member in ark::es2panda::compiler::test::DeclareTest
Drest_parameter_flag_test.cpp105 std::unique_ptr<pandasm::Program> program_ {}; member in ark::es2panda::compiler::test::RestParameterTest
/arkcompiler/ets_frontend/ets2panda/parser/
DparserImpl.h539 Program *program_; variable
/arkcompiler/runtime_core/static_core/libpandafile/
Dline_number_program.h296 const uint8_t *program_; variable
Dfile_items.h764 LineNumberProgramItem *program_; variable
/arkcompiler/runtime_core/libpandafile/
Dline_number_program.h287 const uint8_t *program_; variable
Dfile_items.h752 LineNumberProgramItem *program_; variable
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompileQueue.h163 pandasm::Program *program_; variable
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.h380 Program *program_; variable
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h649 Program program_; in DEFINE_BITOPS() local