Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/inttypes/
H A DCMakeLists.txt12 strtoumax
14 strtoumax.cpp
16 strtoumax.h
H A Dstrtoumax.h16 uintmax_t strtoumax(const char *__restrict str, char **__restrict str_end,
H A Dstrtoumax.cpp15 LLVM_LIBC_FUNCTION(uintmax_t, strtoumax,
/llvm-project-15.0.7/libc/test/src/inttypes/
H A Dstrtoumax_test.cpp25 ASSERT_EQ(__llvm_libc::strtoumax(ten, nullptr, 10), uintmax_t(10)); in TEST()
H A DCMakeLists.txt20 libc.src.inttypes.strtoumax
/llvm-project-15.0.7/libcxx/include/
H A Dcinttypes230 uintmax_t strtoumax(const char* restrict nptr, char** restrict endptr, int base);
252 using ::strtoumax _LIBCPP_USING_IF_EXISTS;
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cert/
H A Derr33-c.rst112 * strtoumax()
/llvm-project-15.0.7/libc/config/linux/arm/
H A Dentrypoints.txt55 libc.src.inttypes.strtoumax
/llvm-project-15.0.7/libc/docs/
H A Dstrings.rst134 strtoumax YES
/llvm-project-15.0.7/libc/config/darwin/arm/
H A Dentrypoints.txt60 libc.src.inttypes.strtoumax
/llvm-project-15.0.7/libc/config/windows/
H A Dentrypoints.txt60 libc.src.inttypes.strtoumax
/llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/
H A Dinttypes_h.pass.cpp929 static_assert((std::is_same<decltype(strtoumax("", (char**)0, 0)), uintmax_t>::value), ""); in main()
/llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp929 …static_assert((std::is_same<decltype(std::strtoumax("", (char**)0, 0)), std::uintmax_t>::value), "… in main()
/llvm-project-15.0.7/libc/config/linux/aarch64/
H A Dentrypoints.txt65 libc.src.inttypes.strtoumax
/llvm-project-15.0.7/libc/config/linux/x86_64/
H A Dentrypoints.txt65 libc.src.inttypes.strtoumax
/llvm-project-15.0.7/libc/spec/
H A Dstdc.td652 …FunctionSpec<"strtoumax", RetValSpec<UIntMaxTType>, [ArgSpec<ConstCharRestrictedPtr>, ArgSpec<Char…
/llvm-project-15.0.7/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp1853 TEST(MemorySanitizer, strtoumax) { in TEST() argument
1855 ASSERT_EQ(1U, strtoumax("1", &e, 10)); in TEST()
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc785 SYMBOL(strtoumax, None, <inttypes.h>)
H A DStdSymbolMap.inc1102 SYMBOL(strtoumax, std::, <cinttypes>)
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3652 INTERCEPTOR(UINTMAX_T, strtoumax, const char *nptr, char **endptr, int base) {
3654 COMMON_INTERCEPTOR_ENTER(ctx, strtoumax, nptr, endptr, base);
3659 UINTMAX_T res = REAL(strtoumax)(nptr, &real_endptr, base);
3666 COMMON_INTERCEPT_FUNCTION(strtoumax);
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3021 fun:strtoumax=uninstrumented
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt2697 libc/src/inttypes/strtoumax.cpp
2698 libc/src/inttypes/strtoumax.h