Home
last modified time | relevance | path

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

/dflybsd-src/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
98 /* If KIND is ck_ptr or ck_pmem, true to indicate that a 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
[all …]
/dflybsd-src/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
/dflybsd-src/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 …]
/dflybsd-src/contrib/gcc-4.7/libcpp/
H A Dcharset.c612 struct conversion struct
618 static const struct conversion conversion_tab[] = { argument
/dflybsd-src/contrib/cvs-1.12/src/
H A Dsubr.c847 char conversion; member
1083 char *conversion = va_arg (args, char *); in format_cmdline() local
/dflybsd-src/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