Home
last modified time | relevance | path

Searched refs:showpoint (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/input.output/iostreams.base/std.ios.manip/fmtflags.manip/
H A Dshowpoint.pass.cpp27 std::ios_base& r = std::showpoint(ios); in main()
29 assert(ios.flags() & std::ios::showpoint); in main()
H A Dnoshowpoint.pass.cpp27 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 Dfmtflags.pass.cpp49 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 Dmove.pass.cpp86 ios2.flags(std::ios::showpoint | std::ios::uppercase); in main()
111 assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase)); in main()
H A Dcopyfmt.pass.cpp137 ios2.flags(std::ios::showpoint | std::ios::uppercase); in main()
172 assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase)); in main()
H A Dswap.pass.cpp98 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 Dsigned-bitwise-standard-types.h58 showpoint = 1u << 11u, enumerator
H A Dsigned-bitwise-standard-types.cpp49 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 Dput_long_double.pass.cpp135 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 Dput_double.pass.cpp135 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 Dput_long_double.hex.pass.cpp141 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 Dput_double.hex.pass.cpp141 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 Dios41 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 Daddressable_functions.sh.cpp71 all_funcs.insert(std::make_pair("showpoint", &std::showpoint)); in get_formatflag_tu1()
/llvm-project-15.0.7/libcxx/src/
H A Dios.cpp87 const ios_base::fmtflags ios_base::showpoint; member in ios_base
H A Dlocale.cpp4869 if (__flags & ios_base::showpoint) in __format_float()
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DStdSymbolMap.inc1036 SYMBOL(showpoint, std::, <ios>)
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBRemote.cpp87 << std::showpoint << std::fixed