Searched refs:rettypes (Results 1 – 2 of 2) sorted by relevance
527 rettypes = {} variable534 if not rettypes.has_key(type):535 rettypes[type] = func548 if (name == None) or ((name not in argtypes) and (name not in rettypes)):586 if (is_known_return_type(name) == 0) and (name in rettypes):
120771 rettypes = {}120776 - if not rettypes.has_key(type):120777 - rettypes[type] = func120778 + if type not in rettypes:120779 + rettypes[type] = func120848 if (is_known_return_type(name) == 0) and (name in rettypes):