Home
last modified time | relevance | path

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

/netbsd-src/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)); in build_class_template()
369 decls = add_field_decl (build_pointer_type (objc_class_template), in build_class_template()
373 add_field_decl (build_pointer_type (objc_class_template), in build_class_template()
400 ptype = build_pointer_type (objc_class_template); in build_class_template()
404 ptype = build_pointer_type (objc_class_template); in build_class_template()
417 objc_finish_struct (objc_class_template, decls); in build_class_template()
523 decl = start_var_decl (objc_class_template, buf); in gnu_runtime_abi_01_class_decl()
535 decl = start_var_decl (objc_class_template, buf); in gnu_runtime_abi_01_metaclass_decl()
1658 cast_type = build_pointer_type (objc_class_template); in generate_class_structures()
1691 && (chain = TYPE_FIELDS (objc_class_template))) in generate_class_structures()
[all …]
H A Dobjc-next-runtime-abi-01.c426 objc_class_template = objc_start_struct (get_identifier (UTAG_CLASS)); in build_v1_class_template()
429 decls = add_field_decl (build_pointer_type (objc_class_template), in build_v1_class_template()
433 add_field_decl (build_pointer_type (objc_class_template), in build_v1_class_template()
484 objc_finish_struct (objc_class_template, decls); in build_v1_class_template()
605 decl = start_var_decl (objc_class_template, buf); in next_runtime_abi_01_class_decl()
617 decl = start_var_decl (objc_class_template, buf); in next_runtime_abi_01_metaclass_decl()
2057 cast_type = build_pointer_type (objc_class_template); in generate_v1_class_structs()
2081 && (chain = TYPE_FIELDS (objc_class_template))) in generate_v1_class_structs()
2097 convert (integer_type_node, TYPE_SIZE_UNIT (objc_class_template)), in generate_v1_class_structs()
H A Dobjc-runtime-shared-support.c169 add_field_decl (build_pointer_type (objc_class_template), in build_super_template()
H A Dobjc-act.h517 #define objc_class_template objc_global_trees[OCTI_CLS_TEMPL] macro
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.cc366 objc_class_template = objc_start_struct (get_identifier (UTAG_CLASS)); in build_class_template()
369 decls = add_field_decl (build_pointer_type (objc_class_template), in build_class_template()
373 add_field_decl (build_pointer_type (objc_class_template), in build_class_template()
400 ptype = build_pointer_type (objc_class_template); in build_class_template()
404 ptype = build_pointer_type (objc_class_template); in build_class_template()
417 objc_finish_struct (objc_class_template, decls); in build_class_template()
523 decl = start_var_decl (objc_class_template, buf); in gnu_runtime_abi_01_class_decl()
535 decl = start_var_decl (objc_class_template, buf); in gnu_runtime_abi_01_metaclass_decl()
1659 cast_type = build_pointer_type (objc_class_template); in generate_class_structures()
1692 && (chain = TYPE_FIELDS (objc_class_template))) in generate_class_structures()
[all …]
H A Dobjc-next-runtime-abi-01.cc427 objc_class_template = objc_start_struct (get_identifier (UTAG_CLASS)); in build_v1_class_template()
430 decls = add_field_decl (build_pointer_type (objc_class_template), in build_v1_class_template()
434 add_field_decl (build_pointer_type (objc_class_template), in build_v1_class_template()
485 objc_finish_struct (objc_class_template, decls); in build_v1_class_template()
606 decl = start_var_decl (objc_class_template, buf); in next_runtime_abi_01_class_decl()
618 decl = start_var_decl (objc_class_template, buf); in next_runtime_abi_01_metaclass_decl()
2058 cast_type = build_pointer_type (objc_class_template); in generate_v1_class_structs()
2082 && (chain = TYPE_FIELDS (objc_class_template))) in generate_v1_class_structs()
2098 convert (integer_type_node, TYPE_SIZE_UNIT (objc_class_template)), in generate_v1_class_structs()
H A Dobjc-runtime-shared-support.cc169 add_field_decl (build_pointer_type (objc_class_template), in build_super_template()
H A Dobjc-act.h531 #define objc_class_template objc_global_trees[OCTI_CLS_TEMPL] macro