constexpr: rename handle_simple_initializer() to handle_initializer()
commite9b6fdfda4352452649618ee9482b6eae19b126a
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Thu, 30 Mar 2017 21:58:01 +0000 (30 23:58 +0200)
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Fri, 31 Mar 2017 00:27:12 +0000 (31 02:27 +0200)
tree85a9bf3cc87d8ee1dec7052ea150833438f15497
parent5aece3c39ccd92d7805f9b332a4253302d1d0ff6
constexpr: rename handle_simple_initializer() to handle_initializer()

This function, with a quite long name, not only handle
simple initializer but also complex ones.

So, rename it to the shorter and more correct form.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
evaluate.c