Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdVariantChecker.cpp109 static bool isVowel(char a) { in isVowel() function
/freebsd/contrib/sqlite3/
H A Dsqlite3.c202575 static int isVowel(const char *z){ function