add isl_ast_expr_op_get_n_arg as alternative name for isl_ast_expr_get_op_n_arg
commit2d8956a00bba7f3aa20783d55d93f4078fb7774a
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Fri, 30 Mar 2018 10:58:10 +0000 (30 12:58 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Sun, 21 Oct 2018 15:18:55 +0000 (21 17:18 +0200)
tree2fec4c335c43b70e967b3f0c309533d7c96f3c3a
parent3c1b4c9779dc5fa2039e419d244c9cac3b57ff92
add isl_ast_expr_op_get_n_arg as alternative name for isl_ast_expr_get_op_n_arg

The new name is more consistent with the pattern of other function names,
where the (sub)type name appears as a prefix.
The new name will also make it easier to export isl_ast_expr
as subclasses.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
doc/user.pod
include/isl/ast.h
isl_ast.c