Home
last modified time | relevance | path

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

/external/clang/utils/check_cfc/
Dtest_check_cfc.py76 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']))
Dcheck_cfc.py118 def derive_output_file(args): function
335 output_file_orig = derive_output_file(arguments_a)