Searched refs:TEST_STRTO_INT_LOC (Results 1 – 1 of 1) sorted by relevance
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1645 #define TEST_STRTO_INT_LOC(func_name, char_type, str_prefix) \ macro 1667 TEST_STRTO_INT_LOC(strtol_l, char, ) 1668 TEST_STRTO_INT_LOC(strtoll_l, char, ) 1669 TEST_STRTO_INT_LOC(strtoul_l, char, ) 1670 TEST_STRTO_INT_LOC(strtoull_l, char, ) 1685 TEST_STRTO_INT_LOC(wcstol_l, wchar_t, L) in TEST_STRTO_INT() 1686 TEST_STRTO_INT_LOC(wcstoll_l, wchar_t, L) in TEST_STRTO_INT() 1687 TEST_STRTO_INT_LOC(wcstoul_l, wchar_t, L) in TEST_STRTO_INT() 1688 TEST_STRTO_INT_LOC(wcstoull_l, wchar_t, L) in TEST_STRTO_INT()
|