6 #if defined(__cplusplus)
16 struct isl_name *isl_name_alloc(struct isl_ctx *ctx, const char *name);
17 struct isl_name *isl_name_get(struct isl_ctx *ctx, const char *name);
18 struct isl_name *isl_name_copy(struct isl_ctx *ctx, struct isl_name *name);
19 void isl_name_free(struct isl_ctx *ctx, struct isl_name *name);
21 #if defined(__cplusplus)