Home
last modified time | relevance | path

Searched defs:kwargs (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/irtoc/lang/
Dcpp_function.rb36 def params(**kwargs)
40 def cpp_params(**kwargs)
Dinstruction.rb42 def initialize(name, index, bb, **kwargs)
116 def method_missing(method, *args, **kwargs, &block)
Dirtoc.rb88 def function(name, **kwargs, &block)
/arkcompiler/runtime_core/tests/checked/
Dchecker.rb417 def ASM(**kwargs)
422 def ASM_NEXT(**kwargs)
427 def ASM_NOT(**kwargs)
432 def ASM_NEXT_NOT(**kwargs)
437 def select_asm(kwargs) argument
/arkcompiler/runtime_core/static_core/tests/checked/
Dchecker.rb482 def ASM(**kwargs)
487 def ASM_NEXT(**kwargs)
492 def ASM_NOT(**kwargs)
497 def ASM_NEXT_NOT(**kwargs)
502 def select_asm(kwargs) argument
/arkcompiler/ets_runtime/tools/circuit_viewer/test/
Dtest_viewer.py36 def __init__(self, *args, **kwargs):