Searched refs:FOut (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp38 llvm::formatted_raw_ostream FOut(Out);
42 FOut.PadToColumn(InitialPad) << EntryDescPair.first;
44 if (FOut.getColumn() > PadForDesc)
45 FOut << '\n';
47 FOut.PadToColumn(PadForDesc);
50 FOut << EntryDescPair.second;
55 if (FOut.getColumn() > MinLineWidth && C == ' ') {
56 FOut << '\n';
57 FOut.PadToColumn(PadForDesc);
60 FOut <<
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp143 auto FOut = std::make_unique<formatted_raw_ostream>(Out); local
145 Context, std::move(FOut), Options.MCOptions.AsmVerbose,
/freebsd-13-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp458 auto FOut = std::make_unique<formatted_raw_ostream>(*Out); local
460 Ctx, std::move(FOut), /*asmverbose*/ true,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp493 auto FOut = std::make_unique<formatted_raw_ostream>(*OS); local
495 TheTarget->createAsmStreamer(Ctx, std::move(FOut), /*asmverbose*/ true,

Completed in 63 milliseconds