Searched refs:in_struct (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | gengtype-lex.l | 60 %x in_struct in_struct_comment in_comment in_yacc_escape 225 BEGIN(in_struct); 231 BEGIN(in_struct); 237 BEGIN(in_struct); 278 <in_struct>{ 392 <in_struct_comment>"*/" { BEGIN(in_struct); } 399 "%}" { BEGIN(in_struct); }
|
| D | rtl.h | 287 unsigned int in_struct : 1; member 782 (RTL_FLAG_CHECK3("INSN_FROM_TARGET_P", (RTX), INSN, JUMP_INSN, CALL_INSN)->in_struct) 1073 (RTL_FLAG_CHECK1("SUBREG_PROMOTED", (RTX), SUBREG)->in_struct) 1130 (RTL_FLAG_CHECK1("MEM_IN_STRUCT_P", (RTX), MEM)->in_struct) 1223 (RTL_FLAG_CHECK2("LABEL_PRESERVE_P", (RTX), CODE_LABEL, NOTE)->in_struct) 1229 )->in_struct)
|
| D | print-rtl.c | 181 if (RTX_FLAG (in_rtx, in_struct)) in print_rtx()
|
| D | genattrtab.c | 96 #define ATTR_CURR_SIMPLIFIED_P(RTX) (RTX_FLAG((RTX), in_struct))
|
| D | ChangeLog-1999 | 2679 (struct table_elt): Delete elt in_struct. 2682 the corresponding in_struct elts.
|
| D | ChangeLog-2002 | 165 * rtl.h (struct rtx_def): Update comments for in_struct usage 22363 * rtl.h (struct rtx_def): Document unchanging and in_struct flags
|
| D | ChangeLog-2000 | 12633 * rtl.h (rtx/in_struct): Added use to determine insn necessity.
|
| /freebsd-12-stable/contrib/gcc/doc/ |
| D | rtl.texi | 599 @cindex @code{in_struct}, in @code{insn} and @code{jump_insn} and @code{call_insn} 608 this insn will always be executed. Stored in the @code{in_struct} 614 @cindex @code{in_struct}, in @code{code_label} and @code{note} 619 in the @code{in_struct} field and printed as @samp{/s}. 632 @cindex @code{in_struct}, in @code{mem} 639 Stored in the @code{in_struct} field and printed as @samp{/s}. 774 @cindex @code{in_struct}, in @code{insn}, @code{jump_insn} and @code{call_insn} 782 Stored in the @code{in_struct} field and printed as @samp{/s}. 833 @cindex @code{in_struct}, in @code{subreg} 841 mode on every assignment. Stored in the @code{in_struct} field and [all …]
|