Searched full:functiontype (Results 1 – 3 of 3) sorted by relevance
411 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"
1027 functiontype=return_type,1067 functiontype=return_type,
1700 if not isinstance(field[2], types.FunctionType):