Home
last modified time | relevance | path

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

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