Searched refs:TEST_STRTO_INT_LOC (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 1794 #define TEST_STRTO_INT_LOC(func_name, char_type, str_prefix) \ macro 1820 TEST_STRTO_INT_LOC(strtol_l, char, ) 1821 TEST_STRTO_INT_LOC(strtoll_l, char, ) 1822 TEST_STRTO_INT_LOC(strtoul_l, char, ) 1823 TEST_STRTO_INT_LOC(strtoull_l, char, ) 1840 TEST_STRTO_INT_LOC(wcstol_l, wchar_t, L) in TEST_STRTO_INT() 1841 TEST_STRTO_INT_LOC(wcstoll_l, wchar_t, L) in TEST_STRTO_INT() 1842 TEST_STRTO_INT_LOC(wcstoul_l, wchar_t, L) in TEST_STRTO_INT() 1843 TEST_STRTO_INT_LOC(wcstoull_l, wchar_t, L) in TEST_STRTO_INT()
|