Searched refs:copyElements (Results 1 – 4 of 4) sorted by relevance
1464 private Expressions* copyElements(Expression e1, Expression e2 = null)1688 auto elems = copyElements(e1, e2); in Cat()1712 auto elems = copyElements(e); in Cat()1729 ? copyElements(e1) : new Expressions(); in Cat()1746 auto elems = copyElements(e1, e2); in Cat()
1782 Expressions *elems = ArrayLiteralExp::copyElements(e1, e2); in Cat()1808 Expressions *elems = ArrayLiteralExp::copyElements(e); in Cat()1827 ? ArrayLiteralExp::copyElements(e1) : new Expressions(); in Cat()1845 Expressions *elems = ArrayLiteralExp::copyElements(e1, e2); in Cat()
422 static Expressions* copyElements(Expression *e1, Expression *e2 = NULL);
3855 Expressions* ArrayLiteralExp::copyElements(Expression *e1, Expression *e2) in copyElements() function