/external/llvm/unittests/Support/ |
D | EndianStreamTest.cpp | 23 raw_svector_ostream OS(data); in TEST() 38 raw_svector_ostream OS(data); in TEST() 54 raw_svector_ostream OS(data); in TEST() 69 raw_svector_ostream OS(data); in TEST() 84 raw_svector_ostream OS(data); in TEST() 103 raw_svector_ostream OS(data); in TEST() 122 raw_svector_ostream OS(data); in TEST() 141 raw_svector_ostream OS(data); in TEST() 160 raw_svector_ostream OS(Data); in TEST() 175 raw_svector_ostream OS(Data); in TEST() [all …]
|
D | formatted_raw_ostream_test.cpp | 22 raw_svector_ostream B(A); in TEST()
|
/external/clang/tools/libclang/ |
D | CIndexUSRs.cpp | 97 llvm::raw_svector_ostream OS(Buf); in clang_constructUSR_ObjCIvar() 107 llvm::raw_svector_ostream OS(Buf); in clang_constructUSR_ObjCMethod() 115 llvm::raw_svector_ostream OS(Buf); in clang_constructUSR_ObjCClass() 122 llvm::raw_svector_ostream OS(Buf); in clang_constructUSR_ObjCProtocol() 130 llvm::raw_svector_ostream OS(Buf); in clang_constructUSR_ObjCCategory() 138 llvm::raw_svector_ostream OS(Buf); in clang_constructUSR_ObjCProperty()
|
D | BuildSystem.cpp | 77 llvm::raw_svector_ostream OS(Buf); in clang_VirtualFileOverlay_writeToBuffer() 133 llvm::raw_svector_ostream OS(Buf); in clang_ModuleMapDescriptor_writeToBuffer()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | raw_ostream.cpp | 690 raw_svector_ostream::raw_svector_ostream(SmallVectorImpl<char> &O) : OS(O) { in raw_svector_ostream() function in raw_svector_ostream 699 raw_svector_ostream::~raw_svector_ostream() { in ~raw_svector_ostream() 707 void raw_svector_ostream::resync() { in resync() 715 void raw_svector_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl() 737 uint64_t raw_svector_ostream::current_pos() const { in current_pos() 741 StringRef raw_svector_ostream::str() { in str()
|
/external/llvm/include/llvm/Support/ |
D | raw_ostream.h | 477 class raw_svector_ostream : public raw_pwrite_stream { 493 explicit raw_svector_ostream(SmallVectorImpl<char> &O) : OS(O) { in raw_svector_ostream() function 496 ~raw_svector_ostream() override {} in ~raw_svector_ostream() 519 class buffer_ostream : public raw_svector_ostream { 524 buffer_ostream(raw_ostream &OS) : raw_svector_ostream(Buffer), OS(OS) {} in buffer_ostream()
|
/external/clang/lib/AST/ |
D | Mangle.cpp | 207 llvm::raw_svector_ostream Out(Buffer); in mangleCtorBlock() 216 llvm::raw_svector_ostream Out(Buffer); in mangleDtorBlock() 226 llvm::raw_svector_ostream Stream(Buffer); in mangleBlock() 273 llvm::raw_svector_ostream OS(Name); in mangleObjCMethodName()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ValueSymbolTable.cpp | 55 raw_svector_ostream(UniqueName) << ++LastUnique; in reinsertValue() 94 raw_svector_ostream(UniqueName) << ++LastUnique; in createValueName()
|
/external/swiftshader/third_party/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/CodeGen/AsmPrinter/ |
D | ByteStreamer.h | 95 raw_svector_ostream OSE(Buffer); in EmitSLEB128() 101 raw_svector_ostream OSE(Buffer); in EmitULEB128()
|
/external/swiftshader/third_party/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/clang/lib/StaticAnalyzer/Checkers/ |
D | AnalyzerStatsChecker.cpp | 92 llvm::raw_svector_ostream output(buf); in checkEndAnalysis() 128 llvm::raw_svector_ostream outputI(bufI); in checkEndAnalysis()
|
D | CheckSecuritySyntaxOnly.cpp | 281 llvm::raw_svector_ostream os(sbuf); in checkLoopConditionForFloat() 483 llvm::raw_svector_ostream out(buf); in checkCall_mkstemp() 611 llvm::raw_svector_ostream os1(buf1); in checkCall_rand() 615 llvm::raw_svector_ostream os2(buf2); in checkCall_rand() 727 llvm::raw_svector_ostream os1(buf1); in checkUncheckedReturnValue() 731 llvm::raw_svector_ostream os2(buf2); in checkUncheckedReturnValue()
|
D | ObjCContainersASTChecker.cpp | 132 llvm::raw_svector_ostream OsName(BufName); in VisitCallExpr() 136 llvm::raw_svector_ostream Os(Buf); in VisitCallExpr()
|
D | IvarInvalidationChecker.cpp | 199 static void printIvar(llvm::raw_svector_ostream &os, 332 llvm::raw_svector_ostream os(PropNameWithUnderscore); in findPropertyBackingIvar() 345 void IvarInvalidationCheckerImpl::printIvar(llvm::raw_svector_ostream &os, in printIvar() 534 llvm::raw_svector_ostream os(sbuf); in reportNoInvalidationMethod() 557 llvm::raw_svector_ostream os(sbuf); in reportIvarNeedsInvalidation()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiMCInstLower.cpp | 51 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "JTI" in GetJumpTableSymbol() 61 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "CPI" in GetConstantPoolIndexSymbol()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430MCInstLower.cpp | 55 raw_svector_ostream(Name) << DL.getPrivateGlobalPrefix() << "JTI" in GetJumpTableSymbol() 72 raw_svector_ostream(Name) << DL.getPrivateGlobalPrefix() << "CPI" in GetConstantPoolIndexSymbol()
|
/external/swiftshader/third_party/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/llvm/lib/Option/ |
D | Arg.cpp | 68 llvm::raw_svector_ostream OS(Res); in getAsString() 99 llvm::raw_svector_ostream OS(Res); in render()
|
/external/llvm/lib/IR/ |
D | Mangler.cpp | 72 raw_svector_ostream OS(OutName); in getNameWithPrefix() 172 raw_svector_ostream OS(OutName); in getNameWithPrefix()
|
/external/clang/lib/Frontend/ |
D | DiagnosticRenderer.cpp | 435 llvm::raw_svector_ostream Message(MessageStorage); in emitSingleMacroExpansion() 573 llvm::raw_svector_ostream Message(MessageStorage); in emitMacroExpansions() 592 llvm::raw_svector_ostream Message(MessageStorage); in emitIncludeLocation() 604 llvm::raw_svector_ostream Message(MessageStorage); in emitImportLocation() 620 llvm::raw_svector_ostream Message(MessageStorage); in emitBuildingModuleLocation()
|
/external/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFFormValueTest.cpp | 68 raw_svector_ostream OS(RawData); in createULEBFormValue() 79 raw_svector_ostream OS(RawData); in createSLEBFormValue()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMCInstLower.cpp | 122 raw_svector_ostream Str(BBStr); in EmitInstruction() 158 raw_svector_ostream CodeStream(CodeBytes); in EmitInstruction()
|
/external/llvm/unittests/ObjectYAML/ |
D | YAMLTest.cpp | 34 llvm::raw_svector_ostream OS(Buf); in TEST()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCPureStreamer.cpp | 201 raw_svector_ostream VecOS(Code); in EmitInstToFragment() 214 raw_svector_ostream VecOS(Code); in EmitInstToData()
|