Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan.cpp163 template <typename FT1, typename FT2, bool Enable> struct LargestFTImpl { struct
164 using type = FT2;
167 template <typename FT1, typename FT2> struct LargestFTImpl<FT1, FT2, true> { struct
168 using type = FT1;