/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gengtype-lex.l | 63 %x in_struct in_struct_comment in_comment 78 BEGIN(in_struct); 82 BEGIN(in_struct); 86 BEGIN(in_struct); 90 BEGIN(in_struct); 94 BEGIN(in_struct); 98 BEGIN(in_struct); 104 <in_struct>{ 189 <in_struct_comment>"*/" { BEGIN(in_struct); }
|
H A D | gengtype-parse.c | 656 bool in_struct) in direct_declarator() argument 684 if (in_struct && token () != '*') in direct_declarator() 693 ty = inner_declarator (ty, namep, optsp, in_struct); in direct_declarator() 739 bool in_struct) in inner_declarator() argument 745 inner = inner_declarator (ty, namep, optsp, in_struct); in inner_declarator() 752 return direct_declarator (ty, namep, optsp, in_struct); in inner_declarator() 768 bool in_struct = false) 777 return direct_declarator (ty, namep, optsp, in_struct);
|
H A D | rtl.h | 377 unsigned int in_struct : 1; member 1596 CALL_INSN)->in_struct) 2484 (RTL_FLAG_CHECK1 ("SUBREG_PROMOTED", (RTX), SUBREG)->in_struct) 2673 (RTL_FLAG_CHECK2 ("LABEL_PRESERVE_P", (RTX), CODE_LABEL, NOTE)->in_struct) 2679 JUMP_INSN, CALL_INSN)->in_struct)
|
H A D | print-rtl.c | 827 if (RTX_FLAG (in_rtx, in_struct)) in print_rtx()
|
H A D | read-rtl.c | 1492 RTX_FLAG (return_rtx, in_struct) = 1; in read_flags()
|
H A D | genattrtab.c | 94 #define ATTR_CURR_SIMPLIFIED_P(RTX) (RTX_FLAG ((RTX), in_struct))
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gengtype-lex.l | 63 %x in_struct in_struct_comment in_comment 78 BEGIN(in_struct); 82 BEGIN(in_struct); 86 BEGIN(in_struct); 90 BEGIN(in_struct); 94 BEGIN(in_struct); 98 BEGIN(in_struct); 104 <in_struct>{ 192 <in_struct_comment>"*/" { BEGIN(in_struct); }
|
H A D | gengtype-parse.cc | 656 bool in_struct) in direct_declarator() argument 684 if (in_struct && token () != '*') in direct_declarator() 693 ty = inner_declarator (ty, namep, optsp, in_struct); in direct_declarator() 739 bool in_struct) in inner_declarator() argument 745 inner = inner_declarator (ty, namep, optsp, in_struct); in inner_declarator() 752 return direct_declarator (ty, namep, optsp, in_struct); in inner_declarator() 768 bool in_struct = false) in declarator() argument 777 return direct_declarator (ty, namep, optsp, in_struct); in declarator()
|
H A D | gengtype-lex.cc | 1247 #define in_struct 1 macro 1539 BEGIN(in_struct); 1552 BEGIN(in_struct); 1565 BEGIN(in_struct); 1578 BEGIN(in_struct); 1591 BEGIN(in_struct); 1604 BEGIN(in_struct); 1929 { BEGIN(in_struct); } 1954 case YY_STATE_EOF(in_struct):
|
H A D | rtl.h | 377 unsigned int in_struct : 1; member 1604 CALL_INSN)->in_struct) 2494 (RTL_FLAG_CHECK1 ("SUBREG_PROMOTED", (RTX), SUBREG)->in_struct) 2683 (RTL_FLAG_CHECK2 ("LABEL_PRESERVE_P", (RTX), CODE_LABEL, NOTE)->in_struct) 2689 JUMP_INSN, CALL_INSN)->in_struct)
|
H A D | read-rtl.cc | 1520 RTX_FLAG (return_rtx, in_struct) = 1; in read_flags()
|
H A D | print-rtl.cc | 860 if (RTX_FLAG (in_rtx, in_struct)) in print_rtx()
|
H A D | genattrtab.cc | 94 #define ATTR_CURR_SIMPLIFIED_P(RTX) (RTX_FLAG ((RTX), in_struct))
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000-p8swap.c | 1533 RTX_FLAG (new_mem_exp, in_struct) = RTX_FLAG (original_mem_exp, in_struct); in mimic_memory_attributes_and_flags()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000-p8swap.cc | 1553 RTX_FLAG (new_mem_exp, in_struct) = RTX_FLAG (original_mem_exp, in_struct); in mimic_memory_attributes_and_flags()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf32-ppc.c | 3735 int in_struct = in_attr->i & 3; in ppc_elf_merge_obj_attributes() local 3739 if (in_struct == 0 || in_struct == 3) in ppc_elf_merge_obj_attributes() 3744 out_attr->i = in_struct; in ppc_elf_merge_obj_attributes() 3747 else if (out_struct < in_struct) in ppc_elf_merge_obj_attributes() 3756 else if (out_struct > in_struct) in ppc_elf_merge_obj_attributes()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-decl.c | 200 BOOL_BITFIELD in_struct : 1; /* currently defined as struct field */ member 738 b->in_struct = 0; in bind() 8114 if (!b->in_struct) in grokfield() 8117 b->in_struct = 1; in grokfield() 8338 b->in_struct = 0; in warn_cxx_compat_finish_struct() 11294 && I_SYMBOL_BINDING (DECL_NAME (type))->in_struct) in declspecs_add_type()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf32-ppc.c | 3731 int in_struct = in_attr->i & 3; in ppc_elf_merge_obj_attributes() local 3735 if (in_struct == 0 || in_struct == 3) in ppc_elf_merge_obj_attributes() 3740 out_attr->i = in_struct; in ppc_elf_merge_obj_attributes() 3743 else if (out_struct < in_struct) in ppc_elf_merge_obj_attributes() 3752 else if (out_struct > in_struct) in ppc_elf_merge_obj_attributes()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-decl.cc | 209 BOOL_BITFIELD in_struct : 1; /* currently defined as struct field */ member 747 b->in_struct = 0; in bind() 8435 if (!b->in_struct) in grokfield() 8438 b->in_struct = 1; in grokfield() 8659 b->in_struct = 0; in warn_cxx_compat_finish_struct() 11693 && I_SYMBOL_BINDING (DECL_NAME (type))->in_struct) in declspecs_add_type()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objcp/ |
H A D | ChangeLog | 422 * objcp-decl.h (start_struct): Remove in_struct and struct_types
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | rtl.texi | 623 @cindex @code{in_struct}, in @code{insn} and @code{jump_insn} and @code{call_insn} 632 this insn will always be executed. Stored in the @code{in_struct} 638 @cindex @code{in_struct}, in @code{code_label} and @code{note} 643 in the @code{in_struct} field and printed as @samp{/s}. 809 @cindex @code{in_struct}, in @code{insn}, @code{call_insn}, @code{jump_insn} and @code{jump_table_d… 817 Stored in the @code{in_struct} field and printed as @samp{/s}. 868 @cindex @code{in_struct}, in @code{subreg} 876 mode on every assignment. Stored in the @code{in_struct} field and 935 @findex in_struct 937 @item in_struct
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | powerpc.cc | 10382 int in_struct = in_attr[tag].int_value() & 3; in merge_object_attributes() local 10384 if (in_struct != out_struct) in merge_object_attributes() 10387 if (in_struct == 0 || in_struct == 3) in merge_object_attributes() 10391 out_struct = in_struct; in merge_object_attributes() 10396 else if (out_struct < in_struct) in merge_object_attributes() 10403 else if (out_struct > in_struct) in merge_object_attributes()
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | powerpc.cc | 10331 int in_struct = in_attr[tag].int_value() & 3; in merge_object_attributes() local 10333 if (in_struct != out_struct) in merge_object_attributes() 10336 if (in_struct == 0 || in_struct == 3) in merge_object_attributes() 10340 out_struct = in_struct; in merge_object_attributes() 10345 else if (out_struct < in_struct) in merge_object_attributes() 10352 else if (out_struct > in_struct) in merge_object_attributes()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | rtl.texi | 624 @cindex @code{in_struct}, in @code{insn} and @code{jump_insn} and @code{call_insn} 633 this insn will always be executed. Stored in the @code{in_struct} 639 @cindex @code{in_struct}, in @code{code_label} and @code{note} 644 in the @code{in_struct} field and printed as @samp{/s}. 810 @cindex @code{in_struct}, in @code{insn}, @code{call_insn}, @code{jump_insn} and @code{jump_table_d… 818 Stored in the @code{in_struct} field and printed as @samp{/s}. 869 @cindex @code{in_struct}, in @code{subreg} 877 mode on every assignment. Stored in the @code{in_struct} field and 936 @findex in_struct 938 @item in_struct
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | spu.c | 1978 (RTL_FLAG_CHECK2("SCHED_ON_EVEN_P", (RTX), JUMP_INSN, CALL_INSN)->in_struct)
|