Home
last modified time | relevance | path

Searched defs:definitions (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/cts-generator/generator/
Dsingle_test.rb20 def initialize(command, isa, definitions, predefined, skip_header) argument
Dtest_case.rb22 … def initialize(command, current_case, instruction, definitions, predefined, template, skip_header) argument
Dcommand.rb18 def initialize(command, isa, test_name, definitions, predefined, output, skip_header) argument
Dtest_base.rb18 def initialize(isa, command, definitions, predefined, skip_header) argument
/arkcompiler/runtime_core/tests/cts-generator/generator/
Dsingle_test.rb20 def initialize(command, isa, definitions, predefined, skip_header) argument
Dtest_case.rb22 … def initialize(command, current_case, instruction, definitions, predefined, template, skip_header) argument
Dcommand.rb18 def initialize(command, isa, test_name, definitions, predefined, output, skip_header) argument
Dtest_base.rb18 def initialize(isa, command, definitions, predefined, skip_header) argument
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dget_definition_and_bound_span.cpp30 const auto definitions = lspApi->getDefinitionAtPosition(referenceFileContext, offset); in GetDefinitionAndBoundSpan() local
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dyaml-schema.json7 "definitions": { object
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dyaml-schema.json7 "definitions": { object
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DrestTupleLowering.cpp51 auto definitions = node->AsClassDefinition()->Body(); in IsClassDefinitionWithTupleRest() local