Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dlanghooks.h149 struct lang_hooks_for_decls struct
154 bool (*global_bindings_p) (void);
160 tree (*pushdecl) (tree);
163 tree (*getdecls) (void);
166 bool (*function_decl_explicit_p) (tree);
170 bool (*generic_generic_parameter_decl_p) (const_tree);
174 bool (*function_parm_expanded_from_pack_p) (tree, tree);
177 tree (*get_generic_function_decl) (const_tree);
181 bool (*warn_unused_global) (const_tree);
185 void (*final_write_globals) (void);
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dlanghooks.h181 struct lang_hooks_for_decls struct
186 bool (*global_bindings_p) (void);
192 tree (*pushdecl) (tree);
195 tree (*getdecls) (void);
199 int (*decl_dwarf_attribute) (const_tree, int);
203 bool (*generic_generic_parameter_decl_p) (const_tree);
207 bool (*function_parm_expanded_from_pack_p) (tree, tree);
210 tree (*get_generic_function_decl) (const_tree);
214 bool (*warn_unused_global) (const_tree);
220 void (*post_compilation_parsing_cleanups) (void);
[all …]