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.h97 LLVM_ABI_FOR_TEST Expected<std::string> getMatchingString(APInt Value) const;
H A DFileCheck.cpp80 ExpressionFormat::getMatchingString(APInt IntValue) const { in getMatchingString() function in ExpressionFormat
274 return Format.getMatchingString(*EvaluatedValue); in getResultRegex()