Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h96 Expected<std::string> getMatchingString(APInt Value) const;
H A DFileCheck.cpp81 ExpressionFormat::getMatchingString(APInt IntValue) const { in getMatchingString() function in ExpressionFormat
275 return Format.getMatchingString(*EvaluatedValue); in getResult()