Lines Matching refs:Use

105 	* Makefile.in: Use -MMD instead of -MD.
122 (_cpp_init_internal_pragmas): Use register_pragma_internal.
209 Use in print_dep assignment.
233 (cpp_set_lang): Use it.
263 (.c.o): Use $(COMPILE).
272 * charset.c (conversion_loop): Use XRESIZEVEC.
276 (cpp_host_to_exec_charset): Use XNEWVEC.
277 (emit_numeric_escape): Use XRESIZEVEC.
278 (cpp_interpret_string): Use XNEWVEC.
279 (cpp_interpret_string): Use XRESIZEVEC.
281 (_cpp_convert_input): Use XNEWVEC and XRESIZEVEC.
282 * directives.c (glue_header_name): Use XNEWVEC and XRESIZEVEC.
283 (parse_include): Use XNEWVEC.
298 (_cpp_expand_op_stack): Use XRESIZEVEC.
299 * files.c (pch_open_file): Use XNEWVEC.
300 (pch_open_file): Use XRESIZEVEC.
301 (read_file_guts): Use XNEWVEC and XRESIZEVEC.
302 (dir_name_of_file): Use XNEWVEC.
303 (make_cpp_file): Use XCNEW.
307 (append_file_to_dir): Use XNEWVEC.
308 (read_filename_string): Likewise. Use XRESIZEVEC too.
309 (read_name_map): Cast return value of alloca. Use XRESIZEVEC.
310 (remap_filename): Use XNEWVEC.
312 (_cpp_save_file_entries): Use XCNEWVAR.
313 (_cpp_read_file_entries): Use XNEWVAR.
314 * identifiers.c (alloc_node): Use XOBNEW.
315 * init.c (cpp_create_reader): Use XCNEW.
318 * lex.c (add_line_note): Use XRESIZEVEC.
319 (warn_about_normalization): Use XNEWVEC.
321 (new_buff): Use XNEWVEC.
322 * line-map.c (linemap_add): Use XRESIZEVEC.
325 (expand_arg): Use XNEWVEC and XRESIZEVEC.
326 (_cpp_save_parameter): Use XRESIZEVEC.
329 (cpp_macro_definition): Use XRESIZEVEC.
330 * makedepend.c (add_clm): Use XNEW.
332 * mkdeps.c (munge): Use XNEWVEC.
333 (deps_init): Use XCNEW.
334 (deps_add_target): Use XRESIZEVEC.
336 (deps_add_dep): Use XRESIZEVEC.
337 (deps_add_vpath): Likewise. Use XNEWVEC too.
339 * pch.c (save_idents): Use XNEW and XNEWVEC.
340 (cpp_save_state): Use XNEW.
343 (cpp_write_pch_deps): Use XNEWVEC.
344 (collect_ht_nodes): Use XRESIZEVEC.
345 (cpp_valid_state): Use XNEWVEC.
346 (save_macros): Use XRESIZEVEC. Cast return value of xmemdup.
347 * symtab.c (ht_create): Use XCNEW.
349 (ht_expand): Use XCNEWVEC.
458 (cpp_spell_token): Add FORSTRING parameter. Use it.
514 * pch.c (cpp_read_state): Use ustrcspn.
600 (po/$(PACKAGE).pot): Use ":" instead of "," in --keyword
640 programs cluster. Use ACX_PROG_CC_WARNING_OPTS,
646 (.c.o): Use $(ALL_CFLAGS).
648 (clean): Use rm -rf to remove directories.
749 * directives.c: Use XNEW-family macros from libiberty.
756 * init.c (init_library): Use PACKAGE for the text domain.
762 * files.c (make_cpp_dir): Use dir_hash, not file_hash.
777 * internal.h (struct cpp_reader): Use source_location typedef instead.
814 (struct save_macro_data): Use a character array not the previous
848 (makedepend_LDADD): Use LIBICONV.
854 (makedepend_LDADD): Use LIBINTL.
881 (deps_add_dep, deps_add_target): Use apply_vpath.
882 * symtab.c (calc_hash): Use HT_HASHSTEP and HT_FINISH.