Searched refs:function_pointer (Results 1 – 1 of 1) sorted by relevance
28 function_pointer = KernRe(r"([^\(]*\(\*)\s*\)\s*\(([^\)]*)\)", cache=False)423 if function_pointer.search(dtype):424 signature += function_pointer.group(1) + parameter + function_pointer.group(3)1037 if function_pointer.match(dtype):1039 self.data += f'".BI "{parenth}{function_pointer.group(1)}" " ") ({function_pointer.group(2)}){post}"' + "\n"26 function_pointer = KernRe(r"([^\(]*\(\*)\s*\)\s*\(([^\)]*)\)", cache=False) global() variable