Home
last modified time | relevance | path

Searched defs:lang_hooks_for_decls (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlanghooks.h200 struct lang_hooks_for_decls struct
205 bool (*global_bindings_p) (void);
211 tree (*pushdecl) (tree);
214 tree (*getdecls) (void);
218 int (*decl_dwarf_attribute) (const_tree, int);
222 bool (*generic_generic_parameter_decl_p) (const_tree);
226 bool (*function_parm_expanded_from_pack_p) (tree, tree);
229 tree (*get_generic_function_decl) (const_tree);
233 bool (*warn_unused_global) (const_tree);
239 void (*post_compilation_parsing_cleanups) (void);
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlanghooks.h185 struct lang_hooks_for_decls struct
190 bool (*global_bindings_p) (void);
196 tree (*pushdecl) (tree);
199 tree (*getdecls) (void);
203 int (*decl_dwarf_attribute) (const_tree, int);
207 bool (*generic_generic_parameter_decl_p) (const_tree);
211 bool (*function_parm_expanded_from_pack_p) (tree, tree);
214 tree (*get_generic_function_decl) (const_tree);
218 bool (*warn_unused_global) (const_tree);
224 void (*post_compilation_parsing_cleanups) (void);
[all …]