Searched refs:function_extensions (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gdb/dist/contrib/ |
H A D | mklog.py | 52 function_extensions = set(['.c', '.cpp', '.C', '.cc', '.h', '.inc', '.def']) variable 189 if not in_tests and extension in function_extensions:
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
H A D | mklog.py | 58 function_extensions = {'.c', '.cpp', '.C', '.cc', '.h', '.inc', '.def', '.md'} variable 235 if not in_tests and extension in function_extensions:
|
/netbsd-src/external/gpl3/gcc/dist/contrib/ |
H A D | mklog.py | 62 function_extensions = {'.c', '.cpp', '.C', '.cc', '.h', '.inc', '.def', '.md'} variable 265 if not in_tests and extension in function_extensions:
|