Home
last modified time | relevance | path

Searched defs:program_ (Results 1 – 24 of 24) 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.h93 const pandasm::Program *program_ = nullptr; variable
/arkcompiler/ets_frontend/ets2panda/checker/
DIsolatedDeclgenChecker.h59 parser::Program &program_; variable
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DetsWarningAnalyzer.h81 parser::Program *program_; variable
/arkcompiler/runtime_core/assembler/
Demit-item.h67 const Program &program_; variable
/arkcompiler/runtime_core/abc2program/common/
Dabc2program_entity_container.h70 pandasm::Program &program_; variable
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.h136 pandasm::Program *program_; variable
/arkcompiler/ets_frontend/ets2panda/test/utils/
Dchecker_test.h142 parser_alias::Program program_; variable
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DimportExportDecls.h174 parser::Program *program_; variable
/arkcompiler/ets_frontend/ets2panda/test/unit/
Dunion_normalisation_test.h164 parser::Program program_; variable
Dextern_flag_test.cpp126 std::unique_ptr<pandasm::Program> program_ {}; member in ark::es2panda::compiler::test::DeclareTest
/arkcompiler/runtime_core/static_core/libpandafile/
Dline_number_program.h297 const uint8_t *program_; variable
Dfile_items.h807 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/ets2panda/parser/
DparserImpl.h587 Program *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.h653 Program program_; in DEFINE_BITOPS() local