Searched refs:new_map (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/gcc/
H A Dc-lex.c215 fe_file_change (const struct line_map *new_map)
217 if (new_map == NULL)
220 if (new_map->reason == LC_ENTER)
224 if (!MAIN_FILE_P (new_map))
227 int included_at = LAST_SOURCE_LINE_LOCATION (new_map - 1);
230 push_srcloc (new_map->start_location);
232 int included_at = LAST_SOURCE_LINE (new_map - 1);
235 push_srcloc (new_map->to_file, 1);
237 (*debug_hooks->start_source_file) (included_at, new_map->to_file);
241 else if (new_map
214 fe_file_change(const struct line_map *new_map) argument
[all...]
H A Dc-opts.c1522 const struct line_map *new_map) struct
1525 pp_file_change (new_map);
1527 fe_file_change (new_map);
1529 if (new_map == 0 || (new_map->reason == LC_LEAVE && MAIN_FILE_P (new_map)))
H A Dipa-type-escape.c1633 bitmap new_map;
1654 /* The new_map will have all of the bits for the enclosed fields and
1656 new_map = BITMAP_ALLOC (&ipa_obstack);
1661 bitmap_set_bit (new_map, i);
1663 bitmap_ior_into (new_map, submap);
1665 result->value = (splay_tree_value) new_map;
1668 return new_map;
1632 bitmap new_map; local
/freebsd-10-stable/contrib/groff/src/devices/xditview/
H A Dfont.c312 DviFontMap *fm, *new_map; local
331 new_map = (DviFontMap *) XtMalloc (sizeof *new_map);
332 new_map->x_name = savestr (x_name);
333 new_map->dvi_name = savestr (dvi_name);
334 new_map->next = fm;
335 fm = new_map;
H A DDvi.c355 char *new_map; local
362 new_map = XtMalloc (strlen (request->dvi.font_map_string) + 1);
363 if (new_map) {
365 strcpy (new_map, request->dvi.font_map_string);
366 new_wd->dvi.font_map_string = new_map;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTImporter.cpp397 NamespaceMapSP new_map; local
399 new_map.reset(new NamespaceMap);
405 context_md->m_map_completer->CompleteNamespaceMap (new_map, ConstString(namespace_string.c_str()), parent_map);
408 context_md->m_namespace_maps[decl] = new_map;
/freebsd-10-stable/sys/vm/
H A Dvm_map.c3319 vm_map_t new_map, old_map; local
3336 new_map = &vm2->vm_map;
3337 locked = vm_map_trylock(new_map); /* trylock to silence WITNESS */
3424 new_entry = vm_map_entry_create(new_map);
3439 vm_map_entry_link(new_map, new_map->header.prev,
3446 pmap_copy(new_map->pmap, old_map->pmap,
3456 new_entry = vm_map_entry_create(new_map);
3467 vm_map_entry_link(new_map, new_map
[all...]
/freebsd-10-stable/contrib/binutils/bfd/
H A Darchive.c1868 struct orl *new_map;
1875 new_map = bfd_realloc (map, amt);
1876 if (new_map == NULL)
1879 map = new_map;
1859 struct orl *new_map; local
/freebsd-10-stable/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c135 swap_map(struct ip_fw_chain *chain, struct ip_fw **new_map, int new_len) argument
143 chain->map = new_map;

Completed in 95 milliseconds