Searched refs:objc_class_template (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.c366 objc_class_template = objc_start_struct (get_identifier (UTAG_CLASS));
369 decls = add_field_decl (build_pointer_type (objc_class_template),
373 add_field_decl (build_pointer_type (objc_class_template),
400 ptype = build_pointer_type (objc_class_template);
404 ptype = build_pointer_type (objc_class_template);
417 objc_finish_struct (objc_class_template, decls);
523 decl = start_var_decl (objc_class_template, buf);
535 decl = start_var_decl (objc_class_template, buf);
1658 cast_type = build_pointer_type (objc_class_template);
1691 && (chain = TYPE_FIELDS (objc_class_template)))
[all...]
H A Dobjc-next-runtime-abi-01.c426 objc_class_template = objc_start_struct (get_identifier (UTAG_CLASS));
429 decls = add_field_decl (build_pointer_type (objc_class_template),
433 add_field_decl (build_pointer_type (objc_class_template),
484 objc_finish_struct (objc_class_template, decls);
605 decl = start_var_decl (objc_class_template, buf);
617 decl = start_var_decl (objc_class_template, buf);
2057 cast_type = build_pointer_type (objc_class_template);
2081 && (chain = TYPE_FIELDS (objc_class_template)))
2097 convert (integer_type_node, TYPE_SIZE_UNIT (objc_class_template)),
H A Dobjc-runtime-shared-support.c169 add_field_decl (build_pointer_type (objc_class_template),
H A Dobjc-act.h517 #define objc_class_template objc_global_trees[OCTI_CLS_TEMPL] macro
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.cc366 objc_class_template = objc_start_struct (get_identifier (UTAG_CLASS));
369 decls = add_field_decl (build_pointer_type (objc_class_template),
373 add_field_decl (build_pointer_type (objc_class_template),
400 ptype = build_pointer_type (objc_class_template);
404 ptype = build_pointer_type (objc_class_template);
417 objc_finish_struct (objc_class_template, decls);
523 decl = start_var_decl (objc_class_template, buf);
535 decl = start_var_decl (objc_class_template, buf);
1659 cast_type = build_pointer_type (objc_class_template);
1692 && (chain = TYPE_FIELDS (objc_class_template)))
[all...]
H A Dobjc-next-runtime-abi-01.cc427 objc_class_template = objc_start_struct (get_identifier (UTAG_CLASS));
430 decls = add_field_decl (build_pointer_type (objc_class_template),
434 add_field_decl (build_pointer_type (objc_class_template),
485 objc_finish_struct (objc_class_template, decls);
606 decl = start_var_decl (objc_class_template, buf);
618 decl = start_var_decl (objc_class_template, buf);
2058 cast_type = build_pointer_type (objc_class_template);
2082 && (chain = TYPE_FIELDS (objc_class_template)))
2098 convert (integer_type_node, TYPE_SIZE_UNIT (objc_class_template)),
H A Dobjc-runtime-shared-support.cc169 add_field_decl (build_pointer_type (objc_class_template),
H A Dobjc-act.h531 #define objc_class_template objc_global_trees[OCTI_CLS_TEMPL] macro

Completed in 142 milliseconds