Home
last modified time | relevance | path

Searched refs:finit (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dclass.c1196 tree finit; local
1201 START_RECORD_CONSTRUCTOR (finit, field_type_node);
1202 PUSH_FIELD_VALUE (finit, "name", build_utf8_ref (DECL_NAME (fdecl)));
1213 PUSH_FIELD_VALUE (finit, "type", type);
1219 PUSH_FIELD_VALUE (finit, "accflags", build_int_2 (flags, 0));
1220 PUSH_FIELD_VALUE (finit, "bsize", TYPE_SIZE_UNIT (TREE_TYPE (fdecl)));
1223 (finit, "info",
1233 FINISH_RECORD_CONSTRUCTOR (finit);
1234 return finit;
H A DChangeLog1514 to finit$ (otherwise generate_bytecode_insns drops it). However, we
3957 (find_applicable_accessible_methods_list): `finit$' can't be
5114 * parse.y: `finit$' replaces `$finit$' in comments.
5156 (init_decl_processing): Use `finit$' to initialize
5157 finit_identifier_node. Use `$finit$' to initialize
5274 calling $finit$.
6611 (check_final_assignment): $finit$'s context is OK.
6712 val$<name> fields, access$<n> and $finit$ methods. Fixed indentation.
6905 $finit$ first, then expand the constructors, regular methods and
6975 expansion order to regular, $finit$, constructors, <clinit>.
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dinvoke.texi200 -fno-automatic -finit-local-zero -fno-f2c @gol
1789 @cindex -finit-local-zero option
1790 @cindex options, -finit-local-zero
1791 @item -finit-local-zero
1804 good idea to also use @option{-fno-automatic} with @option{-finit-local-zero}.
H A Dg77.texi7316 @option{-finit-local-zero} option when compiling Fortran code.
7321 @option{-finit-local-zero} option
7799 @cindex -finit-local-zero option
7800 @cindex options, -finit-local-zero
7801 @item -finit-local-zero
7811 @option{-finit-local-zero} is not needed.
7815 do not specify @option{-finit-local-zero} or @option{-fno-automatic},
7835 do not specify @option{-finit-local-zero} or @option{-fno-automatic},
8011 (the default) instead of @option{-finit-local-zero}.
8029 @option{-finit-local-zero} options and how to convert
[all …]
H A DChangeLog.03786 * com.c (ffecom_init_local_zero_): Implement -finit-local-zero.
3795 * target.h, top.h, top.c: Implement -finit-local-zero.
H A Dnews.texi3024 New @option{-finit-local-zero} option to initialize
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td4958 def finit_character_EQ : Joined<["-"], "finit-character=">, Group<gfortran_Group>;
4959 def finit_integer_EQ : Joined<["-"], "finit-integer=">, Group<gfortran_Group>;
4960 def finit_logical_EQ : Joined<["-"], "finit-logical=">, Group<gfortran_Group>;
4961 def finit_real_EQ : Joined<["-"], "finit-real=">, Group<gfortran_Group>;
/openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/
H A DChangeLog-91032340 * i386.h: Fix waiting forms of finit, fstenv, fsave, fstsw, fstcw,
/openbsd-src/gnu/usr.bin/binutils/include/opcode/
H A DChangeLog-91032321 * i386.h: Fix waiting forms of finit, fstenv, fsave, fstsw, fstcw,
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-19991761 * decl2.c (lang_decode_option): Accept and ignore -finit-priority.
H A DChangeLog-19982654 * lang-options.h: Add -finit-priority.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A DChangeLog.21761 * decl2.c (lang_decode_option): Accept and ignore -finit-priority.
9442 * lang-options.h: Add -finit-priority.
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.514308 * invoke.texi: Remove -finit-priority as it now has zero effect.
H A DFSFChangeLog.1113661 * rs6000/eabi-c{i,n}.asm (.init,.finit): Add support for System V
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/
H A DChangeLog11907 * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.