Home
last modified time | relevance | path

Searched refs:sstream (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.creation/
H A Dmake_ostream_joiner.pass.cpp34 std::basic_stringstream<CharT, Traits> sstream; in test() local
35 auto joiner = exper::make_ostream_joiner(sstream, d); in test()
40 assert(sstream.str() == expected); in test()
/llvm-project-15.0.7/libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.ops/
H A Dostream_joiner.op.assign.pass.cpp64 std::basic_stringstream<CharT, Traits> sstream; in test() local
65 Joiner joiner(sstream, d); in test()
68 assert(sstream.str() == expected); in test()
/llvm-project-15.0.7/libcxx/test/libcxx/transitive_includes/
H A Dexpected.complex38 sstream
H A Dexpected.sstream37 sstream
H A Dexpected.ctgmath40 sstream
H A Dexpected.ccomplex39 sstream
/llvm-project-15.0.7/libc/test/src/string/memory_utils/
H A DCMakeLists.txt22 # Disabling this unittest in fullbuild mode as #include<sstream> is pulling an
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DStdSymbolMap.inc151 SYMBOL(basic_istringstream, std::, <sstream>)
160 SYMBOL(basic_stringbuf, std::, <sstream>)
161 SYMBOL(basic_stringstream, std::, <sstream>)
673 SYMBOL(istringstream, std::, <sstream>)
863 SYMBOL(ostringstream, std::, <sstream>)
1079 SYMBOL(stringbuf, std::, <sstream>)
1080 SYMBOL(stringstream, std::, <sstream>)
1294 SYMBOL(wistringstream, std::, <sstream>)
1302 SYMBOL(wostringstream, std::, <sstream>)
1317 SYMBOL(wstringbuf, std::, <sstream>)
[all …]
/llvm-project-15.0.7/clang/lib/Headers/cuda_wrappers/
H A Dcomplex37 #include <sstream>
/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp1505 llvm::raw_string_ostream sstream(message); in checkPrecisionLoss() local
1508 sstream << funcType.getInput(0) << " ** " << funcType.getInput(1); in checkPrecisionLoss()
1510 sstream << name << "("; in checkPrecisionLoss()
1512 sstream << funcType.getInput(0); in checkPrecisionLoss()
1514 sstream << ", " << argType; in checkPrecisionLoss()
1515 sstream << ")"; in checkPrecisionLoss()
1517 sstream << "'"; in checkPrecisionLoss()
1979 llvm::raw_string_ostream sstream(nameAndType); in getRuntimeCallGenerator() local
1980 sstream << name << "\nrequested type: " << soughtFuncType; in getRuntimeCallGenerator()
/llvm-project-15.0.7/libcxx/include/
H A DCMakeLists.txt759 sstream
H A Dmodule.modulemap.in1037 module sstream {
1039 header "sstream"
H A Dsstream14 sstream synopsis
H A Dcomplex243 # include <sstream> // for std::basic_ostringstream
/llvm-project-15.0.7/llvm/utils/gn/secondary/libcxx/include/
H A DBUILD.gn819 "sstream",
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachTask.mm32 #include <sstream>
/llvm-project-15.0.7/llvm/docs/
H A DCodingStandards.rst1375 Note that using the other stream headers (``<sstream>`` for example) is not