Home
last modified time | relevance | path

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

12345

/external/clang/lib/Driver/
DJob.cpp82 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/
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()
429 bool Quote, CrashReportInfo *CrashInfo) const { in Print() argument
[all …]
/external/clang/include/clang/Driver/
DJob.h93 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/
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 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
294 bool Quote, CrashReportInfo *CrashInfo = nullptr) const;
/external/llvm-project/llvm/lib/Support/
DProgram.cpp79 void sys::printArg(raw_ostream &OS, StringRef Arg, bool Quote) { in printArg() argument
82 if (!Quote && !Escape) { in printArg()
DYAMLTraits.cpp694 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/
Dflags_parser.cpp71 const char Quote = Buffer[Pos++]; in parseFlag() local
72 while (Buffer[Pos] != 0 && Buffer[Pos] != Quote) in parseFlag()
/external/scudo/standalone/
Dflags_parser.cpp71 const char Quote = Buffer[Pos++]; in parseFlag() local
72 while (Buffer[Pos] != 0 && Buffer[Pos] != Quote) in parseFlag()
/external/gwp_asan/gwp_asan/optional/
Doptions_parser.cpp99 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/
Dprivate-2.ll2 ; Quote should be outside of private prefix.
/external/llvm/test/CodeGen/X86/
Dprivate-2.ll2 ; Quote should be outside of private prefix.
/external/golang-protobuf/protoc-gen-go/grpc/
Dgrpc.go253 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/
Djdi.properties9 raw.quote.label = Quote
20 sun.quote.label = Quote
/external/starlark-go/syntax/
Dquote_test.go50 q := Quote(tt.s, false)
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Dwire.go130 return strconv.Quote(id.Name)
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Dwire.go130 return strconv.Quote(id.Name)
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/jsonrpc2/
Dwire.go130 return strconv.Quote(id.Name)
/external/llvm-project/clang/lib/AST/
DCommentLexer.cpp198 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/
DCommentLexer.cpp199 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/
DProgram.h214 void printArg(llvm::raw_ostream &OS, StringRef Arg, bool Quote);
/external/llvm-project/llvm/tools/llvm-symbolizer/
Dllvm-symbolizer.cpp111 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/
DYAMLTraits.cpp677 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/
DCompilationDatabaseTest.cpp375 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/
DCargo.toml.orig48 # proc-macro2. Quote would implement its traits for types from that proc-macro2,
/external/python/cpython2/PCbuild/
Dfind_python.bat58 @rem Quote it here; it's not quoted later because "py -3.6" wouldn't work

12345