HomeSort by: relevance | last modified time | path
    Searched defs:function_extensions (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb/dist/contrib/
mklog.py 52 function_extensions = set(['.c', '.cpp', '.C', '.cc', '.h', '.inc', '.def']) variable
189 if not in_tests and extension in function_extensions:
mklog.py 52 function_extensions = set(['.c', '.cpp', '.C', '.cc', '.h', '.inc', '.def']) variable
189 if not in_tests and extension in function_extensions:
  /src/external/gpl3/gdb.old/dist/contrib/
mklog.py 52 function_extensions = set(['.c', '.cpp', '.C', '.cc', '.h', '.inc', '.def']) variable
189 if not in_tests and extension in function_extensions:
mklog.py 52 function_extensions = set(['.c', '.cpp', '.C', '.cc', '.h', '.inc', '.def']) variable
189 if not in_tests and extension in function_extensions:
  /src/external/gpl3/gcc/dist/contrib/
mklog.py 90 function_extensions = {'.c', '.cpp', '.C', '.cc', '.h', '.inc', '.def', '.md'} variable
292 if not in_tests and extension in function_extensions:
mklog.py 90 function_extensions = {'.c', '.cpp', '.C', '.cc', '.h', '.inc', '.def', '.md'} variable
292 if not in_tests and extension in function_extensions:
  /src/external/gpl3/gcc.old/dist/contrib/
mklog.py 62 function_extensions = {'.c', '.cpp', '.C', '.cc', '.h', '.inc', '.def', '.md'} variable
265 if not in_tests and extension in function_extensions:
mklog.py 62 function_extensions = {'.c', '.cpp', '.C', '.cc', '.h', '.inc', '.def', '.md'} variable
265 if not in_tests and extension in function_extensions:

Completed in 34 milliseconds