/external/clang/lib/Driver/ |
D | Job.cpp | 82 void Command::printArg(raw_ostream &OS, const char *Arg, bool Quote) { in printArg() argument 85 if (!Quote && !Escape) { in printArg() 155 void Command::Print(raw_ostream &OS, const char *Terminator, bool Quote, in Print() argument 184 printArg(OS, ShortName.str().c_str(), Quote); in Print() 190 printArg(OS, Arg, Quote); in Print() 195 printArg(OS, "-ivfsoverlay", Quote); in Print() 197 printArg(OS, CrashInfo->VFSPath.str().c_str(), Quote); in Print() 209 printArg(OS, ModCachePath.c_str(), Quote); in Print() 281 bool Quote, CrashReportInfo *CrashInfo) const { in Print() argument 282 Command::Print(OS, "", Quote, CrashInfo); in Print() [all …]
|
/external/llvm-project/clang/lib/Driver/ |
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() 429 bool Quote, CrashReportInfo *CrashInfo) const { in Print() argument [all …]
|
/external/clang/include/clang/Driver/ |
D | Job.h | 93 virtual void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote, 119 static void printArg(llvm::raw_ostream &OS, const char *Arg, bool Quote); 131 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote, 148 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote, 168 bool Quote, CrashReportInfo *CrashInfo = nullptr) const;
|
/external/llvm-project/clang/include/clang/Driver/ |
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 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote, 294 bool Quote, CrashReportInfo *CrashInfo = nullptr) const;
|
/external/llvm-project/llvm/lib/Support/ |
D | Program.cpp | 79 void sys::printArg(raw_ostream &OS, StringRef Arg, bool Quote) { in printArg() argument 82 if (!Quote && !Escape) { in printArg()
|
D | YAMLTraits.cpp | 694 const char *const Quote = MustQuote == QuotingType::Single ? "'" : "\""; in scalarString() local 695 output(Quote); // Starting quote. in scalarString() 702 outputUpToEndOfLine(Quote); in scalarString() 721 outputUpToEndOfLine(Quote); // Ending quote. in scalarString()
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | flags_parser.cpp | 71 const char Quote = Buffer[Pos++]; in parseFlag() local 72 while (Buffer[Pos] != 0 && Buffer[Pos] != Quote) in parseFlag()
|
/external/scudo/standalone/ |
D | flags_parser.cpp | 71 const char Quote = Buffer[Pos++]; in parseFlag() local 72 while (Buffer[Pos] != 0 && Buffer[Pos] != Quote) in parseFlag()
|
/external/gwp_asan/gwp_asan/optional/ |
D | options_parser.cpp | 99 const char Quote = Buffer[Pos++]; in parseOption() local 100 while (Buffer[Pos] != 0 && Buffer[Pos] != Quote) in parseOption()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | private-2.ll | 2 ; Quote should be outside of private prefix.
|
/external/llvm/test/CodeGen/X86/ |
D | private-2.ll | 2 ; Quote should be outside of private prefix.
|
/external/golang-protobuf/protoc-gen-go/grpc/ |
D | grpc.go | 253 g.P("ServiceName: ", strconv.Quote(fullServName), ",") 261 g.P("MethodName: ", strconv.Quote(method.GetName()), ",") 272 g.P("StreamName: ", strconv.Quote(method.GetName()), ",") 477 g.P("FullMethod: ", strconv.Quote(fmt.Sprintf("/%s/%s", fullServName, methName)), ",")
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/resources/ |
D | jdi.properties | 9 raw.quote.label = Quote 20 sun.quote.label = Quote
|
/external/starlark-go/syntax/ |
D | quote_test.go | 50 q := Quote(tt.s, false)
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
D | wire.go | 130 return strconv.Quote(id.Name)
|
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
D | wire.go | 130 return strconv.Quote(id.Name)
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/jsonrpc2/ |
D | wire.go | 130 return strconv.Quote(id.Name)
|
/external/llvm-project/clang/lib/AST/ |
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()
|
/external/clang/lib/AST/ |
D | CommentLexer.cpp | 199 const char Quote = *BufferPtr; in skipHTMLQuotedString() local 200 assert(Quote == '\"' || Quote == '\''); in skipHTMLQuotedString() 205 if (C == Quote && BufferPtr[-1] != '\\') in skipHTMLQuotedString()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Program.h | 214 void printArg(llvm::raw_ostream &OS, StringRef Arg, bool Quote);
|
/external/llvm-project/llvm/tools/llvm-symbolizer/ |
D | llvm-symbolizer.cpp | 111 char Quote = *Pos; in parseCommand() local 113 const char *End = strchr(Pos, Quote); in parseCommand()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | YAMLTraits.cpp | 677 const char *const Quote = MustQuote == QuotingType::Single ? "'" : "\""; in scalarString() local 678 output(Quote); // Starting quote. in scalarString() 685 outputUpToEndOfLine(Quote); in scalarString() 704 outputUpToEndOfLine(Quote); // Ending quote. in scalarString()
|
/external/clang/unittests/Tooling/ |
D | CompilationDatabaseTest.cpp | 375 std::vector<std::string> Quote = unescapeJsonCommandLine("a\\\\\\\""); in TEST() local 376 ASSERT_EQ(1ul, Quote.size()); in TEST() 377 EXPECT_EQ("a\"", Quote[0]); in TEST()
|
/external/rust/crates/proc-macro2/ |
D | Cargo.toml.orig | 48 # proc-macro2. Quote would implement its traits for types from that proc-macro2,
|
/external/python/cpython2/PCbuild/ |
D | find_python.bat | 58 @rem Quote it here; it's not quoted later because "py -3.6" wouldn't work
|