| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
| H A D | Job.cpp | 201 void Command::Print(raw_ostream &OS, const char *Terminator, bool Quote, in Print() argument 233 llvm::sys::printArg(OS, F.c_str(), Quote); in Print() 247 llvm::sys::printArg(OS, ShortName.str(), Quote); in Print() 253 llvm::sys::printArg(OS, Arg, Quote); in Print() 258 llvm::sys::printArg(OS, "-ivfsoverlay", Quote); in Print() 260 llvm::sys::printArg(OS, CrashInfo->VFSPath.str(), Quote); in Print() 275 llvm::sys::printArg(OS, ModCachePath, Quote); in Print() 369 void CC1Command::Print(raw_ostream &OS, const char *Terminator, bool Quote, in Print() argument 373 Command::Print(OS, Terminator, Quote, CrashInfo); in Print() 426 bool Quote, CrashReportInfo *CrashInfo) const { in Print() argument [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
| H A D | asm.rst | 61 :start-after: // Quote from here in docs/topics/asm.rst: example 1: C 62 :end-before: // Quote up to here in docs/topics/asm.rst: example 1: C 68 :start-after: /* Quote from here in docs/topics/asm.rst: example 1: jit. */ 69 :end-before: /* Quote up to here in docs/topics/asm.rst: example 1: jit. */ 84 :start-after: // Quote from here in docs/topics/asm.rst: example 2: C 85 :end-before: // Quote up to here in docs/topics/asm.rst: example 2: C 91 :start-after: /* Quote from here in docs/topics/asm.rst: example 2: jit. */ 92 :end-before: /* Quote up to here in docs/topics/asm.rst: example 2: jit. */ 124 :start-after: // Quote from here in docs/topics/asm.rst: example 3b: C 125 :end-before: // Quote up to here in docs/topics/asm.rst: example 3b: C [all …]
|
| H A D | functions.rst | 484 :start-after: /* Quote from here in docs/topics/functions.rst. */ 485 :end-before: /* Quote up to here in docs/topics/functions.rst. */
|
| H A D | types.rst | 349 :start-after: /* Quote from here in docs/topics/types.rst. */ 350 :end-before: /* Quote up to here in docs/topics/types.rst. */
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/ |
| H A D | asm.rst | 64 :start-after: // Quote from here in docs/cp/topics/asm.rst: example 1: C 65 :end-before: // Quote up to here in docs/cp/topics/asm.rst: example 1: C 71 :start-after: /* Quote from here in docs/cp/topics/asm.rst: example 1: jit. */ 72 :end-before: /* Quote up to here in docs/cp/topics/asm.rst: example 1: jit. */ 87 :start-after: // Quote from here in docs/cp/topics/asm.rst: example 2: C 88 :end-before: // Quote up to here in docs/cp/topics/asm.rst: example 2: C 94 :start-after: /* Quote from here in docs/cp/topics/asm.rst: example 2: jit. */ 95 :end-before: /* Quote up to here in docs/cp/topics/asm.rst: example 2: jit. */ 124 :start-after: // Quote from here in docs/cp/topics/asm.rst: example 3b: C 125 :end-before: // Quote up to here in docs/cp/topics/asm.rst: example 3b: C [all …]
|
| H A D | functions.rst | 321 :start-after: /* Quote from here in docs/cp/topics/functions.rst. */ 322 :end-before: /* Quote up to here in docs/cp/topics/functions.rst. */
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
| H A D | Job.h | 174 virtual void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote, 235 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote, 254 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote, 274 bool Quote, CrashReportInfo *CrashInfo = nullptr) const;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | Program.cpp | 83 void sys::printArg(raw_ostream &OS, StringRef Arg, bool Quote) { in printArg() argument 86 if (!Quote && !Escape) { in printArg()
|
| H A D | YAMLTraits.cpp | 708 const char *const Quote = MustQuote == QuotingType::Single ? "'" : "\""; in scalarString() local 709 output(Quote); // Starting quote. in scalarString() 716 outputUpToEndOfLine(Quote); in scalarString() 735 outputUpToEndOfLine(Quote); // Ending quote. in scalarString()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | CommentLexer.cpp | 198 const char Quote = *BufferPtr; in skipHTMLQuotedString() local 199 assert(Quote == '\"' || Quote == '\''); in skipHTMLQuotedString() 204 if (C == Quote && BufferPtr[-1] != '\\') in skipHTMLQuotedString()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | ChangeLog-2019 | 118 * d-builtins.cc (d_init_builtins): Quote keywords, operators, 122 * d-frontend.cc (getTypeInfoType): Quote an option name in 128 * toir.cc: Quote keywords, operators, and types in diagnostics. 129 * typeinfo.cc (build_typeinfo): Quote an option name in a diagnostic.
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
| H A D | spi_utils.c | 71 .Quote = RPC_Quote, 223 .Quote = Transport_Quote,
|
| H A D | tspi_quote.c | 103 if ((result = TCS_API(tspContext)->Quote(tspContext, tcsKeyHandle, &antiReplay, pcrDataSize, in Tspi_TPM_Quote()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | Program.h | 225 void printArg(llvm::raw_ostream &OS, StringRef Arg, bool Quote);
|
| /netbsd-src/usr.bin/mail/misc/ |
| H A D | mail.tildehelp | 5 ~~ Quote a single tilde
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-symbolizer/ |
| H A D | llvm-symbolizer.cpp | 122 char Quote = *Pos; in parseCommand() local 124 const char *End = strchr(Pos, Quote); in parseCommand()
|
| /netbsd-src/external/gpl3/autoconf/dist/lib/autoconf/ |
| H A D | autoheader.m4 | 46 # Quote for Perl '' strings, which are those used by Autoheader.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/ |
| H A D | functions.rst | 321 :start-after: /* Quote from here in docs/cp/topics/functions.rst. */ 322 :end-before: /* Quote up to here in docs/cp/topics/functions.rst. */
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/ |
| H A D | types.rst | 336 :start-after: /* Quote from here in docs/topics/types.rst. */ 337 :end-before: /* Quote up to here in docs/topics/types.rst. */
|
| H A D | functions.rst | 439 :start-after: /* Quote from here in docs/topics/functions.rst. */ 440 :end-before: /* Quote up to here in docs/topics/functions.rst. */
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| H A D | glob.hin | 89 #define GLOB_QUOTE 0x0400 /* Quote special chars with \. */
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | warning.m4 | 30 dnl Quote $1 to prevent m4 from eating character classes
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | warning.m4 | 30 dnl Quote $1 to prevent m4 from eating character classes
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
| H A D | rpc_tcstp_tcs.h | 165 DECLARE_TCSTP_FUNC(Quote);
|
| /netbsd-src/external/gpl2/gettext/dist/gnulib-local/m4/ |
| H A D | ChangeLog.0 | 300 * hostname.m4: Quote first argument of AC_DEFUN. 505 * mbrtowc.m4: Quote first arg of AC_DEFUN. 705 * signed.m4: Quote first argument of AC_DEFUN. 726 * c-bs-a.m4: Quote first argument of AC_DEFUN.
|