Lines Matching defs:lang_hooks_for_decls
149 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);
188 bool (*ok_for_sibcall) (const_tree);
192 bool (*omp_privatize_by_reference) (const_tree);
196 enum omp_clause_default_kind (*omp_predetermined_sharing) (tree);
200 tree (*omp_report_decl) (tree);
206 bool (*omp_disregard_value_expr) (tree, bool);
210 bool (*omp_private_debug_clause) (tree, bool);
214 bool (*omp_private_outer_ref) (tree);
219 tree (*omp_clause_default_ctor) (tree clause, tree decl, tree outer);
222 tree (*omp_clause_copy_ctor) (tree clause, tree dst, tree src);
225 tree (*omp_clause_assign_op) (tree clause, tree dst, tree src);
229 tree (*omp_clause_dtor) (tree clause, tree decl);
232 void (*omp_finish_clause) (tree clause);