HomeSort by relevance Sort by last modified time
    Searched refs:raw_svector_ostream (Results 1 - 25 of 123) sorted by null

1 2 3 4 5

  /external/clang/lib/AST/
Mangle.cpp 74 llvm::raw_svector_ostream Out(Buffer);
85 llvm::raw_svector_ostream Out(Buffer);
97 llvm::raw_svector_ostream Stream(Buffer);
120 llvm::raw_svector_ostream OS(Name);
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 39 raw_svector_ostream OS;
  /external/llvm/lib/VMCore/
ValueSymbolTable.cpp 55 raw_svector_ostream(UniqueName) << ++LastUnique;
94 raw_svector_ostream(UniqueName) << ++LastUnique;
  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 92 llvm::raw_svector_ostream output(buf);
128 llvm::raw_svector_ostream outputI(bufI);
DereferenceChecker.cpp 132 llvm::raw_svector_ostream os(buf);
142 llvm::raw_svector_ostream os(buf);
153 llvm::raw_svector_ostream os(buf);
167 llvm::raw_svector_ostream os(buf);
MacOSXAPIChecker.cpp 74 llvm::raw_svector_ostream os(S);
UndefResultChecker.cpp 51 llvm::raw_svector_ostream OS(sbuf);
ObjCContainersASTChecker.cpp 132 llvm::raw_svector_ostream OsName(BufName);
137 llvm::raw_svector_ostream Os(Buf);
UndefCapturedBlockVarChecker.cpp 88 llvm::raw_svector_ostream os(buf);
  /external/llvm/lib/Support/
raw_ostream.cpp 695 // raw_svector_ostream
698 // The raw_svector_ostream implementation uses the SmallVector itself as the
704 raw_svector_ostream::raw_svector_ostream(SmallVectorImpl<char> &O) : OS(O) { function in class:raw_svector_ostream
713 raw_svector_ostream::~raw_svector_ostream() {
719 /// outside of the raw_svector_ostream's control. It is only safe to do this
720 /// if the raw_svector_ostream has previously been flushed.
721 void raw_svector_ostream::resync() {
729 void raw_svector_ostream::write_impl(const char *Ptr, size_t Size)
    [all...]
ErrorHandling.cpp 72 raw_svector_ostream OS(Buffer);
PrettyStackTrace.cpp 84 raw_svector_ostream Stream(TmpStr);
  /external/llvm/lib/Target/MSP430/
MSP430MCInstLower.cpp 52 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "JTI"
68 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "CPI"
  /external/llvm/unittests/Bitcode/
BitReaderTest.cpp 49 raw_svector_ostream OS(Buffer);
  /external/llvm/utils/TableGen/
StringToOffsetTable.h 45 raw_svector_ostream(Str).write_escaped(AggregateString);
  /external/clang/lib/Driver/
Arg.cpp 65 llvm::raw_svector_ostream OS(Res);
98 llvm::raw_svector_ostream OS(Res);
  /external/llvm/lib/Target/MBlaze/
MBlazeMCInstLower.cpp 55 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "JTI"
70 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "CPI"
  /external/clang/lib/Frontend/
CreateInvocationFromCommandLine.cpp 70 llvm::raw_svector_ostream OS(Msg);
LogDiagnosticPrinter.cpp 42 static void emitString(llvm::raw_svector_ostream &OS, const StringRef Raw) {
68 llvm::raw_svector_ostream OS(Msg);
DiagnosticRenderer.cpp 353 llvm::raw_svector_ostream Message(MessageStorage);
363 llvm::raw_svector_ostream Message(MessageStorage);
377 llvm::raw_svector_ostream Message(MessageStorage);
TextDiagnosticPrinter.cpp 128 llvm::raw_svector_ostream DiagMessageStream(OutStr);
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.h 80 raw_svector_ostream CommentStream;
  /external/llvm/include/llvm/Support/
raw_ostream.h 450 /// raw_svector_ostream - A raw_ostream that writes to an SmallVector or
453 class raw_svector_ostream : public raw_ostream { class in namespace:llvm
463 /// Construct a new raw_svector_ostream.
467 explicit raw_svector_ostream(SmallVectorImpl<char> &O);
468 ~raw_svector_ostream();
471 /// outside of the raw_svector_ostream's control. It is only safe to do this
472 /// if the raw_svector_ostream has previously been flushed.
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 151 llvm::raw_svector_ostream Out(OutName);
  /external/llvm/unittests/Support/
raw_ostream_test.cpp 34 llvm::raw_svector_ostream OS(SVec);

Completed in 2073 milliseconds

1 2 3 4 5