Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp1831 TEST_STRTO_FLOAT_LOC(strtof_l, char, )
1832 TEST_STRTO_FLOAT_LOC(strtod_l, char, )
1833 TEST_STRTO_FLOAT_LOC(strtold_l, char, )
1851 TEST_STRTO_FLOAT_LOC(wcstof_l, wchar_t, L) in TEST_STRTO_INT()
1852 TEST_STRTO_FLOAT_LOC(wcstod_l, wchar_t, L) in TEST_STRTO_INT()
1853 TEST_STRTO_FLOAT_LOC(wcstold_l, wchar_t, L) in TEST_STRTO_INT()
1876 TEST_STRTO_FLOAT_LOC(__strtof_l, char, )
1878 TEST_STRTO_FLOAT_LOC(__strtod_l, char, )
1881 TEST_STRTO_FLOAT_LOC(__strtold_l, char, )
1884 TEST_STRTO_FLOAT_LOC(__wcstof_l, wchar_t, L)
[all …]