Searched refs:objc_selector_type (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-runtime-shared-support.c144 return convert (objc_selector_type, add_objc_string (ident, meth_var_names));
192 decls = add_field_decl (objc_selector_type, "_cmd", &chain);
214 decls = add_field_decl (objc_selector_type, "_cmd", &chain);
H A Dobjc-gnu-runtime-abi-01.c209 objc_selector_type = build_pointer_type (type);
215 objc_selector_type));
221 objc_selector_type,
239 objc_selector_type,
250 objc_selector_type,
337 decls = add_field_decl (objc_selector_type, "sel_id", &chain);
613 vec_safe_push (*argtypes, objc_selector_type);
657 return convert (objc_selector_type, expr);
1974 add_field_decl (build_pointer_type (objc_selector_type), "refs", &chain);
2010 ltyp = build_pointer_type (objc_selector_type);
[all...]
H A Dobjc-next-runtime-abi-01.c270 objc_selector_type = build_pointer_type (xref_tag (RECORD_TYPE,
277 objc_selector_type));
296 objc_selector_type,
343 objc_selector_type,
750 vec_safe_push (*argtypes, objc_selector_type);
783 decl = start_var_decl (objc_selector_type, buf);
2197 add_field_decl (build_pointer_type (objc_selector_type), "refs", &chain);
2231 convert (build_pointer_type (objc_selector_type),
H A Dobjc-next-runtime-abi-02.c371 objc_selector_type = build_pointer_type (xref_tag (RECORD_TYPE,
378 objc_selector_type));
413 objc_selector_type,
592 add_field_decl (objc_selector_type, "name", &chain);
618 add_field_decl (objc_selector_type, "name", &chain);
1176 vec_safe_push (*argtypes, objc_selector_type);
1194 decl = start_var_decl (objc_selector_type, buf);
H A Dobjc-act.h447 #define objc_selector_type objc_global_trees[OCTI_SEL_TYPE] macro
H A Dobjc-act.c7213 objc_selector_type,
7229 objc_selector_type,
8428 PARM_DECL, ucmd_id, objc_selector_type));
8589 /* The second argument (objc_selector_type) is always the same, no
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-runtime-shared-support.cc144 return convert (objc_selector_type, add_objc_string (ident, meth_var_names));
192 decls = add_field_decl (objc_selector_type, "_cmd", &chain);
214 decls = add_field_decl (objc_selector_type, "_cmd", &chain);
H A Dobjc-gnu-runtime-abi-01.cc209 objc_selector_type = build_pointer_type (type);
215 objc_selector_type));
221 objc_selector_type,
239 objc_selector_type,
250 objc_selector_type,
337 decls = add_field_decl (objc_selector_type, "sel_id", &chain);
613 vec_safe_push (*argtypes, objc_selector_type);
657 return convert (objc_selector_type, expr);
1975 add_field_decl (build_pointer_type (objc_selector_type), "refs", &chain);
2011 ltyp = build_pointer_type (objc_selector_type);
[all...]
H A Dobjc-next-runtime-abi-01.cc271 objc_selector_type = build_pointer_type (xref_tag (RECORD_TYPE,
278 objc_selector_type));
297 objc_selector_type,
344 objc_selector_type,
751 vec_safe_push (*argtypes, objc_selector_type);
784 decl = start_var_decl (objc_selector_type, buf);
2198 add_field_decl (build_pointer_type (objc_selector_type), "refs", &chain);
2232 convert (build_pointer_type (objc_selector_type),
H A Dobjc-next-runtime-abi-02.cc373 objc_selector_type = build_pointer_type (xref_tag (RECORD_TYPE,
380 objc_selector_type));
415 objc_selector_type,
594 add_field_decl (objc_selector_type, "name", &chain);
620 add_field_decl (objc_selector_type, "name", &chain);
1178 vec_safe_push (*argtypes, objc_selector_type);
1196 decl = start_var_decl (objc_selector_type, buf);
H A Dobjc-act.h461 #define objc_selector_type objc_global_trees[OCTI_SEL_TYPE] macro
H A Dobjc-act.cc7313 objc_selector_type,
7329 objc_selector_type,
8542 PARM_DECL, ucmd_id, objc_selector_type));
8703 /* The second argument (objc_selector_type) is always the same, no

Completed in 243 milliseconds