Searched refs:errtype (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/smbfs/lib/smb/
H A Dsubr.c106 int errtype = error & SMB_ERRTYPE_MASK; local
116 switch (errtype) {
/freebsd-9.3-release/contrib/libreadline/
H A Dhistexpand.c364 hist_error(s, start, current, errtype)
366 int start, current, errtype;
374 switch (errtype)
/freebsd-9.3-release/contrib/gcc/cp/
H A Dtypeck.c6234 const char *errtype, tree fndecl, int parmnum)
6271 if (!strcmp (errtype, "assignment"))
6273 else if (!strcmp (errtype, "initialization"))
6320 error ("cannot convert %qT to %qT in %s", rhstype, type, errtype);
6332 errtype);
6369 const char *errtype, tree fndecl, int parmnum)
6437 return convert_for_assignment (type, rhs, errtype, fndecl, parmnum);
6218 convert_for_assignment(tree type, tree rhs, const char *errtype, tree fndecl, int parmnum) argument
6353 convert_for_initialization(tree exp, tree type, tree rhs, int flags, const char *errtype, tree fndecl, int parmnum) argument
/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c3793 convert_for_assignment (tree type, tree rhs, enum impl_conv errtype,
3802 if (errtype == ic_argpass || errtype == ic_argpass_nonproto)
3826 switch (errtype) \
3864 switch (errtype)
3947 && (errtype == ic_argpass || errtype == ic_argpass_nonproto))
4087 switch (errtype)
4246 switch (errtype)
3772 convert_for_assignment(tree type, tree rhs, enum impl_conv errtype, tree fundecl, tree function, int parmnum) argument

Completed in 276 milliseconds