Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h378 virtual Expected<std::string> getResultRegex() const = 0;
394 Expected<std::string> getResultRegex() const override;
417 Expected<std::string> getResultRegex() const override;
H A DFileCheck.cpp267 Expected<std::string> NumericSubstitution::getResultRegex() const { in getResultRegex() function in NumericSubstitution
281 Expected<std::string> Literal = getResultRegex(); in getResultForDiagnostics()
288 Expected<std::string> StringSubstitution::getResultRegex() const { in getResultRegex() function in StringSubstitution
1150 Expected<std::string> Value = Substitution->getResultRegex(); in match()