Home
last modified time | relevance | path

Searched refs:lookup_compiler (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcc.cc364 static struct compiler *lookup_compiler (const char *, size_t, const char *);
8852 struct compiler *compiler = lookup_compiler (name, in prepare_infiles()
8914 = lookup_compiler (infiles[i].name, input_filename_length, in do_spec_on_infiles()
9214 lookup_compiler (const char *name, size_t length, const char *language) in lookup_compiler() function
9284 return lookup_compiler (NULL, 0, cp->spec + 1); in lookup_compiler()
H A DFSFChangeLog2123 * gcc.c (lookup_compiler): Remove redundant test.
2230 (lookup_compiler): Return 0 for language of "*".
H A DChangeLog-19997835 (lookup_compiler): Call memcpy, not bcopy.
17979 read_specs, set_spec, lookup_compiler, build_search_list,
H A DChangeLog-199815117 (lookup_compiler): Change type of second argument to size_t;
H A DChangeLog-201740989 (lookup_compiler): Do not show error message with have_E.
41472 * gcc.c (lookup_compiler): Reject '-' filename for a precompiled
H A DChangeLog-200021000 * gcc.c (lookup_compiler): Make multiple passes for case
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcc.c334 static struct compiler *lookup_compiler (const char *, size_t, const char *);
8114 struct compiler *compiler = lookup_compiler (name, in prepare_infiles()
8176 = lookup_compiler (infiles[i].name, input_filename_length, in do_spec_on_infiles()
8435 lookup_compiler (const char *name, size_t length, const char *language) in lookup_compiler() function
8505 return lookup_compiler (NULL, 0, cp->spec + 1); in lookup_compiler()
H A DFSFChangeLog2123 * gcc.c (lookup_compiler): Remove redundant test.
2230 (lookup_compiler): Return 0 for language of "*".