/external/clang/lib/Driver/ |
D | Job.cpp | 82 void Command::printArg(raw_ostream &OS, const char *Arg, bool Quote) { in printArg() 155 void Command::Print(raw_ostream &OS, const char *Terminator, bool Quote, in Print() 281 bool Quote, CrashReportInfo *CrashInfo) const { in Print() 321 bool Quote, CrashReportInfo *CrashInfo) const { in Print() 336 void JobList::Print(raw_ostream &OS, const char *Terminator, bool Quote, in Print()
|
/external/llvm-project/clang/lib/Driver/ |
D | Job.cpp | 201 void Command::Print(raw_ostream &OS, const char *Terminator, bool Quote, in Print() 369 void CC1Command::Print(raw_ostream &OS, const char *Terminator, bool Quote, in Print() 429 bool Quote, CrashReportInfo *CrashInfo) const { in Print() 470 bool Quote, CrashReportInfo *CrashInfo) const { in Print() 485 void JobList::Print(raw_ostream &OS, const char *Terminator, bool Quote, in Print()
|
/external/starlark-go/syntax/ |
D | quote.go | 236 func Quote(s string, b bool) string { func
|
/external/llvm-project/llvm/lib/Support/ |
D | Program.cpp | 79 void sys::printArg(raw_ostream &OS, StringRef Arg, bool Quote) { in printArg()
|
D | YAMLTraits.cpp | 694 const char *const Quote = MustQuote == QuotingType::Single ? "'" : "\""; in scalarString() local
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | flags_parser.cpp | 71 const char Quote = Buffer[Pos++]; in parseFlag() local
|
/external/scudo/standalone/ |
D | flags_parser.cpp | 71 const char Quote = Buffer[Pos++]; in parseFlag() local
|
/external/gwp_asan/gwp_asan/optional/ |
D | options_parser.cpp | 99 const char Quote = Buffer[Pos++]; in parseOption() local
|
/external/llvm-project/llvm/tools/llvm-symbolizer/ |
D | llvm-symbolizer.cpp | 111 char Quote = *Pos; in parseCommand() local
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | Pick.java | 458 static class Quote extends ItemPick { class in Pick 459 Quote(Pick item) { in Quote() method in Pick.Quote
|
/external/llvm-project/clang/lib/AST/ |
D | CommentLexer.cpp | 198 const char Quote = *BufferPtr; in skipHTMLQuotedString() local
|
/external/clang/lib/AST/ |
D | CommentLexer.cpp | 199 const char Quote = *BufferPtr; in skipHTMLQuotedString() local
|
/external/clang/unittests/Tooling/ |
D | CompilationDatabaseTest.cpp | 375 std::vector<std::string> Quote = unescapeJsonCommandLine("a\\\\\\\""); in TEST() local
|
/external/llvm-project/clang/lib/Lex/ |
D | Lexer.cpp | 233 template <typename T> static void StringifyImpl(T &Str, char Quote) { in StringifyImpl() 260 char Quote = Charify ? '\'' : '"'; in Stringify() local
|
/external/llvm-project/clang/unittests/Tooling/ |
D | CompilationDatabaseTest.cpp | 445 std::vector<std::string> Quote = unescapeJsonCommandLine("a\\\\\\\""); in TEST() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | YAMLTraits.cpp | 677 const char *const Quote = MustQuote == QuotingType::Single ? "'" : "\""; in scalarString() local
|
/external/clang/lib/Lex/ |
D | Lexer.cpp | 204 char Quote = Charify ? '\'' : '"'; in Stringify() local
|
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 712 char Quote = Src[I++]; in TokenizeGNUCommandLine() local
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | CommandLine.cpp | 736 char Quote = Src[I++]; in TokenizeGNUCommandLine() local
|
/external/rust/crates/serde_json/src/ |
D | ser.rs | 1561 Quote, enumerator
|
/external/llvm-project/llvm/lib/MC/MCParser/ |
D | MasmParser.cpp | 3326 char Quote = getTok().getString().front(); in parseEscapedString() local
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 2138 bool Quote = (Lib.find(" ") != StringRef::npos); in qualifyWindowsLibrary() local
|
/external/golang-protobuf/proto/test_proto/ |
D | test.pb.go | 1894 Quote *string `protobuf:"bytes,3,opt,name=quote" json:"quote,omitempty"` member
|
/external/llvm-project/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 2593 bool Quote = (Lib.find(" ") != StringRef::npos); in qualifyWindowsLibrary() local
|