Home
last modified time | relevance | path

Searched refs:lang_dependent_init (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dtoplev.c107 static int lang_dependent_init (const char *);
1891 lang_dependent_init (const char *name) in lang_dependent_init() function
2009 if (lang_dependent_init (main_input_filename)) in do_compile()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtoplev.c106 static int lang_dependent_init PARAMS ((const char *));
5360 lang_dependent_init (name) in lang_dependent_init() function
5505 if (lang_dependent_init (filename)) in do_compile()
H A DChangeLog.64734 * toplev.c (lang_dependent_init): New prototype.
4737 (lang_dependent_init): Stop if lang_hooks.init fails.
5129 process_options, lang_indpendent_init, lang_dependent_init,
H A DChangeLog18934 * toplev.c (lang_dependent_init): Create function context for
H A DChangeLog.76814 * toplev.c (lang_dependent_init): Run init_expr_once here ...