Home
last modified time | relevance | path

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

/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/irtoc/lang/
Dcpp_function.rb35 def params(**kwargs)
Dinstruction.rb24 def initialize(name, index, bb, **kwargs)
81 def method_missing(method, *args, **kwargs, &block)
Dirtoc.rb76 def function(name, **kwargs, &block)