Home
last modified time | relevance | path

Searched defs:Visitor (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/docs/
Dir_format.md284 ## Visitor section in Panda Intermediate representation(IR) design
/arkcompiler/runtime_core/static_core/docs/
Dir_format.md293 ## Visitor section in Panda Intermediate representation(IR) design
/arkcompiler/runtime_core/libabckit/src/codegen/templates_dynamic/
Dcodegen_dynamic_isapi.rb55 Visitor = Struct.new(:ir_op, :switch) constant
/arkcompiler/runtime_core/bytecode_optimizer/
Dbytecode_optimizer_isapi.rb55 Visitor = Struct.new(:ir_op, :switch) constant
/arkcompiler/runtime_core/libabckit/src/codegen/
Dcodegen_static_isapi.rb53 Visitor = Struct.new(:ir_op, :cpp, :switch) constant
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dbytecode_optimizer_isapi.rb55 Visitor = Struct.new(:ir_op, :cpp, :switch) constant
/arkcompiler/runtime_core/taihe/compiler/taihe/parse/
Dconvert.py24 from taihe.parse.antlr.TaiheVisitor import TaiheVisitor as Visitor unknown
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dinlay_hints.cpp374 void Visitor(const ir::AstNode *node, InlayHintProcessingContext &context, InlayHintList *result) in Visitor() function