Searched refs:AllASCII (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DDJB.cpp61 bool AllASCII = true; local
64 AllASCII &= C <= 0x7f;
66 if (AllASCII)

Completed in 51 milliseconds