Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/contrib/
H A Dmklog.py52 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 Dmklog.py58 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 Dmklog.py62 function_extensions = {'.c', '.cpp', '.C', '.cc', '.h', '.inc', '.def', '.md'} variable
265 if not in_tests and extension in function_extensions: