Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DFileCheck.cpp72 FixedStr = PatternStr; in ParsePattern()
284 if (!FixedStr.empty()) { in Match()
285 MatchLen = FixedStr.size(); in Match()
286 return Buffer.find(FixedStr); in Match()
361 StringRef ExampleString(FixedStr); in ComputeMatchDistance()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFileCheck.h92 StringRef FixedStr; variable