Home
last modified time | relevance | path

Searched refs:errtype (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/smbfs/lib/smb/
Dsubr.c106 int errtype = error & SMB_ERRTYPE_MASK; in smb_error() local
116 switch (errtype) { in smb_error()
/freebsd-9-stable/contrib/libreadline/
Dhistexpand.c364 hist_error(s, start, current, errtype) in hist_error() argument
366 int start, current, errtype;
374 switch (errtype)
/freebsd-9-stable/contrib/gcc/cp/
Dtypeck.c6219 const char *errtype, tree fndecl, int parmnum) in convert_for_assignment() argument
6256 if (!strcmp (errtype, "assignment")) in convert_for_assignment()
6258 else if (!strcmp (errtype, "initialization")) in convert_for_assignment()
6305 error ("cannot convert %qT to %qT in %s", rhstype, type, errtype); in convert_for_assignment()
6317 errtype); in convert_for_assignment()
6354 const char *errtype, tree fndecl, int parmnum) in convert_for_initialization() argument
6422 return convert_for_assignment (type, rhs, errtype, fndecl, parmnum); in convert_for_initialization()
DChangeLog-1993271 * cp-cvt.c (convert): Pass an argument for errtype to
/freebsd-9-stable/contrib/gcc/
Dc-typeck.c3772 convert_for_assignment (tree type, tree rhs, enum impl_conv errtype, in convert_for_assignment() argument
3781 if (errtype == ic_argpass || errtype == ic_argpass_nonproto) in convert_for_assignment()
3805 switch (errtype) \ in convert_for_assignment()
3843 switch (errtype) in convert_for_assignment()
3926 && (errtype == ic_argpass || errtype == ic_argpass_nonproto)) in convert_for_assignment()
4066 switch (errtype) in convert_for_assignment()
4225 switch (errtype) in convert_for_assignment()