Home
last modified time | relevance | path

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

/external/clang/utils/check_cfc/
Dtest_check_cfc.py139 self.assertIsNone(check_cfc.get_input_file(['clang']))
142 check_cfc.get_input_file(['clang', 'test.c']), 'test.c')
145 check_cfc.get_input_file(['clang', 'test.cpp']), 'test.cpp')
148 check_cfc.get_input_file(['clang', 'test.c', 'test2.cpp']))
150 check_cfc.get_input_file(['clang', 'test.c', 'test2.c']))
152 self.assertIsNone(check_cfc.get_input_file(['clang', 'test.i']))
153 self.assertIsNone(check_cfc.get_input_file(['clang', 'test.ii']))
156 check_cfc.get_input_file(['clang', '"test.c"']), '"test.c"')
158 check_cfc.get_input_file(['clang', "'test.c'"]), "'test.c'")
161 check_cfc.get_input_file(['clang', "\"'test.c'\""]), "\"'test.c'\"")
Dcheck_cfc.py121 infile = get_input_file(args)
184 def get_input_file(args): function
205 infile = get_input_file(args)
226 input_is_valid = bool(get_input_file(args))
384 print("{} {}".format(get_input_file(arguments_a), e.msg), file=sys.stderr)
/external/llvm/tools/gold/
Dgold-plugin.cpp72 static ld_plugin_get_input_file get_input_file = nullptr; variable
91 if (get_input_file(Handle, File.get()) != LDPS_OK) in PluginInputFile()
337 get_input_file = tv->tv_u.tv_get_input_file; in onload()
382 if (!get_input_file) { in onload()