Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp1809 #define TEST_STRTO_INT_LOC(func_name, char_type, str_prefix) \ macro
1835 TEST_STRTO_INT_LOC(strtol_l, char, )
1836 TEST_STRTO_INT_LOC(strtoll_l, char, )
1837 TEST_STRTO_INT_LOC(strtoul_l, char, )
1838 TEST_STRTO_INT_LOC(strtoull_l, char, )
1855 TEST_STRTO_INT_LOC(wcstol_l, wchar_t, L) in TEST_STRTO_INT()
1856 TEST_STRTO_INT_LOC(wcstoll_l, wchar_t, L) in TEST_STRTO_INT()
1857 TEST_STRTO_INT_LOC(wcstoul_l, wchar_t, L) in TEST_STRTO_INT()
1858 TEST_STRTO_INT_LOC(wcstoull_l, wchar_t, L) in TEST_STRTO_INT()