Searched defs:FixedStr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/FileCheck/
H A DFileCheck.cpp79 /// FixedStr - If non-empty, this pattern is a fixed string match with the
81 StringRef FixedStr; member in class:Pattern
184 FixedStr = PatternStr;
374 if (!FixedStr.empty()) {
375 MatchLen = FixedStr.size();
376 return Buffer.find(FixedStr);
445 StringRef ExampleString(FixedStr);

Completed in 90 milliseconds