Searched refs:zero_from_str (Results 1 – 1 of 1) sorted by relevance
66 isl::val zero_from_str = isl::val(ctx, "0"); in test_constructors() local67 assert(IS_TRUE(zero_from_str.is_zero())); in test_constructors()