Home
last modified time | relevance | path

Searched defs:orphaned (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
Dorphaned_md.rb23 attr_accessor :orphaned accessor in OrphanedMd
25 def initialize(orphaned) argument
Dspec.rb21 attr_reader :data, :orphaned accessor in Spec
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgenericFunctionsAndConditionalInference.ts97 const orphaned = <F extends Target>(at: Ops<F>) => at.dict(ok(at)) constant