HomeSort by: relevance | last modified time | path
    Searched refs:raw_svector_ostream (Results 1 - 25 of 246) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexUSRs.cpp 94 llvm::raw_svector_ostream OS(Buf);
104 llvm::raw_svector_ostream OS(Buf);
112 llvm::raw_svector_ostream OS(Buf);
119 llvm::raw_svector_ostream OS(Buf);
127 llvm::raw_svector_ostream OS(Buf);
135 llvm::raw_svector_ostream OS(Buf);
BuildSystem.cpp 77 llvm::raw_svector_ostream OS(Buf);
133 llvm::raw_svector_ostream OS(Buf);
  /src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
CodeEmitter.h 41 raw_svector_ostream VecOS;
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
ARCAsmPrinter.cpp 53 raw_svector_ostream O(Str);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CXXSelfAssignmentChecker.cpp 58 llvm::raw_svector_ostream Out(Msg);
68 llvm::raw_svector_ostream Out(Msg);
ObjCPropertyChecker.cpp 68 llvm::raw_svector_ostream OS(Str);
ReturnValueChecker.cpp 104 llvm::raw_svector_ostream Out(Msg);
151 llvm::raw_svector_ostream Out(Msg);
AnalyzerStatsChecker.cpp 91 llvm::raw_svector_ostream output(buf);
129 llvm::raw_svector_ostream outputI(bufI);
ObjCAutoreleaseWriteChecker.cpp 139 llvm::raw_svector_ostream BugName(BugNameBuf);
144 llvm::raw_svector_ostream BugMessage(BugMessageBuf);
ObjCContainersASTChecker.cpp 131 llvm::raw_svector_ostream OsName(BufName);
135 llvm::raw_svector_ostream Os(Buf);
MacOSXAPIChecker.cpp 93 llvm::raw_svector_ostream os(S);
SmartPtrChecker.cpp 85 llvm::raw_svector_ostream OS(Str);
UndefCapturedBlockVarChecker.cpp 81 llvm::raw_svector_ostream os(buf);
UndefinedAssignmentChecker.cpp 60 llvm::raw_svector_ostream OS(Str);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
ByteStreamer.h 97 raw_svector_ostream OSE(Buffer);
110 raw_svector_ostream OSE(Buffer);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiMCInstLower.cpp 49 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "JTI"
59 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "CPI"
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
MSP430MCInstLower.cpp 54 raw_svector_ostream(Name) << DL.getPrivateGlobalPrefix() << "JTI"
71 raw_svector_ostream(Name) << DL.getPrivateGlobalPrefix() << "CPI"
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangCommentHTMLNamedCharacterReferenceEmitter.cpp 38 raw_svector_ostream OS(CLiteral);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FormatCommon.h 40 raw_svector_ostream Stream(Item);
raw_ostream.h 644 /// raw_svector_ostream operates without a buffer, delegating all memory
647 class raw_svector_ostream : public raw_pwrite_stream { class in namespace:llvm
659 /// Construct a new raw_svector_ostream.
663 explicit raw_svector_ostream(SmallVectorImpl<char> &O) : OS(O) { function in class:llvm::raw_svector_ostream
667 ~raw_svector_ostream() override = default;
694 class buffer_ostream : public raw_svector_ostream {
701 buffer_ostream(raw_ostream &OS) : raw_svector_ostream(Buffer), OS(OS) {}
705 class buffer_unique_ostream : public raw_svector_ostream {
713 : raw_svector_ostream(Buffer), OS(std::move(OS)) {}
  /src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
StringToOffsetTable.h 47 raw_svector_ostream(Str).write_escaped(AggregateString);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CFGuardLongjmp.cpp 111 raw_svector_ostream(SymbolName) << "$cfgsj_" << MF.getName() << SetjmpNum++;
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
yaml2obj.cpp 62 raw_svector_ostream OS(Storage);
  /src/external/apache2/llvm/dist/llvm/lib/Option/
Arg.cpp 73 raw_svector_ostream OS(Res);
104 raw_svector_ostream OS(Res);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CreateInvocationFromCommandLine.cpp 80 llvm::raw_svector_ostream OS(Msg);

Completed in 31 milliseconds

1 2 3 4 5 6 7 8 910