Home
last modified time | relevance | path

Searched defs:isLower (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h111 inline bool isLower(char C) { return 'a' <= C && C <= 'z'; } in isLower() function
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.cpp176 static inline bool isLower(const char C) { return 'a' <= C && C <= 'z'; } in isLower() function