Searched refs:derive_output_file (Results 1 – 2 of 2) sorted by relevance
76 check_cfc.derive_output_file(['clang', '-c', 'test.c']), 'test.o')78 check_cfc.derive_output_file(['clang', '-c', 'test.cpp']), 'test.o')79 self.assertIsNone(check_cfc.derive_output_file(['clang', '--version']))
118 def derive_output_file(args): function335 output_file_orig = derive_output_file(arguments_a)