Home
last modified time | relevance | path

Searched defs:isalpha (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libc/src/__support/
H A Dctype_utils.h23 LIBC_INLINE static constexpr bool isalpha(unsigned ch) { isalpha() function
/llvm-project/compiler-rt/lib/interception/tests/
H A Dinterception_linux_foreign_test.cpp38 extern "C" int isalpha(int d) { in isalpha() function
H A Dinterception_linux_test.cpp46 INTERCEPTOR(int, isalpha, int d) { in INTERCEPTOR() argument
/llvm-project/libc/utils/docgen/
H A Dctype.json