Searched refs:int_op_inserter (Results 1 – 2 of 2) sorted by relevance
480 class int_op_inserter {493 explicit int_op_inserter(AggregateValueExpression &E) : AVE(&E) {} in int_op_inserter() function494 explicit int_op_inserter(AggregateValueExpression *E) : AVE(E) {} in int_op_inserter() function496 int_op_inserter &operator=(unsigned int val) {500 int_op_inserter &operator*() { return *this; }501 int_op_inserter &operator++() { return *this; }502 int_op_inserter &operator++(int) { return *this; }
1235 std::copy(II->idx_begin(), II->idx_end(), int_op_inserter(E)); in createAggregateValueExpression()1242 std::copy(EI->idx_begin(), EI->idx_end(), int_op_inserter(E)); in createAggregateValueExpression()