Home
last modified time | relevance | path

Searched refs:flip_dash_g (Results 1 – 2 of 2) sorted by relevance

/external/clang/utils/check_cfc/
Dtest_check_cfc.py14 self.assertIn('-g', check_cfc.flip_dash_g(['clang', '-c']))
15 self.assertNotIn('-g', check_cfc.flip_dash_g(['clang', '-c', '-g']))
17 '-g', check_cfc.flip_dash_g(['clang', '-g', '-c', '-g']))
Dcheck_cfc.py108 def flip_dash_g(args): function
262 alternate_command = flip_dash_g(alternate_command)