Home
last modified time | relevance | path

Searched refs:init_options (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dlanghooks.h192 void (*init_options) PARAMS ((void)); member
H A Dtoplev.c4912 (*lang_hooks.init_options) ();
/openbsd-src/gnu/gcc/gcc/
H A Dlanghooks.h255 unsigned int (*init_options) (unsigned int argc, const char **argv); member
H A Dopts.c420 lang_mask = lang_hooks.init_options (argc, argv); in decode_options()