Home
last modified time | relevance | path

Searched refs:DECL_UNCHECKED_FUNCTION_CODE (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-symtab.cc566 || (DECL_UNCHECKED_FUNCTION_CODE (prevailing) in lto_symtab_merge_p()
567 != DECL_UNCHECKED_FUNCTION_CODE (decl)))) in lto_symtab_merge_p()
Dlto-common.cc1257 compare_values (DECL_UNCHECKED_FUNCTION_CODE); in compare_tree_sccs_1()
DChangeLog431 * lto-common.c (compare_tree_sccs_1): Use DECL_UNCHECKED_FUNCTION_CODE
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-streamer-out.cc321 bp_pack_value (bp, DECL_UNCHECKED_FUNCTION_CODE (expr), 32); in pack_ts_function_decl_value_fields()
Dtree.h2670 #define DECL_UNCHECKED_FUNCTION_CODE(NODE) \ macro
6497 && DECL_UNCHECKED_FUNCTION_CODE (node) == name);
Dlto-streamer-out.cc1345 hstate.add_int (DECL_UNCHECKED_FUNCTION_CODE (t)); in hash_tree()
Dfold-const.cc3544 && (DECL_UNCHECKED_FUNCTION_CODE (arg0) in operand_equal_p()
3545 == DECL_UNCHECKED_FUNCTION_CODE (arg1))); in operand_equal_p()
DChangeLog-201918333 (DECL_UNCHECKED_FUNCTION_CODE): ...this.
18353 * fold-const.c (operand_equal_p): Compare DECL_UNCHECKED_FUNCTION_CODE
18355 * lto-streamer-out.c (hash_tree): Use DECL_UNCHECKED_FUNCTION_CODE
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmodule.cc6031 WU (DECL_UNCHECKED_FUNCTION_CODE (t)); in core_vals()
6531 DECL_UNCHECKED_FUNCTION_CODE (t) = built_in_function (bltin); in core_vals()
11119 auto fncode = DECL_UNCHECKED_FUNCTION_CODE (decl); in is_matching_decl()
11120 DECL_UNCHECKED_FUNCTION_CODE (existing) = fncode; in is_matching_decl()