Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py1141 def function_pointer_to_name(f): function
1176 func = function_pointer_to_name(mgr)
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py1241 def function_pointer_to_name(f): function
1278 func = function_pointer_to_name(mgr)
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2020488 * python/libstdcxx/v6/printers.py (function_pointer_to_name):