Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
Dsupport.h46 #define atoll _atoi64 macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdlib38 long long atoll(const char* nptr); // C99
107 using ::atoll;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdlib_h.pass.cpp45 static_assert((std::is_same<decltype(atoll("")), long long>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
Dcstdlib.pass.cpp45 static_assert((std::is_same<decltype(std::atoll("")), long long>::value), ""); in main()
/ndk/sources/cxx-stl/system/include/
Dcstdlib66 using ::atoll;
/ndk/sources/cxx-stl/gabi++/include/
Dcstdlib66 using ::atoll;