| /openbsd-src/gnu/lib/libreadline/ |
| H A D | histexpand.c | 360 hist_error(s, start, current, errtype) in hist_error() argument 362 int start, current, errtype; 370 switch (errtype)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | typeck.c | 5855 dubious_conversion_warnings (type, expr, errtype, fndecl, parmnum) in dubious_conversion_warnings() argument 5858 const char *errtype; 5870 errtype, parmnum, fndecl); 5872 warning ("%s to non-pointer type `%T' from NULL", errtype, type); 5881 TREE_TYPE (expr), errtype, parmnum, fndecl); 5883 warning ("%s to `%T' from `%T'", errtype, type, TREE_TYPE (expr)); 5894 expr, errtype, parmnum, fndecl); 5897 errtype, expr, type); 5915 convert_for_assignment (type, rhs, errtype, fndecl, parmnum) in convert_for_assignment() argument 5917 const char *errtype; [all …]
|
| H A D | ChangeLog.1 | 9116 * cp-cvt.c (convert): Pass an argument for errtype to
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-typeck.c | 4016 convert_for_assignment (type, rhs, errtype, fundecl, funname, parmnum) in convert_for_assignment() argument 4018 const char *errtype; 4097 else if (codel == UNION_TYPE && TYPE_TRANSPARENT_UNION (type) && ! errtype) 4173 errtype, funname, parmnum); 4177 errtype, funname, 4212 errtype, funname, parmnum); 4220 errtype, funname, parmnum); 4229 errtype, funname, parmnum); 4240 errtype, funname, parmnum); 4245 errtype, funname, parmnum); [all …]
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | typeck.c | 6182 const char *errtype, tree fndecl, int parmnum) in convert_for_assignment() argument 6219 if (!strcmp (errtype, "assignment")) in convert_for_assignment() 6221 else if (!strcmp (errtype, "initialization")) in convert_for_assignment() 6268 error ("cannot convert %qT to %qT in %s", rhstype, type, errtype); in convert_for_assignment() 6280 errtype); in convert_for_assignment() 6304 const char *errtype, tree fndecl, int parmnum) in convert_for_initialization() argument 6372 return convert_for_assignment (type, rhs, errtype, fndecl, parmnum); in convert_for_initialization()
|
| H A D | ChangeLog-1993 | 271 * cp-cvt.c (convert): Pass an argument for errtype to
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-typeck.c | 3795 convert_for_assignment (tree type, tree rhs, enum impl_conv errtype, in convert_for_assignment() argument 3804 if (errtype == ic_argpass || errtype == ic_argpass_nonproto) in convert_for_assignment() 3828 switch (errtype) \ in convert_for_assignment() 3866 switch (errtype) in convert_for_assignment() 3952 && (errtype == ic_argpass || errtype == ic_argpass_nonproto)) in convert_for_assignment() 4092 switch (errtype) in convert_for_assignment() 4251 switch (errtype) in convert_for_assignment()
|