Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/FileCheck/
DFileCheckImpl.h88 Expected<std::string> getWildcardRegex() const;
DFileCheck.cpp47 Expected<std::string> ExpressionFormat::getWildcardRegex() const { in getWildcardRegex() function in ExpressionFormat
1078 MatchRegexp = cantFail(Format.getWildcardRegex()); in parsePattern()
/external/llvm-project/llvm/unittests/FileCheck/
DFileCheckTest.cpp219 Expected<std::string> WildcardPattern = Format.getWildcardRegex(); in TEST_P()
324 NoFormat.getWildcardRegex().takeError()); in TEST_F()