Home
last modified time | relevance | path

Searched refs:function_pointer (Results 1 – 1 of 1) sorted by relevance

/linux/tools/lib/python/kdoc/
H A Dkdoc_output.py26 function_pointer = KernRe(r"([^\(]*\(\*)\s*\)\s*\(([^\)]*)\)", cache=False) variable
385 if function_pointer.search(dtype):
386 signature += function_pointer.group(1) + parameter + function_pointer.group(3)
721 if function_pointer.match(dtype):