Home
last modified time | relevance | path

Searched defs:conversion (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/diffutils/lib/
H A Dprintf-parse.h64 char conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ member
94 uint8_t conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ member
122 uint16_t conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ member
150 uint32_t conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ member
H A Dvasnprintf.c1547 MAX_ROOM_NEEDED (const arguments *ap, size_t arg_index, FCHAR_T conversion, in MAX_ROOM_NEEDED()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcall.c81 typedef struct conversion conversion; typedef
82 struct conversion { struct
84 conversion_kind kind; argument
86 conversion_rank rank; argument
90 /* True if this conversion would be permitted with a bending of argument
96 conversion. */ argument
108 /* The type of the expression resulting from the conversion. */ argument
111 /* The next conversion in the chain. Since the conversions are argument
125 /* The function candidate corresponding to this conversion argument
148 static int compare_ics (conversion *, conversion *); argument
[all …]
/dragonfly/contrib/cvs-1.12/lib/
H A Dprintf-parse.h47 char conversion; /* d i o u x X f e E g G c s p n U % but not C S */ member
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcall.c82 struct conversion { struct
84 conversion_kind kind; argument
86 conversion_rank rank; argument
90 /* True if this conversion would be permitted with a bending of argument
96 conversion. If KIND is ck_ambig, true if the context is argument
99 /* If KIND is ck_ptr or ck_pmem, true to indicate that a conversion argument
110 /* The type of the expression resulting from the conversion. */ argument
113 /* The next conversion in the chain. Since the conversions are argument
127 /* The function candidate corresponding to this conversion argument
151 static int compare_ics (conversion *, conversion *); argument
[all …]
/dragonfly/contrib/gcc-4.7/libcpp/
H A Dcharset.c612 struct conversion struct
618 static const struct conversion conversion_tab[] = { argument
/dragonfly/contrib/cvs-1.12/src/
H A Dsubr.c847 char conversion; member
1083 char *conversion = va_arg (args, char *); in format_cmdline() local
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-vect-patterns.c4283 gassign *conversion = gimple_build_assign (new_value, CONVERT_EXPR, value); in vect_add_conversion_to_patterm() local