Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h135 StringRef getExpressionStr() const { return ExpressionStr; } in getExpressionStr() function
H A DFileCheck.cpp200 return make_error<UndefVarError>(getExpressionStr()); in eval()
258 SM, getExpressionStr(), in getImplicitFormat()
259 "implicit format conflict between '" + LeftOperand->getExpressionStr() + in getImplicitFormat()
261 RightOperand->getExpressionStr() + "' (" + RightFormat->toString() + in getImplicitFormat()