Home
last modified time | relevance | path

Searched defs:lang_hooks (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dlanghooks.h237 struct lang_hooks struct
240 const char *name;
244 size_t identifier_size;
250 size_t (*tree_size) (enum tree_code);
255 unsigned int (*init_options) (unsigned int argc, const char **argv);
259 void (*initialize_diagnostics) (struct diagnostic_context *);
270 int (*handle_option) (size_t code, const char *arg, int value);
274 bool (*missing_argument) (const char *opt, size_t code);
284 bool (*post_options) (const char **);
289 bool (*init) (void);
[all …]
H A Dc-lang.c49 const struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dlanghooks.h181 struct lang_hooks struct
184 const char *name;
188 size_t identifier_size;
192 void (*init_options) PARAMS ((void));
202 int (*decode_option) PARAMS ((int, char **));
214 bool (*post_options) PARAMS ((void));
222 const char * (*init) PARAMS ((const char *));
225 void (*finish) PARAMS ((void));
229 void (*parse_file) PARAMS ((int));
232 void (*clear_binding_stack) PARAMS ((void));
[all …]
H A Dc-lang.c118 const struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-lang.c56 const struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcp-lang.c55 const struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable
/openbsd-src/gnu/gcc/gcc/objcp/
H A Dobjcp-lang.c57 const struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-lang.c116 const struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dcp-lang.c157 const struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dlang.c300 const struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable
/openbsd-src/gnu/gcc/gcc/treelang/
H A Dtreetree.c192 const struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable
/openbsd-src/gnu/usr.bin/gcc/gcc/treelang/
H A Dtreetree.c129 const struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c14166 const struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable