Searched refs:get_input_file (Results 1 - 3 of 3) sorted by relevance

/external/clang/utils/check_cfc/
H A Dtest_check_cfc.py129 self.assertIsNone(check_cfc.get_input_file(['clang']))
132 check_cfc.get_input_file(['clang', 'test.c']), 'test.c')
135 check_cfc.get_input_file(['clang', 'test.cpp']), 'test.cpp')
138 check_cfc.get_input_file(['clang', 'test.c', 'test2.cpp']))
140 check_cfc.get_input_file(['clang', 'test.c', 'test2.c']))
142 self.assertIsNone(check_cfc.get_input_file(['clang', 'test.i']))
143 self.assertIsNone(check_cfc.get_input_file(['clang', 'test.ii']))
146 check_cfc.get_input_file(['clang', '"test.c"']), '"test.c"')
148 check_cfc.get_input_file(['clang', "'test.c'"]), "'test.c'")
151 check_cfc.get_input_file(['clan
[all...]
H A Dcheck_cfc.py121 infile = get_input_file(args)
184 def get_input_file(args): function
205 infile = get_input_file(args)
224 input_is_valid = bool(get_input_file(args))
/external/llvm/tools/gold/
H A Dgold-plugin.cpp71 static ld_plugin_get_input_file get_input_file = nullptr; variable
215 get_input_file = tv->tv_u.tv_get_input_file;
255 if (!get_input_file) {
256 message(LDPL_ERROR, "get_input_file not passed to LLVMgold.");
842 if (get_input_file(F.handle, &File) != LDPS_OK)

Completed in 114 milliseconds