Home
last modified time | relevance | path

Searched defs:IsASCII (Results 1 – 4 of 4) 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.cpp209 bool IsASCII = DbgVariables == DVASCII; in getLineChar() local
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_globals.cpp340 static bool IsASCII(unsigned char c) { return /*0x00 <= c &&*/ c <= 0x7F; } in IsASCII() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp12029 bool IsASCII = Value <= 0x7F; in DiagnoseMixedUnicodeImplicitConversion() local