Home
last modified time | relevance | path

Searched refs:DECL_POSSIBLY_INLINED (Results 1 – 15 of 15) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/lto/
H A Dlto-symtab.c339 DECL_POSSIBLY_INLINED (prevailing_decl) |= DECL_POSSIBLY_INLINED (decl); in lto_symtab_merge()
340 DECL_POSSIBLY_INLINED (decl) |= DECL_POSSIBLY_INLINED (prevailing_decl); in lto_symtab_merge()
1104 DECL_POSSIBLY_INLINED (n->decl) |= DECL_POSSIBLY_INLINED (decl); in lto_symtab_prevailing_virtual_decl()
1105 DECL_POSSIBLY_INLINED (decl) |= DECL_POSSIBLY_INLINED (n->decl); in lto_symtab_prevailing_virtual_decl()
H A Dlto.c1161 compare_values (DECL_POSSIBLY_INLINED); in compare_tree_sccs_1()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dipa-inline-transform.c212 DECL_POSSIBLY_INLINED (callee->decl) = true; in inline_call()
H A Dtree-streamer-out.c250 bp_pack_value (bp, DECL_POSSIBLY_INLINED (expr), 1); in pack_ts_function_decl_value_fields()
H A Dtree-streamer-in.c285 DECL_POSSIBLY_INLINED (expr) = (unsigned) bp_unpack_value (bp, 1); in unpack_ts_function_decl_value_fields()
H A Dcgraph.c2028 return DECL_POSSIBLY_INLINED (decl); in cgraph_function_possibly_inlined_p()
H A Dtree-inline.c5100 DECL_POSSIBLY_INLINED (old_decl) = 1; in tree_function_versioning()
H A Dtree.h3460 #define DECL_POSSIBLY_INLINED(DECL) \ macro
/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-inline-transform.c332 DECL_POSSIBLY_INLINED (callee->decl) = true; in inline_call()
H A Dtree-streamer-out.c291 bp_pack_value (bp, DECL_POSSIBLY_INLINED (expr), 1); in pack_ts_function_decl_value_fields()
H A Dtree-streamer-in.c330 DECL_POSSIBLY_INLINED (expr) = (unsigned) bp_unpack_value (bp, 1); in unpack_ts_function_decl_value_fields()
H A Dlto-streamer-out.c1135 hstate.add_flag (DECL_POSSIBLY_INLINED (t)); in hash_tree()
H A Dcgraph.c2271 return DECL_POSSIBLY_INLINED (decl); in cgraph_function_possibly_inlined_p()
H A Dtree-inline.c5869 DECL_POSSIBLY_INLINED (old_decl) = 1; in tree_function_versioning()
H A Dtree.h2966 #define DECL_POSSIBLY_INLINED(DECL) \ macro