| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Job.cpp | 204 void Command::Print(raw_ostream &OS, const char *Terminator, bool Quote, in Print() argument 239 llvm::sys::printArg(OS, F.c_str(), Quote); in Print() 254 llvm::sys::printArg(OS, ShortName.str(), Quote); in Print() 260 llvm::sys::printArg(OS, Arg, Quote); in Print() 265 llvm::sys::printArg(OS, "-ivfsoverlay", Quote); in Print() 267 llvm::sys::printArg(OS, CrashInfo->VFSPath.str(), Quote); in Print() 282 llvm::sys::printArg(OS, ModCachePath, Quote); in Print() 399 void CC1Command::Print(raw_ostream &OS, const char *Terminator, bool Quote, in Print() argument 403 Command::Print(OS, Terminator, Quote, CrashInfo); in Print() 449 void JobList::Print(raw_ostream &OS, const char *Terminator, bool Quote, in Print() argument [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-cxxfilt/ |
| H A D | llvm-cxxfilt.cpp | 59 static bool Quote; variable 73 if (Quote && (Delimiters.empty() || Delimiters[0] != '"')) in optionalQuote() 186 Quote = Args.hasArg(OPT_quote); in llvm_cxxfilt_main()
|
| H A D | Opts.td | 18 def quote : FF<"quote", "Quote demangled names with \" \" if not already quoted">;
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Job.h | 181 virtual void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote, 250 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote, 272 bool Quote, CrashReportInfo *CrashInfo = nullptr) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Program.cpp | 81 void sys::printArg(raw_ostream &OS, StringRef Arg, bool Quote) { in printArg() argument 84 if (!Quote && !Escape) { in printArg()
|
| H A D | YAMLTraits.cpp | 780 StringLiteral Quote = MustQuote == QuotingType::Single ? StringLiteral("'") in output() local 782 output(Quote); // Starting quote. in output() 790 output(Quote); in output() 810 output(Quote); // Ending quote. in output()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | flags_parser.cpp | 73 const char Quote = Buffer[Pos++]; in parseFlag() 74 while (Buffer[Pos] != 0 && Buffer[Pos] != Quote) in parseFlag() 71 const char Quote = Buffer[Pos++]; parseFlag() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/ |
| H A D | options_parser.cpp | 99 const char Quote = Buffer[Pos++]; in parseOption() local 100 while (Buffer[Pos] != 0 && Buffer[Pos] != Quote) in parseOption()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | CommentLexer.cpp | 179 const char Quote = *BufferPtr; in skipHTMLQuotedString() local 180 assert(Quote == '\"' || Quote == '\''); in skipHTMLQuotedString() 185 if (C == Quote && BufferPtr[-1] != '\\') in skipHTMLQuotedString()
|
| /freebsd/usr.bin/mail/misc/ |
| H A D | mail.tildehelp | 4 ~~ Quote a single tilde
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Program.h | 236 LLVM_ABI void printArg(llvm::raw_ostream &OS, StringRef Arg, bool Quote);
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/ |
| H A D | llvm-symbolizer.cpp | 140 char Quote = *Pos; in getSpaceDelimitedWord() local 142 const char *End = strchr(Pos, Quote); in getSpaceDelimitedWord()
|
| /freebsd/crypto/heimdal/lib/roken/ |
| H A D | glob.hin | 89 #define GLOB_QUOTE 0x0400 /* Quote special chars with \. */
|
| /freebsd/usr.sbin/bsdconfig/share/packages/ |
| H A D | packages.subr | 117 '$category' '$desc' '$help'" # End-Quote 295 " # End-Quote 475 " # End-Quote 543 " # End-Quote 598 " # End-Quote
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | FormatTokenLexer.cpp | 1368 auto Quote = FormatTok->TokenText.find('\''); in getNextToken() local 1369 if (Quote != StringRef::npos) in getNextToken() 1370 truncateToken(Quote); in getNextToken()
|
| /freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/ |
| H A D | MUTTUCData.txt | 178 # Quote marks.
|
| H A D | format.txt | 72 Qm 43 Quote Mark
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Lexer.cpp | 284 template <typename T> static void StringifyImpl(T &Str, char Quote) { in StringifyImpl() argument 287 if (Str[i] == '\\' || Str[i] == Quote) { in StringifyImpl() 311 char Quote = Charify ? '\'' : '"'; in Stringify() local 312 StringifyImpl(Result, Quote); in Stringify()
|
| /freebsd/contrib/libxo/doc/ |
| H A D | field-modifiers.rst | 27 q quotes Quote the field when using JSON style
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | X86.cpp | 1625 bool Quote = Lib.contains(' '); in qualifyWindowsLibrary() local 1626 std::string ArgStr = Quote ? "\"" : ""; in qualifyWindowsLibrary() 1630 ArgStr += Quote ? "\"" : ""; in qualifyWindowsLibrary()
|
| /freebsd/contrib/tcsh/ |
| H A D | Fixes | 59 10. PR/526: Quote backslashes properly so they can be preserved in `` 335 15. Quote the history in the examples (Johann 'Myrkraverk' Oskarsson) 938 10. Quote directory names properly in .cshdirs 1994 11. Quote expanded glob and history chars too.
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 3049 char Quote = getTok().getString().front(); in parseEscapedString() local 3054 if (Str[i] == Quote) { in parseEscapedString() 3060 if (Str[i + 1] == Quote) in parseEscapedString()
|
| /freebsd/usr.sbin/services_mkdb/ |
| H A D | services | 40 qotd 17/tcp quote #Quote of the Day 41 qotd 17/udp quote #Quote of the Day
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | string | 2939 // Quote: "Unless otherwise specified, all standard library objects that have been moved 2943 // Quote: "v = std::move(v); // the value of v is unspecified"
|
| /freebsd/contrib/tzdata/ |
| H A D | southamerica | 1227 # Quote from the website communication:
|