Home
last modified time | relevance | path

Searched defs:floatfield (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/hicpp/
H A Dsigned-bitwise-standard-types.h53 floatfield = scientific | fixed | (scientific | fixed) | 0u, enumerator
/llvm-project-15.0.7/libcxx/src/
H A Dios.cpp94 const ios_base::fmtflags ios_base::floatfield; member in ios_base
H A Dlocale.cpp4871 ios_base::fmtflags floatfield = __flags & ios_base::floatfield; in __format_float() local