Home
last modified time | relevance | path

Searched refs:enumeration (Results 1 – 25 of 36) sorted by relevance

12

/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-param.c87 const char **enumeration; member
177 for (i = 0; self->enumeration[i]; ++i) in set_parameter_value()
178 if (! strcmp (self->enumeration[i], str)) in set_parameter_value()
181 if (! self->enumeration[i]) in set_parameter_value()
187 self->value.cstringval = self->enumeration[i]; in set_parameter_value()
544 add_setshow_enum_cmd (cmd_name, cmdclass, self->enumeration, in add_setshow_generic()
549 self->value.cstringval = self->enumeration[0]; in add_setshow_generic()
598 self->enumeration = xmalloc ((size + 1) * sizeof (char *)); in compute_enum_values()
599 back_to = make_cleanup (free_current_contents, &self->enumeration); in compute_enum_values()
600 memset (self->enumeration, 0, (size + 1) * sizeof (char *)); in compute_enum_values()
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtreestruct.def2 enumeration used in GCC.
24 DEFTREESTRUCT(enumeration value, printable name).
26 Each enumeration value should correspond with a single member of
H A Dgsstruct.def2 enumeration used in GCC.
24 DEFGSSTRUCT(GSS enumeration value, structure name, has-tree-operands).
H A Dcif-code.def26 Where symbol is the enumeration name without the ``''.
H A Drtl.def32 It is a tag in the enumeration "enum rtx_code" defined in "rtl.h".
79 /* Unknown, or no such operation; the enumeration constant should have
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtreestruct.def2 enumeration used in GCC.
24 DEFTREESTRUCT(enumeration value, printable name).
26 Each enumeration value should correspond with a single member of
H A Dgsstruct.def2 enumeration used in GCC.
24 DEFGSSTRUCT(GSS enumeration value, structure name, has-tree-operands).
H A Dcif-code.def26 Where symbol is the enumeration name without the ``''.
H A Drtl.def34 It is a tag in the enumeration "enum rtx_code" defined in "rtl.h".
80 /* Unknown, or no such operation; the enumeration constant should have
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dobjc.texi25 * Fast enumeration::
338 …encoded exactly as the integer type that the compiler uses for it, which depends on the enumeration
862 @node Fast enumeration
863 @section Fast enumeration
866 * Using fast enumeration::
867 * c99-like fast enumeration syntax::
868 * Fast enumeration details::
869 * Fast enumeration protocol::
873 @node Using fast enumeration
874 @subsection Using fast enumeration
[all …]
H A Doptions.texi68 enumeration or structure definitions needed for target variables.
82 An enumeration record to define a set of strings that may be used as
96 by options using this enumeration together with @code{Var}.
106 An enumeration value record to define one of the strings in a set
400 not need to handle it and no @samp{OPT_} enumeration value is defined
414 enumeration value is defined for it.
420 @samp{OPT_} enumeration value. This is for compatibility with the
H A Dstandards.texi223 enumeration (only for Objective-C), method attributes and the
261 @@dynamic keywords), fast enumeration (not available in
H A Dgeneric.texi437 is not used for enumeration types, nor for the @code{bool} type.
475 Used to represent an enumeration type. The @code{TYPE_PRECISION} gives
477 there are no negative enumeration constants, @code{TYPE_UNSIGNED} will
478 hold. The minimum and maximum enumeration constants may be obtained
482 The actual enumeration constants themselves may be obtained by looking
489 constants will be the type of enumeration type itself.
676 These nodes are used to represent enumeration constants. The value of
2752 the @code{CONST_DECL} for an enumeration constant will appear on this
2753 list, if the enumeration type was declared in the class. (Of course,
2754 the @code{TYPE_DECL} for the enumeration type will appear here as well.)
H A Dimplement-c.texi481 values in the enumeration, otherwise @code{int}. If
H A Dmd.texi4050 enumeration constant: @samp{CONSTRAINT_} plus the mangled name of the
7480 the list of values is taken from a separate enumeration called
8802 You can split the enumeration definition into as many statements as
8812 Splitting the enumeration helps to improve the modularity of each
8815 it is convenient to define all synchronization-specific enumeration
8818 Some enumeration names have special significance to GCC:
8823 If an enumeration called @code{unspecv} is defined, GCC will use it
8840 If an enumeration called @code{unspec} is defined, GCC will use
8843 @code{unspecv} enumeration is also defined. You can therefore
8845 non-volatile expressions or whether to use the same enumeration
[all …]
H A Dgimple.texi2102 run at clean-up time. @code{KIND} is the enumeration value
2283 @code{gsi_iterator_update}. The valid options for this enumeration are:
H A Dtrouble.texi984 the enumeration-valued object is inside a structure, and in that case
H A Drtl.texi104 also (in uppercase) a C enumeration constant. The possible expression
1044 for it. In the C code, machine modes are represented by an enumeration
1312 are divided into mode classes. These are represented by the enumeration
/dflybsd-src/contrib/gcc-8.0/gcc/ada/gcc-interface/
H A Dlang.opt77 Use the narrowest integer type possible for enumeration types.
/dflybsd-src/contrib/file/magic/Magdir/
H A Dmisctools69 # Flags MINIDUMP_TYPE enumeration type 0 0x121 0x800
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/
H A Di386-builtin-types.def30 # are the enumerals defined above. The enumeration name for the
35 # This defines an enumeration ENUM ## _ ## SUFFIX and arranges for
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc.opt1006 Use the narrowest integer type possible for enumeration types
1029 Assume that values of enumeration type are always within the minimum range of that type
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/
H A Di386-builtin-types.def30 # are the enumerals defined above. The enumeration name for the
35 # This defines an enumeration ENUM ## _ ## SUFFIX and arranges for
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc.opt1685 Use the narrowest integer type possible for enumeration types.
1728 Assume that values of enumeration type are always within the minimum range of that type.
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dtype_traits2067 // Use the partial specialization for enumeration types to do that,

12