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 D | make_ostream_joiner.pass.cpp | 34 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 D | ostream_joiner.op.assign.pass.cpp | 64 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 D | expected.complex | 38 sstream
|
| H A D | expected.sstream | 37 sstream
|
| H A D | expected.ctgmath | 40 sstream
|
| H A D | expected.ccomplex | 39 sstream
|
| /llvm-project-15.0.7/libc/test/src/string/memory_utils/ |
| H A D | CMakeLists.txt | 22 # Disabling this unittest in fullbuild mode as #include<sstream> is pulling an
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/ |
| H A D | StdSymbolMap.inc | 151 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 D | complex | 37 #include <sstream>
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IntrinsicCall.cpp | 1505 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 D | CMakeLists.txt | 759 sstream
|
| H A D | module.modulemap.in | 1037 module sstream { 1039 header "sstream"
|
| H A D | sstream | 14 sstream synopsis
|
| H A D | complex | 243 # include <sstream> // for std::basic_ostringstream
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/libcxx/include/ |
| H A D | BUILD.gn | 819 "sstream",
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachTask.mm | 32 #include <sstream>
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | CodingStandards.rst | 1375 Note that using the other stream headers (``<sstream>`` for example) is not
|