| /llvm-project-15.0.7/libcxx/test/std/input.output/iostreams.base/std.ios.manip/fmtflags.manip/ |
| H A D | showpoint.pass.cpp | 27 std::ios_base& r = std::showpoint(ios); in main() 29 assert(ios.flags() & std::ios::showpoint); in main()
|
| H A D | noshowpoint.pass.cpp | 27 std::showpoint(ios); in main() 30 assert(!(ios.flags() & std::ios::showpoint)); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/ |
| H A D | fmtflags.pass.cpp | 49 assert(std::ios_base::showpoint); in main() 67 & std::ios_base::showpoint in main()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/ |
| H A D | move.pass.cpp | 86 ios2.flags(std::ios::showpoint | std::ios::uppercase); in main() 111 assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase)); in main()
|
| H A D | copyfmt.pass.cpp | 137 ios2.flags(std::ios::showpoint | std::ios::uppercase); in main() 172 assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase)); in main()
|
| H A D | swap.pass.cpp | 98 ios2.flags(std::ios::showpoint | std::ios::uppercase); in main() 123 assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase)); in main()
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/hicpp/ |
| H A D | signed-bitwise-standard-types.h | 58 showpoint = 1u << 11u, enumerator
|
| H A D | signed-bitwise-standard-types.cpp | 49 SResult = std::ios_base::fmtflags::showbase | std::ios_base::fmtflags::showpoint; in pure_bitmask_types()
|
| /llvm-project-15.0.7/libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/ |
| H A D | put_long_double.pass.cpp | 135 std::showpoint(ios); in test1() 280 std::showpoint(ios); in test1() 428 std::showpoint(ios); in test1() 573 std::showpoint(ios); in test1() 724 std::showpoint(ios); in test1() 869 std::showpoint(ios); in test1() 1017 std::showpoint(ios); in test1() 1162 std::showpoint(ios); in test1() 1313 std::showpoint(ios); in test1() 1458 std::showpoint(ios); in test1() [all …]
|
| H A D | put_double.pass.cpp | 135 std::showpoint(ios); in test1() 280 std::showpoint(ios); in test1() 428 std::showpoint(ios); in test1() 573 std::showpoint(ios); in test1() 724 std::showpoint(ios); in test1() 869 std::showpoint(ios); in test1() 1017 std::showpoint(ios); in test1() 1162 std::showpoint(ios); in test1() 1313 std::showpoint(ios); in test1() 1458 std::showpoint(ios); in test1() [all …]
|
| H A D | put_long_double.hex.pass.cpp | 141 std::showpoint(ios); in test1() 286 std::showpoint(ios); in test1() 434 std::showpoint(ios); in test1() 579 std::showpoint(ios); in test1() 730 std::showpoint(ios); in test1() 875 std::showpoint(ios); in test1() 1023 std::showpoint(ios); in test1() 1168 std::showpoint(ios); in test1() 1319 std::showpoint(ios); in test1() 1464 std::showpoint(ios); in test1() [all …]
|
| H A D | put_double.hex.pass.cpp | 141 std::showpoint(ios); in test1() 286 std::showpoint(ios); in test1() 434 std::showpoint(ios); in test1() 579 std::showpoint(ios); in test1() 730 std::showpoint(ios); in test1() 875 std::showpoint(ios); in test1() 1023 std::showpoint(ios); in test1() 1168 std::showpoint(ios); in test1() 1319 std::showpoint(ios); in test1() 1464 std::showpoint(ios); in test1() [all …]
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | ios | 41 static constexpr fmtflags showpoint; 171 ios_base& showpoint (ios_base& str); 257 static const fmtflags showpoint = 0x0400; 879 showpoint(ios_base& __str) 881 __str.setf(ios_base::showpoint); 889 __str.unsetf(ios_base::showpoint);
|
| /llvm-project-15.0.7/libcxx/test/std/namespace/ |
| H A D | addressable_functions.sh.cpp | 71 all_funcs.insert(std::make_pair("showpoint", &std::showpoint)); in get_formatflag_tu1()
|
| /llvm-project-15.0.7/libcxx/src/ |
| H A D | ios.cpp | 87 const ios_base::fmtflags ios_base::showpoint; member in ios_base
|
| H A D | locale.cpp | 4869 if (__flags & ios_base::showpoint) in __format_float()
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/ |
| H A D | StdSymbolMap.inc | 1036 SYMBOL(showpoint, std::, <ios>)
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | RNBRemote.cpp | 87 << std::showpoint << std::fixed
|