Home
last modified time | relevance | path

Searched refs:IsPartOfWord (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Support/
H A DFileCheck.cpp572 static bool IsPartOfWord(char c) { in IsPartOfWord() function
672 while (Loc < Str.size() && IsPartOfWord(Str[Loc])) in SkipWord()
727 if (Skipped.empty() || !IsPartOfWord(Skipped.back())) { in FindFirstMatchingPrefix()