HomeSort by relevance Sort by last modified time
    Searched full:is_output_specified (Results 1 - 2 of 2) sorted by null

  /external/clang/utils/check_cfc/
test_check_cfc.py 53 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']))
check_cfc.py 144 def is_output_specified(args): function
176 if is_output_specified(args):

Completed in 723 milliseconds