Home
last modified time | relevance | path

Searched refs:DECL_PRESERVE_P (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/gcc/
HDprint-tree.c407 if (DECL_PRESERVE_P (node)) in print_node()
HDcfgexpand.c772 && DECL_PRESERVE_P (t))) in expand_used_vars_for_block()
HDvarasm.c1465 if (DECL_PRESERVE_P (decl)) in assemble_start_function()
1810 if (DECL_PRESERVE_P (decl)) in assemble_variable()
HDtree.h2563 #define DECL_PRESERVE_P(DECL) \ macro
HDc-common.c4395 DECL_PRESERVE_P (node) = 1; in handle_used_attribute()
HDChangeLog-200418895 * c-common.c (handle_used_attribute): Set DECL_PRESERVE_P.
18896 * print-tree.c (print_node): Print DECL_PRESERVE_P.
18904 * tree.h (DECL_PRESERVE_P): New #define.