Home
last modified time | relevance | path

Searched refs:DECL_NO_INLINE_WARNING_P (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-streamer-out.cc313 bp_pack_value (bp, DECL_NO_INLINE_WARNING_P (expr), 1); in pack_ts_function_decl_value_fields()
Dtree-streamer-in.cc346 DECL_NO_INLINE_WARNING_P (expr) = (unsigned) bp_unpack_value (bp, 1); in unpack_ts_function_decl_value_fields()
Dipa-icf.cc1046 if (DECL_NO_INLINE_WARNING_P (original->decl) in merge()
1047 != DECL_NO_INLINE_WARNING_P (alias->decl)) in merge()
Dipa-split.cc1440 DECL_NO_INLINE_WARNING_P (node->decl) = 1; in split_function()
Dtree-inline.cc4137 && !DECL_NO_INLINE_WARNING_P (fn) in tree_inlinable_function_p()
4850 && !DECL_NO_INLINE_WARNING_P (fn) in expand_call_inline()
Dlto-streamer-out.cc1337 hstate.add_flag (DECL_NO_INLINE_WARNING_P (t)); in hash_tree()
Dtree.h3294 #define DECL_NO_INLINE_WARNING_P(NODE) \ macro
DChangeLog-20085626 (DECL_NO_INLINE_WARNING_P): new.
5628 * tree-inline.c (inlinable_function_p): Set DECL_NO_INLINE_WARNING_P.
DChangeLog-201319966 * ipa-split.c (split_function): Set DECL_NO_INLINE_WARNING_P on the
DChangeLog-201129103 if DECL_NO_INLINE_WARNING_P is set on the function.
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-common.cc1246 compare_values (DECL_NO_INLINE_WARNING_P); in compare_tree_sccs_1()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-2008548 * cp/decl.c (start_method): Set DECL_NO_INLINE_WARNING_P.
Ddecl.cc18225 DECL_NO_INLINE_WARNING_P (fndecl) = 1; in grokmethod()