Lines Matching defs:expr_str
1754 std::string expr_str(command, expr_content_start,
1756 error = PreprocessToken(expr_str);
1762 command.insert(start_backtick, std::string(expr_str));
1763 pos = start_backtick + expr_str.size();
1769 CommandInterpreter::PreprocessToken(std::string &expr_str) {
1790 target.EvaluateExpression(expr_str.c_str(), exe_ctx.GetFramePtr(),
1806 expr_str = value_strm.GetData();
1811 expr_str.c_str());
1817 expr_str.c_str());
1831 error.SetErrorString(result + "for the expression '" + expr_str + "'");