Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp188 Format.getMatchingString(ExpressionValue(Val)); in checkMatchingString()
196 Format.getMatchingString(ExpressionValue(Val)); in checkMatchingStringFailure()
366 NoFormat.getMatchingString(ExpressionValue(18u)).takeError()); in TEST_F()
/llvm-project-15.0.7/llvm/lib/FileCheck/
H A DFileCheckImpl.h97 Expected<std::string> getMatchingString(ExpressionValue Value) const;
H A DFileCheck.cpp80 ExpressionFormat::getMatchingString(ExpressionValue IntegerValue) const { in getMatchingString() function in ExpressionFormat
426 return Format.getMatchingString(*EvaluatedValue); in getResult()