Home
last modified time | relevance | path

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

/external/llvm/utils/FileCheck/
DFileCheck.cpp107 StringRef FixedStr; member in Pattern
212 FixedStr = PatternStr; in ParsePattern()
414 if (!FixedStr.empty()) { in Match()
415 MatchLen = FixedStr.size(); in Match()
416 return Buffer.find(FixedStr); in Match()
483 StringRef ExampleString(FixedStr); in ComputeMatchDistance()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp346 FixedStr = PatternStr; in parsePattern()
611 if (!FixedStr.empty()) { in match()
612 MatchLen = FixedStr.size(); in match()
614 IgnoreCase ? Buffer.find_lower(FixedStr) : Buffer.find(FixedStr); in match()
701 StringRef ExampleString(FixedStr); in computeMatchDistance()
DFileCheckImpl.h363 StringRef FixedStr; variable
/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp924 FixedStr = PatternStr; in parsePattern()
1190 if (!FixedStr.empty()) { in match()
1191 MatchLen = FixedStr.size(); in match()
1193 IgnoreCase ? Buffer.find_lower(FixedStr) : Buffer.find(FixedStr); in match()
1291 StringRef ExampleString(FixedStr); in computeMatchDistance()
DFileCheckImpl.h578 StringRef FixedStr; variable