Searched defs:inputArgs (Results 1 – 2 of 2) sorted by relevance
232 auto func(auto... inputArgs) { return typeid(inputArgs...[0]); } in func() argument
36 def get_mlir_func_obj_ty(inputArgs): argument