Searched defs:lang_hooks_for_tree_inlining (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | langhooks.h | 34 struct lang_hooks_for_tree_inlining struct 36 union tree_node *(*walk_subtrees) PARAMS ((union tree_node **, int *, 41 int (*cannot_inline_tree_fn) PARAMS ((union tree_node **)); 42 int (*disregard_inline_limits) PARAMS ((union tree_node *)); 43 union tree_node *(*add_pending_fn_decls) PARAMS ((void *, 45 int (*tree_chain_matters_p) PARAMS ((union tree_node *)); 46 int (*auto_var_in_fn_p) PARAMS ((union tree_node *, union tree_node *)); 47 union tree_node *(*copy_res_decl_for_inlining) PARAMS ((union tree_node *, 52 int (*anon_aggr_type_p) PARAMS ((union tree_node *)); 53 bool (*var_mod_type_p) PARAMS ((union tree_node *)); [all …]
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | langhooks.h | 36 struct lang_hooks_for_tree_inlining struct 38 tree (*walk_subtrees) (tree *, int *, 41 int (*cannot_inline_tree_fn) (tree *); 42 int (*disregard_inline_limits) (tree); 43 tree (*add_pending_fn_decls) (void *, tree); 44 int (*auto_var_in_fn_p) (tree, tree); 45 int (*anon_aggr_type_p) (tree); 46 bool (*var_mod_type_p) (tree, tree); 47 int (*start_inlining) (tree); 48 void (*end_inlining) (tree); [all …]
|