Home
last modified time | relevance | path

Searched refs:type_s (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dobjc-gc-aggr-assign.m10 struct type_s {
17 struct type_s type_s_ivar;
19 - (void) setSome : (struct type_s) arg; argument
20 - (struct type_s) getSome;
21 @property(assign) struct type_s aggre_prop;
25 - (void) setSome : (struct type_s) arg
29 - (struct type_s) getSome argument
36 struct type_s some = {{1234}, (id)0}; struct
38 struct type_s get(void) struct
43 void f(const struct type_s *in, struct type_s *out) {
[all …]
/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dpython.cc192 string type_s = extract_type(type); in print_copy() local
194 printf("isl.%s_copy", type_s.c_str()); in print_copy()