Searched refs:DECL_INLINE (Results 1 – 25 of 33) sorted by relevance
12
106 DECL_INLINE (clone) = DECL_INLINE (fn); in maybe_clone_body()
160 DECL_INLINE (thunk) = 0; in make_thunk()284 DECL_INLINE (alias) = 0; in make_alias_for()1102 DECL_INLINE (fn) = 1; in implicitly_declare_fn()
2392 DECL_INLINE (current_function_decl) = 0; in start_objects()2547 DECL_INLINE (ssdf_decl) = 0; in start_static_storage_duration_function()3275 && (! DECL_REALLY_EXTERN (decl) || DECL_INLINE (decl))) in emit_instantiate_pending_templates()3643 && DECL_INLINE (DECL_TEMPLATE_RESULT in mark_used()
1643 DECL_INLINE (old_result) in duplicate_decls()1644 |= DECL_INLINE (new_result); in duplicate_decls()1897 if (DECL_INLINE (newdecl) && DECL_INITIAL (olddecl) == NULL_TREE) in duplicate_decls()1898 DECL_INLINE (olddecl) = 1; in duplicate_decls()1899 DECL_INLINE (newdecl) = DECL_INLINE (olddecl); in duplicate_decls()6050 DECL_INLINE (fndecl) = 1; in start_cleanup_fn()6674 || (flag_inline_trees == 2 && !DECL_INLINE (decl) && funcdef_flag)) in grokfndecl()6675 DECL_INLINE (decl) = 1; in grokfndecl()11962 && (DECL_INLINE (fndecl) || processing_template_decl) in finish_function()12079 DECL_INLINE (fndecl) = 1; in start_method()[all …]
1231 DECL_INLINE (clone) in register_specialization()1232 = DECL_INLINE (fn); in register_specialization()11985 if (DECL_INLINE (code_pattern) && !DECL_INLINE (decl)) in regenerate_decl_from_template()11986 DECL_INLINE (decl) = 1; in regenerate_decl_from_template()12210 && ! (TREE_CODE (d) == FUNCTION_DECL && DECL_INLINE (d)) in instantiate_decl()
2073 if (!DECL_INLINE (DECL_TEMPLATE_RESULT in cp_cannot_inline_tree_fn()
1715 off DECL_INLINE before handing a synthesized method to the1721 DECL_INLINE if at_eof.
2267 inline semantics into DECL_INLINE for actual inlining and2467 * method.c (synthesize_method): Turn off DECL_INLINE if3734 * pt.c (tsubst): Use TREE_STATIC instead of DECL_INLINE &&
2068 (grokfndecl): Set DECL_INLINE on all functions if that's what2070 (save_function_data): Clear DECL_INLINE in
1690 regardless of DECL_INLINE.2790 and ! DECL_INLINE.
5073 else if (DECL_INLINE (fn)) in build_over_call()
2778 if (DECL_INLINE (function)) in build_function_call()
3767 * optimize.c (maybe_clone_body): Set DECL_INLINE and4238 * decl.c (finish_function): Don't play games with DECL_INLINE.
1455 DECL_INLINE.3195 * lex.c (process_next_inline): Don't muck with DECL_INLINE.
73 && DECL_INLINE (fn) in c_cannot_inline_tree_fn()
143 if (TREE_CODE (decl) == FUNCTION_DECL && DECL_INLINE (decl)) in lhd_warn_unused_global_decl()
360 if (TREE_CODE (node) == FUNCTION_DECL && DECL_INLINE (node)) in print_node()443 || DECL_INLINE (node) || DECL_BUILT_IN (node)) in print_node()
263 if (!DECL_INLINE (decl) in decide_is_function_needed()1516 : DECL_INLINE (decl)); in cgraph_preserve_function_body_p()
1851 DECL_INLINE (newdecl) = 0; in merge_decls()1891 if (DECL_INLINE (olddecl) && !DECL_UNINLINABLE (newdecl)) in merge_decls()1893 DECL_INLINE (newdecl) = 1; in merge_decls()1904 DECL_INLINE (newdecl) = 1; in merge_decls()5410 DECL_INLINE (decl) = 1; in grokdeclarator()5416 DECL_INLINE (decl) = 1; in grokdeclarator()7356 && DECL_INLINE (fndecl)) in finish_function()
75 && ! (DECL_INLINE (current_function_decl) && ! flag_no_inline)) in clear_pending_stack_adjust()
1031 return (DECL_INLINE (decl) && !flag_really_no_inline); in cgraph_function_possibly_inlined_p()
1522 else if (!DECL_INLINE (fn) && !flag_unit_at_a_time) in inlinable_function_p()1536 && DECL_INLINE (fn) in inlinable_function_p()
303 if (!DECL_INLINE (decl)) in cgraph_default_inline_p()
3124 #define DECL_INLINE(NODE) (FUNCTION_DECL_CHECK (NODE)->function_decl.inline_flag) macro
959 * integrate.c (output_inline_function): Just unset DECL_INLINE.