Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp375 Expected<ExpressionFormat> LeftFormat = LeftOperand->getImplicitFormat(SM); in getImplicitFormat() local
377 if (!LeftFormat || !RightFormat) { in getImplicitFormat()
379 if (!LeftFormat) in getImplicitFormat()
380 Err = joinErrors(std::move(Err), LeftFormat.takeError()); in getImplicitFormat()
386 if (*LeftFormat != ExpressionFormat::Kind::NoFormat && in getImplicitFormat()
388 *LeftFormat != *RightFormat) in getImplicitFormat()
392 "' (" + LeftFormat->toString() + ") and '" + in getImplicitFormat()
396 return *LeftFormat != ExpressionFormat::Kind::NoFormat ? *LeftFormat in getImplicitFormat()