Home
last modified time | relevance | path

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

/external/clang/utils/check_cfc/
Dtest_check_cfc.py53 check_cfc.is_output_specified(['clang', '-o', 'test.o']))
54 self.assertTrue(check_cfc.is_output_specified(['clang', '-otest.o']))
56 check_cfc.is_output_specified(['clang', '-gline-tables-only']))
58 self.assertFalse(check_cfc.is_output_specified(['clang', 'test.c']))
Dcheck_cfc.py144 def is_output_specified(args): function
176 if is_output_specified(args):