Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtil.cpp73 bool IsASCII(const Unit &U) { return IsASCII(U.data(), U.size()); } in IsASCII() function
75 bool IsASCII(const uint8_t *Data, size_t Size) { in IsASCII() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp211 bool IsASCII = DbgVariables == DVASCII; in getLineChar() local
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_globals.cpp278 static bool IsASCII(unsigned char c) { return /*0x00 <= c &&*/ c <= 0x7F; } in IsASCII() function