| /llvm-project-15.0.7/libc/src/inttypes/ |
| H A D | CMakeLists.txt | 12 strtoumax 14 strtoumax.cpp 16 strtoumax.h
|
| H A D | strtoumax.h | 16 uintmax_t strtoumax(const char *__restrict str, char **__restrict str_end,
|
| H A D | strtoumax.cpp | 15 LLVM_LIBC_FUNCTION(uintmax_t, strtoumax,
|
| /llvm-project-15.0.7/libc/test/src/inttypes/ |
| H A D | strtoumax_test.cpp | 25 ASSERT_EQ(__llvm_libc::strtoumax(ten, nullptr, 10), uintmax_t(10)); in TEST()
|
| H A D | CMakeLists.txt | 20 libc.src.inttypes.strtoumax
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | cinttypes | 230 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 D | err33-c.rst | 112 * strtoumax()
|
| /llvm-project-15.0.7/libc/config/linux/arm/ |
| H A D | entrypoints.txt | 55 libc.src.inttypes.strtoumax
|
| /llvm-project-15.0.7/libc/docs/ |
| H A D | strings.rst | 134 strtoumax YES
|
| /llvm-project-15.0.7/libc/config/darwin/arm/ |
| H A D | entrypoints.txt | 60 libc.src.inttypes.strtoumax
|
| /llvm-project-15.0.7/libc/config/windows/ |
| H A D | entrypoints.txt | 60 libc.src.inttypes.strtoumax
|
| /llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/ |
| H A D | inttypes_h.pass.cpp | 929 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 D | cinttypes.pass.cpp | 929 …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 D | entrypoints.txt | 65 libc.src.inttypes.strtoumax
|
| /llvm-project-15.0.7/libc/config/linux/x86_64/ |
| H A D | entrypoints.txt | 65 libc.src.inttypes.strtoumax
|
| /llvm-project-15.0.7/libc/spec/ |
| H A D | stdc.td | 652 …FunctionSpec<"strtoumax", RetValSpec<UIntMaxTType>, [ArgSpec<ConstCharRestrictedPtr>, ArgSpec<Char…
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 1853 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 D | CSymbolMap.inc | 785 SYMBOL(strtoumax, None, <inttypes.h>)
|
| H A D | StdSymbolMap.inc | 1102 SYMBOL(strtoumax, std::, <cinttypes>)
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 3652 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 D | libc_ubuntu1404_abilist.txt | 3021 fun:strtoumax=uninstrumented
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 2697 libc/src/inttypes/strtoumax.cpp 2698 libc/src/inttypes/strtoumax.h
|