Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/FileCheck/
H A DFileCheckImpl.h103 Expected<ExpressionValue> valueFromStringRepr(StringRef StrVal,
H A DFileCheck.cpp128 ExpressionFormat::valueFromStringRepr(StringRef StrVal, in valueFromStringRepr() function in ExpressionFormat
1332 Format.valueFromStringRepr(MatchedValue, SM); in match()
/llvm-project-15.0.7/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp203 return Format.valueFromStringRepr(BufferizedStr, SM); in getValueFromStringReprFailure()