48 tokens.insert(tokens.end(), other.
tokens.begin(), other.
tokens.end());
64 tokens.resize(expr.size());
79 int ntsize = name_tokens.size();
81 int num_expr = tokens.size();
82 for (
int i = 0;
i < num_expr; ++
i) {
84 int jstop = token.size();
87 for (
int j = 0;
j < jstop; ++
j) {
91 const string &var = token[
j];
92 if (var !=
"*" && var != name_tokens[
j]) {
109 for (
const auto &expression: tokens) {
111 to_add.insert(to_add.end(), expression.begin(), expression.end());
112 to_return.push_back(to_add);
const std::string & name()
std::vector< std::vector< std::string > > tokens
std::vector< std::vector< std::string > > getExpressions()
Overload hash function for BasicBlockRange type.
void setExpression(const std::string &expression)
bool domatch(const std::string &name) const
void add(const ObjectMatch &other)
void tokenize(vector< string > &v, const string &s, char token, bool ignore)
ObjectMatch contains a vector of expressions.