Home
last modified time | relevance | path

Searched refs:in_struct (Results 1 – 25 of 33) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgengtype-lex.l63 %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 Dgengtype-parse.c656 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 Drtl.h377 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 Dprint-rtl.c827 if (RTX_FLAG (in_rtx, in_struct)) in print_rtx()
H A Dread-rtl.c1492 RTX_FLAG (return_rtx, in_struct) = 1; in read_flags()
H A Dgenattrtab.c94 #define ATTR_CURR_SIMPLIFIED_P(RTX) (RTX_FLAG ((RTX), in_struct))
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgengtype-lex.l63 %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 Dgengtype-parse.cc656 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 Dgengtype-lex.cc1247 #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 Drtl.h377 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 Dread-rtl.cc1520 RTX_FLAG (return_rtx, in_struct) = 1; in read_flags()
H A Dprint-rtl.cc860 if (RTX_FLAG (in_rtx, in_struct)) in print_rtx()
H A Dgenattrtab.cc94 #define ATTR_CURR_SIMPLIFIED_P(RTX) (RTX_FLAG ((RTX), in_struct))
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-p8swap.c1533 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 Drs6000-p8swap.cc1553 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 Delf32-ppc.c3735 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 Dc-decl.c200 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 Delf32-ppc.c3731 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 Dc-decl.cc209 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 DChangeLog422 * objcp-decl.h (start_struct): Remove in_struct and struct_types
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Drtl.texi623 @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 Dpowerpc.cc10382 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 Dpowerpc.cc10331 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 Drtl.texi624 @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 Dspu.c1978 (RTL_FLAG_CHECK2("SCHED_ON_EVEN_P", (RTX), JUMP_INSN, CALL_INSN)->in_struct)

12