Home
last modified time | relevance | path

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

/external/clang/utils/check_cfc/
Dtest_check_cfc.py62 check_cfc.get_output_file(['clang', '-o', 'test.o']), 'test.o')
64 check_cfc.get_output_file(['clang', '-otest.o']), 'test.o')
66 check_cfc.get_output_file(['clang', '-gline-tables-only']))
69 check_cfc.get_output_file(['clang', '-c', 'test.cpp', 'test2.cpp']))
71 self.assertIsNone(check_cfc.get_output_file(['clang', '-c', 'test.c']))
Dcheck_cfc.py127 def get_output_file(args): function
146 return get_output_file(args) is not None
347 output_file_orig = get_output_file(arguments_a)