Home
last modified time | relevance | path

Searched refs:errorstring (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck.c2289 build_x_indirect_ref (ptr, errorstring) in build_x_indirect_ref() argument
2291 const char *errorstring;
2302 return build_indirect_ref (ptr, errorstring);
2306 build_indirect_ref (ptr, errorstring) in build_indirect_ref() argument
2308 const char *errorstring;
2365 error ("invalid use of `%s' on pointer to member", errorstring);
2368 if (errorstring)
2369 error ("invalid type argument of `%s'", errorstring);
/openbsd-src/gnu/gcc/gcc/cp/
H A Dtypeck.c2284 build_x_indirect_ref (tree expr, const char *errorstring) in build_x_indirect_ref() argument
2299 rval = build_indirect_ref (expr, errorstring); in build_x_indirect_ref()
2308 build_indirect_ref (tree ptr, const char *errorstring) in build_indirect_ref() argument
2363 error ("invalid use of %qs on pointer to member", errorstring); in build_indirect_ref()
2366 if (errorstring) in build_indirect_ref()
2367 error ("invalid type argument of %qs", errorstring); in build_indirect_ref()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-typeck.c1183 build_indirect_ref (ptr, errorstring) in build_indirect_ref() argument
1185 const char *errorstring;
1225 error ("invalid type argument of `%s'", errorstring);
/openbsd-src/gnu/gcc/gcc/
H A Dc-typeck.c1872 build_indirect_ref (tree ptr, const char *errorstring) in build_indirect_ref() argument
1913 error ("invalid type argument of %qs", errorstring); in build_indirect_ref()