Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1177 StringRef MatchedValue = MatchInfo[CaptureParenGroup]; in match() local
1179 APInt Value = Format.valueFromStringRepr(MatchedValue, SM); in match()
1180 DefinedNumericVariable->setValue(Value, MatchedValue); in match()
1213 Expected<std::string> MatchedValue = Substitution->getResult(); in printSubstitutions() local
1215 if (!MatchedValue) { in printSubstitutions()
1216 consumeError(MatchedValue.takeError()); in printSubstitutions()
1222 OS.write_escaped(*MatchedValue) << "\""; in printSubstitutions()