interface: update to move of llvm/Support/Host.h to llvm/TargetParser/Host.h
[isl.git] / isl_check_named_params_templ.c
blobf900768ec4789fb8aea37f469d5be6527b56d3f8
1 #define xFN(TYPE,NAME) TYPE ## _ ## NAME
2 #define FN(TYPE,NAME) xFN(TYPE,NAME)
4 /* Check that "obj" has only named parameters, reporting an error
5 * if it does not.
6 */
7 isl_stat FN(TYPE,check_named_params)(__isl_keep TYPE *obj)
9 return isl_space_check_named_params(FN(TYPE,peek_space)(obj));