/openbsd/gnu/llvm/llvm/utils/ |
H A D | update_test_checks.py | 84 prefix_list = [] 117 prefix_list.append((check_prefixes, tool_cmd_args, preprocess_cmd)) 121 run_list=prefix_list, 130 for prefixes, tool_args, preprocess_cmd in prefix_list: 145 prefix_set = set([prefix for prefixes, _, _ in prefix_list for prefix in prefixes]) 168 prefix_list, output_lines, 175 output_lines, prefix_list, builder.func_order(), ';', 205 prefix_list, 219 prefix_list, output_lines, 247 common.add_global_checks(builder.global_var_dict(), ';', prefix_list, [all …]
|
H A D | update_analyze_test_checks.py | 67 prefix_list = [] 94 prefix_list.append((check_prefixes, tool_cmd_args)) 97 run_list = prefix_list, 107 for prefixes, opt_args in prefix_list: 132 prefix_set = set([prefix for prefixes, _ in prefix_list for prefix in prefixes]) 154 prefix_list, 186 ti.get_checks_for_unused_prefixes(prefix_list, generated_prefixes))
|
H A D | update_mca_test_checks.py | 434 def _write_output(test_path, input_lines, prefix_list, block_infos, # noqa argument 436 prefix_set = set([prefix for prefixes, _ in prefix_list
|
/openbsd/gnu/llvm/llvm/utils/UpdateTestChecks/ |
H A D | isel.py | 51 def add_checks(output_lines, comment_marker, prefix_list, func_dict, func_name, argument 55 return common.add_checks(output_lines, comment_marker, prefix_list, func_dict,
|
H A D | common.py | 896 def add_checks(output_lines, comment_marker, prefix_list, func_dict, func_name, check_label_format,… argument 900 for p in prefix_list: 910 for p in prefix_list: 1029 def add_ir_checks(output_lines, comment_marker, prefix_list, func_dict, argument 1035 return add_checks(output_lines, comment_marker, prefix_list, func_dict, func_name, 1039 def add_analyze_checks(output_lines, comment_marker, prefix_list, func_dict, func_name, is_filtered… argument 1042 return add_checks(output_lines, comment_marker, prefix_list, func_dict, func_name, 1073 def add_global_checks(glob_val_dict, comment_marker, prefix_list, output_lines, global_vars_seen_di… argument 1080 for p in prefix_list: 1242 def add_checks_at_end(output_lines, prefix_list, func_order, argument [all …]
|
H A D | asm.py | 534 def add_checks(output_lines, comment_marker, prefix_list, func_dict, argument 538 return common.add_checks(output_lines, comment_marker, prefix_list, func_dict,
|
/openbsd/gnu/gcc/gcc/ |
H A D | collect2.c | 211 struct prefix_list struct 214 struct prefix_list *next; /* Next in linked list. */ argument 219 struct prefix_list *plist; /* List of prefixes to try */ 250 static void dump_prefix_list (FILE *, const char *, struct prefix_list *); 572 struct prefix_list *pl; in find_a_file() 652 struct prefix_list *pl, **prev; in add_prefix() 670 pl = XNEW (struct prefix_list); in add_prefix() 676 pl->next = (struct prefix_list *) 0; in add_prefix() 1755 dump_prefix_list (FILE *stream, const char *prefix, struct prefix_list *list) 2568 struct prefix_list *list = libpaths[i]->plist; in resolve_lib_name()
|
H A D | gcc.c | 283 struct prefix_list; 1401 struct prefix_list struct 1404 struct prefix_list *next; /* Next in linked list. */ argument 1414 struct prefix_list *plist; /* List of prefixes to try */ argument 2399 struct prefix_list *pl; in for_each_path() 2725 struct prefix_list *pl, **prev; in add_prefix() 2740 pl = XNEW (struct prefix_list); in add_prefix()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | collect2.c | 243 struct prefix_list struct 246 struct prefix_list *next; /* Next in linked list. */ argument 251 struct prefix_list *plist; /* List of prefixes to try */ 283 static void dump_prefix_list PARAMS ((FILE *, const char *, struct prefix_list *)); 643 struct prefix_list *pl; 725 struct prefix_list *pl, **prev; 743 pl = (struct prefix_list *) xmalloc (sizeof (struct prefix_list)); 749 pl->next = (struct prefix_list *) 0; 1840 struct prefix_list *list; 2928 struct prefix_list *list = libpaths[i]->plist;
|
H A D | gcc.c | 1272 struct prefix_list struct 1275 struct prefix_list *next; /* Next in linked list. */ argument 1286 struct prefix_list *plist; /* List of prefixes to try */ argument 2239 struct prefix_list *pprefix; 2332 struct prefix_list *pl; 2512 struct prefix_list *pl, **prev; 2527 pl = (struct prefix_list *) xmalloc (sizeof (struct prefix_list)); 4348 struct prefix_list *pl = startfile_prefixes.plist; 4637 struct prefix_list *pl = include_prefixes.plist;
|
H A D | ChangeLog.2 | 9274 c_file_name, prefix_list, libexts, is_ctor_dtor, find_a_file,
|
H A D | ChangeLog.4 | 13264 * gcc.c (struct prefix_list): Add member priority.
|
H A D | ChangeLog | 11941 (struct prefix_list): Add os_multilib field.
|
H A D | ChangeLog.6 | 13016 * gcc.c (struct prefix_list): Change prefix to const char *.
|
/openbsd/gnu/llvm/clang/include/clang/Driver/ |
H A D | Driver.h | 178 typedef SmallVector<std::string, 4> prefix_list; typedef 179 prefix_list PrefixDirs;
|
/openbsd/usr.sbin/bgpd/ |
H A D | rde.h | 40 LIST_HEAD(prefix_list, prefix); 236 struct prefix_list prefix_h;
|