Searched defs:IsASCII (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtil.cpp73 bool IsASCII(const Unit &U) { return IsASCII(U.data(), U.size()); } function in namespace:fuzzer
75 bool IsASCII(const uint8_t *Data, size_t Size) { function in namespace:fuzzer
/freebsd-11-stable/lib/libedit/
H A Dchartype.h85 #define IsASCII(x) (x < 0x100) macro
140 #define IsASCII(x) isascii((unsigned char)x) macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_globals.cpp274 static bool IsASCII(unsigned char c) { return /*0x00 <= c &&*/ c <= 0x7F; } function in namespace:__asan

Completed in 170 milliseconds