Home
last modified time | relevance | path

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

/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc1638 #define TEST_STRTO_INT_LOC(func_name, char_type, str_prefix) \ macro
1660 TEST_STRTO_INT_LOC(strtol_l, char, )
1661 TEST_STRTO_INT_LOC(strtoll_l, char, )
1662 TEST_STRTO_INT_LOC(strtoul_l, char, )
1663 TEST_STRTO_INT_LOC(strtoull_l, char, )
1678 TEST_STRTO_INT_LOC(wcstol_l, wchar_t, L) in TEST_STRTO_INT()
1679 TEST_STRTO_INT_LOC(wcstoll_l, wchar_t, L) in TEST_STRTO_INT()
1680 TEST_STRTO_INT_LOC(wcstoul_l, wchar_t, L) in TEST_STRTO_INT()
1681 TEST_STRTO_INT_LOC(wcstoull_l, wchar_t, L) in TEST_STRTO_INT()