Home
last modified time | relevance | path

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

/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc1636 #define TEST_STRTO_FLOAT_LOC(func_name, char_type, str_prefix) \ macro
1663 TEST_STRTO_FLOAT_LOC(strtof_l, char, )
1664 TEST_STRTO_FLOAT_LOC(strtod_l, char, )
1665 TEST_STRTO_FLOAT_LOC(strtold_l, char, )
1681 TEST_STRTO_FLOAT_LOC(wcstof_l, wchar_t, L) in TEST_STRTO_INT()
1682 TEST_STRTO_FLOAT_LOC(wcstod_l, wchar_t, L) in TEST_STRTO_INT()
1683 TEST_STRTO_FLOAT_LOC(wcstold_l, wchar_t, L) in TEST_STRTO_INT()
1705 TEST_STRTO_FLOAT_LOC(__strtof_l, char, )
1707 TEST_STRTO_FLOAT_LOC(__strtod_l, char, )
1710 TEST_STRTO_FLOAT_LOC(__strtold_l, char, )
[all …]