Home
last modified time | relevance | path

Searched refs:Quote (Results 1 – 25 of 220) sorted by relevance

123456789

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DJob.cpp201 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 Dasm.rst61 :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 Dfunctions.rst484 :start-after: /* Quote from here in docs/topics/functions.rst. */
485 :end-before: /* Quote up to here in docs/topics/functions.rst. */
H A Dtypes.rst349 :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 Dasm.rst64 :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 Dfunctions.rst321 :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 DJob.h174 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 DProgram.cpp83 void sys::printArg(raw_ostream &OS, StringRef Arg, bool Quote) { in printArg() argument
86 if (!Quote && !Escape) { in printArg()
H A DYAMLTraits.cpp708 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 DCommentLexer.cpp198 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 DChangeLog-2019118 * 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 Dspi_utils.c71 .Quote = RPC_Quote,
223 .Quote = Transport_Quote,
H A Dtspi_quote.c103 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 DProgram.h225 void printArg(llvm::raw_ostream &OS, StringRef Arg, bool Quote);
/netbsd-src/usr.bin/mail/misc/
H A Dmail.tildehelp5 ~~ Quote a single tilde
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp122 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 Dautoheader.m446 # Quote for Perl '' strings, which are those used by Autoheader.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/
H A Dfunctions.rst321 :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 Dtypes.rst336 :start-after: /* Quote from here in docs/topics/types.rst. */
337 :end-before: /* Quote up to here in docs/topics/types.rst. */
H A Dfunctions.rst439 :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 Dglob.hin89 #define GLOB_QUOTE 0x0400 /* Quote special chars with \. */
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dwarning.m430 dnl Quote $1 to prevent m4 from eating character classes
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dwarning.m430 dnl Quote $1 to prevent m4 from eating character classes
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Drpc_tcstp_tcs.h165 DECLARE_TCSTP_FUNC(Quote);
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/m4/
H A DChangeLog.0300 * 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.

123456789