Searched refs:get_input_file (Results 1 – 3 of 3) sorted by relevance
/external/clang/utils/check_cfc/ |
D | test_check_cfc.py | 129 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(['clang', "\"'test.c'\""]), "\"'test.c'\"")
|
D | check_cfc.py | 121 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/ |
D | gold-plugin.cpp | 71 static ld_plugin_get_input_file get_input_file = nullptr; variable 215 get_input_file = tv->tv_u.tv_get_input_file; in onload() 255 if (!get_input_file) { in onload() 842 if (get_input_file(F.handle, &File) != LDPS_OK) in allSymbolsReadHook()
|