Home | History | Annotate | Download | only in FileCheck

Lines Matching refs:EvaluateExpression

140   bool EvaluateExpression(StringRef Expr, std::string &Value) const;
242 // is relaxed, more strict check is performed in \c EvaluateExpression.
360 bool Pattern::EvaluateExpression(StringRef Expr, std::string &Value) const {
409 if (!EvaluateExpression(VariableUses[i].first, Value))
482 if (EvaluateExpression(Var, Value)) {