Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/tests/
H A DNSanUnitTest.cpp15 template <typename FT, auto next> void TestFT() { in TestFT() function
54 TEST(NSanTest, Float) { TestFT<float, nextafterf>(); } in TEST()
57 TestFT<double, static_cast<double (*)(double, double)>(nextafter)>(); in TEST()