Searched refs:flip_dash_g (Results 1 – 2 of 2) sorted by relevance
14 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']))
108 def flip_dash_g(args): function262 alternate_command = flip_dash_g(alternate_command)