Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/FileCheck/
DFileCheckImpl.h99 Expected<ExpressionValue> valueFromStringRepr(StringRef StrVal,
DFileCheck.cpp121 ExpressionFormat::valueFromStringRepr(StringRef StrVal, in valueFromStringRepr() function in ExpressionFormat
1270 Format.valueFromStringRepr(MatchedValue, SM); in match()
/external/llvm-project/llvm/unittests/FileCheck/
DFileCheckTest.cpp192 return Format.valueFromStringRepr(BufferizedStr, SM); in getValueFromStringReprFailure()