Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp242 Expected<ExpressionFormat> LeftFormat = LeftOperand->getImplicitFormat(SM); in getImplicitFormat() local
244 if (!LeftFormat || !RightFormat) { in getImplicitFormat()
246 if (!LeftFormat) in getImplicitFormat()
247 Err = joinErrors(std::move(Err), LeftFormat.takeError()); in getImplicitFormat()
253 if (*LeftFormat != ExpressionFormat::Kind::NoFormat && in getImplicitFormat()
255 *LeftFormat != *RightFormat) in getImplicitFormat()
259 "' (" + LeftFormat->toString() + ") and '" + in getImplicitFormat()
263 return *LeftFormat != ExpressionFormat::Kind::NoFormat ? *LeftFormat in getImplicitFormat()