/external/clang/lib/AST/ |
D | Mangle.cpp | 72 llvm::raw_svector_ostream Out(Buffer); in mangleCtorBlock() 83 llvm::raw_svector_ostream Out(Buffer); in mangleDtorBlock() 95 llvm::raw_svector_ostream Stream(Buffer); in mangleBlock() 118 llvm::raw_svector_ostream OS(Name); in mangleObjCMethodName()
|
/external/llvm/lib/Support/ |
D | raw_ostream.cpp | 689 raw_svector_ostream::raw_svector_ostream(SmallVectorImpl<char> &O) : OS(O) { in raw_svector_ostream() function in raw_svector_ostream 698 raw_svector_ostream::~raw_svector_ostream() { in ~raw_svector_ostream() 706 void raw_svector_ostream::resync() { in resync() 714 void raw_svector_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl() 736 uint64_t raw_svector_ostream::current_pos() const { in current_pos() 740 StringRef raw_svector_ostream::str() { in str()
|
D | ErrorHandling.cpp | 72 raw_svector_ostream OS(Buffer); in report_fatal_error()
|
D | PrettyStackTrace.cpp | 84 raw_svector_ostream Stream(TmpStr); in CrashHandler()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DereferenceChecker.cpp | 119 llvm::raw_svector_ostream os(buf); in checkLocation() 127 llvm::raw_svector_ostream os(buf); in checkLocation() 136 llvm::raw_svector_ostream os(buf); in checkLocation() 148 llvm::raw_svector_ostream os(buf); in checkLocation()
|
D | CheckSecuritySyntaxOnly.cpp | 252 llvm::raw_svector_ostream os(sbuf); in checkLoopConditionForFloat() 472 llvm::raw_svector_ostream os1(buf1); in checkCall_rand() 476 llvm::raw_svector_ostream os2(buf2); in checkCall_rand() 559 llvm::raw_svector_ostream os1(buf1); in checkUncheckedReturnValue() 563 llvm::raw_svector_ostream os2(buf2); in checkUncheckedReturnValue()
|
D | BasicObjCFoundationChecks.cpp | 91 llvm::raw_svector_ostream os(sbuf); in WarnNilArg() 320 llvm::raw_svector_ostream os(sbuf); in checkPreStmt() 468 llvm::raw_svector_ostream os(buf); in checkPreObjCMessage() 621 llvm::raw_svector_ostream os(sbuf); in checkPreObjCMessage()
|
D | StackAddrEscapeChecker.cpp | 99 llvm::raw_svector_ostream os(buf); in EmitStackError() 200 llvm::raw_svector_ostream os(buf); in checkEndPath()
|
D | UndefResultChecker.cpp | 49 llvm::raw_svector_ostream OS(sbuf); in checkPostStmt()
|
D | UndefCapturedBlockVarChecker.cpp | 85 llvm::raw_svector_ostream os(buf); in checkPostStmt()
|
D | MacOSXAPIChecker.cpp | 73 llvm::raw_svector_ostream os(S); in CheckDispatchOnce()
|
D | AnalyzerStatsChecker.cpp | 76 llvm::raw_svector_ostream output(buf); in checkEndAnalysis()
|
/external/llvm/lib/VMCore/ |
D | ValueSymbolTable.cpp | 55 raw_svector_ostream(UniqueName) << ++LastUnique; in reinsertValue() 94 raw_svector_ostream(UniqueName) << ++LastUnique; in createValueName()
|
/external/llvm/include/llvm/Support/ |
D | raw_ostream.h | 448 class raw_svector_ostream : public raw_ostream { 462 explicit raw_svector_ostream(SmallVectorImpl<char> &O); 463 ~raw_svector_ostream();
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430MCInstLower.cpp | 52 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "JTI" in GetJumpTableSymbol() 68 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "CPI" in GetConstantPoolIndexSymbol()
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeMCInstLower.cpp | 55 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "JTI" in GetJumpTableSymbol() 70 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "CPI" in GetConstantPoolIndexSymbol()
|
/external/clang/lib/Driver/ |
D | Arg.cpp | 65 llvm::raw_svector_ostream OS(Res); in getAsString() 98 llvm::raw_svector_ostream OS(Res); in render()
|
/external/llvm/lib/MC/ |
D | MCPureStreamer.cpp | 200 raw_svector_ostream VecOS(Code); in EmitInstToFragment() 213 raw_svector_ostream VecOS(Code); in EmitInstToData()
|
D | MCContext.cpp | 96 raw_svector_ostream(NewName) << NextUniqueID++; in CreateSymbol() 117 raw_svector_ostream(NameSV) in CreateTempSymbol()
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 40 raw_svector_ostream OS;
|
/external/llvm/utils/TableGen/ |
D | StringToOffsetTable.h | 44 raw_svector_ostream(Str).write_escaped(AggregateString); in EmitString()
|
/external/clang/lib/Basic/ |
D | Diagnostic.cpp | 378 llvm::raw_svector_ostream Out(OutStr); in HandleOrdinalModifier() 640 llvm::raw_svector_ostream(OutStr) << Val; in FormatDiagnostic() 658 llvm::raw_svector_ostream(OutStr) << Val; in FormatDiagnostic() 674 llvm::raw_svector_ostream(OutStr) << '\'' << II->getName() << '\''; in FormatDiagnostic()
|
/external/clang/lib/Frontend/ |
D | CreateInvocationFromCommandLine.cpp | 70 llvm::raw_svector_ostream OS(Msg); in createInvocationFromCommandLine()
|
/external/llvm/lib/Target/Mips/ |
D | MipsAsmPrinter.cpp | 47 raw_svector_ostream OS(Str); in EmitInstruction() 205 raw_svector_ostream OS(Str); in EmitFunctionBodyStart()
|
/external/llvm/unittests/Support/ |
D | raw_ostream_test.cpp | 34 llvm::raw_svector_ostream OS(SVec); in printToString()
|