Home | History | Annotate | Download | only in gcc-demangle

Lines Matching full:stdin

91       any arguments, or, if none, demangles stdin.
5221 filter stdin to stdout, replacing any recognized mangled C++ names
5260 /* No command line arguments were provided. Filter stdin. */
5266 while (!feof (stdin))
5273 while (!feof (stdin) && is_mangled_char (c))
5276 if (feof (stdin))
5306 if (!feof (stdin))