OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_output_file
(Results
1 - 2
of
2
) sorted by null
/external/clang/utils/check_cfc/
test_check_cfc.py
62
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']))
check_cfc.py
127
def
get_output_file
(args):
function
146
return
get_output_file
(args) is not None
333
output_file_orig =
get_output_file
(arguments_a)
Completed in 41 milliseconds