Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp352 return make_error<UndefVarError>(getExpressionStr()); in eval()
390 SM, getExpressionStr(), in getImplicitFormat()
391 "implicit format conflict between '" + LeftOperand->getExpressionStr() + in getImplicitFormat()
393 RightOperand->getExpressionStr() + "' (" + RightFormat->toString() + in getImplicitFormat()
DFileCheckImpl.h178 StringRef getExpressionStr() const { return ExpressionStr; } in getExpressionStr() function