Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp394 Expected<ExpressionFormat> RightFormat = RightOperand->getImplicitFormat(SM); in getImplicitFormat() local
395 if (!LeftFormat || !RightFormat) { in getImplicitFormat()
399 if (!RightFormat) in getImplicitFormat()
400 Err = joinErrors(std::move(Err), RightFormat.takeError()); in getImplicitFormat()
405 *RightFormat != ExpressionFormat::Kind::NoFormat && in getImplicitFormat()
406 *LeftFormat != *RightFormat) in getImplicitFormat()
411 RightOperand->getExpressionStr() + "' (" + RightFormat->toString() + in getImplicitFormat()
415 : *RightFormat; in getImplicitFormat()