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

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dtypeck.c6726 convert_for_assignment (type, rhs, errtype, fndecl, parmnum)
6728 const char *errtype;
6800 cp_warning ("%s to `%T' from `%T'", errtype, type, rhstype);
6814 errtype, rhs, type);
6875 errtype, type, rhstype);
6909 errtype);
6920 error ("%s between pointer to members converting across virtual baseclasses", errtype);
6932 errtype, type, rhstype);
6942 errtype, type, rhstype);
6987 errtype, typ
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dc-typeck.c4032 convert_for_assignment (type, rhs, errtype, fundecl, funname, parmnum)
4034 const char *errtype;
4083 else if (codel == UNION_TYPE && TYPE_TRANSPARENT_UNION (type) && ! errtype)
4160 errtype, funname, parmnum);
4164 errtype, funname,
4200 errtype, funname, parmnum);
4208 errtype, funname, parmnum);
4218 errtype, funname, parmnum);
4229 errtype, funname, parmnum);
4234 errtype, funnam
[all...]
/haiku-buildtools/gcc/gcc/c/
H A Dc-typeck.c5721 tree rhs, tree origtype, enum impl_conv errtype,
5736 if (errtype == ic_argpass)
5760 switch (errtype) \
5789 switch (errtype) \
5818 switch (errtype) \
5854 switch (errtype)
5927 rhs, origtype, errtype,
5975 && errtype == ic_argpass)
6142 warning_at (errtype == ic_argpass ? expr_loc : location,
6153 switch (errtype)
5698 convert_for_assignment(location_t location, location_t expr_loc, tree type, tree rhs, tree origtype, enum impl_conv errtype, bool null_pointer_constant, tree fundecl, tree function, int parmnum) argument
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dtypeck.c8090 impl_conv_rhs errtype, tree fndecl, int parmnum,
8129 switch (errtype)
8184 switch (errtype)
8232 switch (errtype)
8306 impl_conv_rhs errtype, tree fndecl, int parmnum,
8377 return convert_for_assignment (type, rhs, errtype, fndecl, parmnum,
8075 convert_for_assignment(tree type, tree rhs, impl_conv_rhs errtype, tree fndecl, int parmnum, tsubst_flags_t complain, int flags) argument
8291 convert_for_initialization(tree exp, tree type, tree rhs, int flags, impl_conv_rhs errtype, tree fndecl, int parmnum, tsubst_flags_t complain) argument
/haiku-buildtools/gcc/gcc/
H A Dgenmatch.c58 error_cb (cpp_reader *, int errtype, int, source_location location, argument
65 (errtype == CPP_DL_WARNING) ? "warning" : "error");
92 if (errtype == CPP_DL_FATAL)
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dgogo.cc2170 Type* errtype = Type::make_error_type(); local
2172 Named_object::make_type("erroneous_type", NULL, errtype,

Completed in 231 milliseconds