Searched refs:int_op_inserter (Results 1 – 2 of 2) sorted by relevance
482 class int_op_inserter490 explicit int_op_inserter(AggregateValueExpression &E) : AVE(&E) {} in int_op_inserter() function491 explicit int_op_inserter(AggregateValueExpression *E) : AVE(E) {} in int_op_inserter() function493 int_op_inserter &operator=(unsigned int val) {497 int_op_inserter &operator*() { return *this; }498 int_op_inserter &operator++() { return *this; }499 int_op_inserter &operator++(int) { return *this; }
1203 std::copy(II->idx_begin(), II->idx_end(), int_op_inserter(E)); in createAggregateValueExpression()1210 std::copy(EI->idx_begin(), EI->idx_end(), int_op_inserter(E)); in createAggregateValueExpression()