Home | History | Annotate | Download | only in FileCheck

Lines Matching defs:EvaluateExpression

149   bool EvaluateExpression(StringRef Expr, std::string &Value) const;
253 // is relaxed, more strict check is performed in \c EvaluateExpression.
344 bool Pattern::EvaluateExpression(StringRef Expr, std::string &Value) const {
393 if (!EvaluateExpression(VariableUses[i].first, Value))
466 if (EvaluateExpression(Var, Value)) {