Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/FileCheck/
DFileCheckImpl.h97 Expected<std::string> getMatchingString(ExpressionValue Value) const;
DFileCheck.cpp80 ExpressionFormat::getMatchingString(ExpressionValue IntegerValue) const { in getMatchingString() function in ExpressionFormat
426 return Format.getMatchingString(*EvaluatedValue); in getResult()