Home
last modified time | relevance | path

Searched full:functiontype (Results 1 – 3 of 3) sorted by relevance

/linux/tools/lib/python/kdoc/
H A Dkdoc_output.py411 if args.get('functiontype'):
412 signature = args['functiontype'] + " "
432 if args.get('typedef') or not args.get('functiontype'):
1023 if args.get('functiontype', ''):
1024 self.data += f'.B "{args["functiontype"]}" {name}' + "\n"
H A Dkdoc_parser.py1027 functiontype=return_type,
1067 functiontype=return_type,
/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py1700 if not isinstance(field[2], types.FunctionType):