Searched refs:MatchStr (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/utils/FileCheck/
H A DFileCheck.cpp183 StringRef MatchStr = PatternStr.substr(2, End-2); local
187 size_t NameEnd = MatchStr.find(':');
188 StringRef Name = MatchStr.substr(0, NameEnd);
222 if (AddRegExToRegEx(MatchStr.substr(NameEnd+1), CurParen, SM))
/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c237 int MatchStr();
1914 result = MatchStr(); // add a string to the match buffer
1990 Copy the match string into the approptiate MatchStr variable
1992 int MatchStr() function

Completed in 121 milliseconds