Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan.cpp138 template <typename FT> struct FTPrinter {}; struct
140 template <> struct FTPrinter<double> { struct
153 template <> struct FTPrinter<float> : FTPrinter<double> {}; struct
155 template <> struct FTPrinter<long double> { struct
169 template <> struct FTPrinter<__float128> : FTPrinter<long double> {}; struct
412 printf(" (%s)", FTPrinter<__float128>::dec(decoded_values[i]).Buffer); in __nsan_dump_shadow_mem()
565 using ValuePrinter = FTPrinter<FT>; in checkFT()
566 using ShadowPrinter = FTPrinter<ShadowFT>; in checkFT()
691 using ValuePrinter = FTPrinter<FT>; in fCmpFailFT()
692 using ShadowPrinter = FTPrinter<ShadowFT>; in fCmpFailFT()
[all …]