Home
last modified time | relevance | path

Searched refs:DECL_INLINE (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-10-stable/contrib/gcc/cp/
Doptimize.c106 DECL_INLINE (clone) = DECL_INLINE (fn); in maybe_clone_body()
Dmethod.c160 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()
Ddecl2.c2392 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()
Ddecl.c1643 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 …]
Dpt.c1231 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()
Dtree.c2073 if (!DECL_INLINE (DECL_TEMPLATE_RESULT in cp_cannot_inline_tree_fn()
DChangeLog-19971715 off DECL_INLINE before handing a synthesized method to the
1721 DECL_INLINE if at_eof.
DChangeLog-19952267 inline semantics into DECL_INLINE for actual inlining and
2467 * method.c (synthesize_method): Turn off DECL_INLINE if
3734 * pt.c (tsubst): Use TREE_STATIC instead of DECL_INLINE &&
DChangeLog-20012068 (grokfndecl): Set DECL_INLINE on all functions if that's what
2070 (save_function_data): Clear DECL_INLINE in
DChangeLog-19961690 regardless of DECL_INLINE.
2790 and ! DECL_INLINE.
Dcall.c5073 else if (DECL_INLINE (fn)) in build_over_call()
Dtypeck.c2778 if (DECL_INLINE (function)) in build_function_call()
DChangeLog-20003767 * optimize.c (maybe_clone_body): Set DECL_INLINE and
4238 * decl.c (finish_function): Don't play games with DECL_INLINE.
DChangeLog-19941455 DECL_INLINE.
3195 * lex.c (process_next_inline): Don't muck with DECL_INLINE.
/freebsd-10-stable/contrib/gcc/
Dc-objc-common.c73 && DECL_INLINE (fn) in c_cannot_inline_tree_fn()
Dlanghooks.c143 if (TREE_CODE (decl) == FUNCTION_DECL && DECL_INLINE (decl)) in lhd_warn_unused_global_decl()
Dprint-tree.c360 if (TREE_CODE (node) == FUNCTION_DECL && DECL_INLINE (node)) in print_node()
443 || DECL_INLINE (node) || DECL_BUILT_IN (node)) in print_node()
Dcgraphunit.c263 if (!DECL_INLINE (decl) in decide_is_function_needed()
1516 : DECL_INLINE (decl)); in cgraph_preserve_function_body_p()
Dc-decl.c1851 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()
Ddojump.c75 && ! (DECL_INLINE (current_function_decl) && ! flag_no_inline)) in clear_pending_stack_adjust()
Dcgraph.c1031 return (DECL_INLINE (decl) && !flag_really_no_inline); in cgraph_function_possibly_inlined_p()
Dtree-inline.c1522 else if (!DECL_INLINE (fn) && !flag_unit_at_a_time) in inlinable_function_p()
1536 && DECL_INLINE (fn) in inlinable_function_p()
Dipa-inline.c303 if (!DECL_INLINE (decl)) in cgraph_default_inline_p()
Dtree.h3124 #define DECL_INLINE(NODE) (FUNCTION_DECL_CHECK (NODE)->function_decl.inline_flag) macro
DChangeLog-1997959 * integrate.c (output_inline_function): Just unset DECL_INLINE.

12