Lines Matching defs:arguments
98 infer block arguments.
122 def arguments(self):
123 return self.entry_block.arguments
147 block arguments will be passed positionally to the Python function. In
148 addition, if the Python function accepts keyword arguments generally or
193 func_args = func_op.entry_block.arguments
259 arguments: Optional[List] = None,
268 1. A function op to be called followed by a list of arguments.
270 called as string, following by a list of arguments.
272 called as symbol reference attribute, followed by a list of arguments.
281 arguments if not provided by the surrounding context managers.
290 + "the second argument to be a list of call arguments, "
293 if arguments is not None:
319 calleeOrResults, argumentsOrCallee, arguments, loc=loc, ip=ip
327 arguments,