Searched refs:type_s (Results 1 – 2 of 2) sorted by relevance
10 struct type_s {17 struct type_s type_s_ivar;19 - (void) setSome : (struct type_s) arg; argument20 - (struct type_s) getSome;21 @property(assign) struct type_s aggre_prop;25 - (void) setSome : (struct type_s) arg29 - (struct type_s) getSome argument36 struct type_s some = {{1234}, (id)0}; struct38 struct type_s get(void) struct43 void f(const struct type_s *in, struct type_s *out) {[all …]
192 string type_s = extract_type(type); in print_copy() local194 printf("isl.%s_copy", type_s.c_str()); in print_copy()