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

  /src/external/gpl3/gcc/dist/contrib/
check-params-in-docs.py 41 def target_specific(param): function
60 help_params = [x for x in help_params.keys() if not target_specific(x)]
78 texi_params = [x for x in texi_params if not target_specific(x)]
check-params-in-docs.py 41 def target_specific(param): function
60 help_params = [x for x in help_params.keys() if not target_specific(x)]
78 texi_params = [x for x in texi_params if not target_specific(x)]
  /src/external/gpl3/gcc/dist/gcc/
regenerate-opt-urls.py 272 def target_specific(url_suffix): function
283 subdir = target_specific(url_suffix)
294 self.assertEqual(target_specific('gcc/Preprocessor-Options.html#index-A'),
296 self.assertEqual(target_specific('gcc/MMIX-Options.html#index-mknuthdiv'),
regenerate-opt-urls.py 272 def target_specific(url_suffix): function
283 subdir = target_specific(url_suffix)
294 self.assertEqual(target_specific('gcc/Preprocessor-Options.html#index-A'),
296 self.assertEqual(target_specific('gcc/MMIX-Options.html#index-mknuthdiv'),

Completed in 30 milliseconds