Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()