Searched refs:objc_class_type (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-act.h | 450 #define objc_class_type objc_global_trees[OCTI_CLS_TYPE] macro 464 == TREE_TYPE (objc_class_type)))
|
H A D | objc-next-runtime-abi-02.c | 750 add_field_decl (objc_class_type, "cls", &chain); in build_v2_super_template() 1081 decl = start_var_decl (objc_class_type, buf); in build_v2_class_reference_decl() 1478 decl = start_var_decl (objc_class_type, buf); in build_v2_superclass_ref_decl() 1826 && TREE_TYPE (receiver) == objc_class_type)) in next_runtime_abi_02_build_objc_method_call() 2114 expr = convert (objc_class_type, build_fold_addr_expr (expr)); in build_v2_classrefs_table() 2148 expr = convert (objc_class_type, build_fold_addr_expr (expr)); in build_v2_super_classrefs_table() 2233 expr = convert (objc_class_type, build_fold_addr_expr (decl)); in build_v2_address_table() 2237 type = build_array_type (objc_class_type, in build_v2_address_table()
|
H A D | objc-next-runtime-abi-01.c | 686 decl = start_var_decl (objc_class_type, buf); in build_class_reference_decl() 973 build_pointer_type (objc_class_type), in next_runtime_abi_01_get_category_super_ref()
|
H A D | objc-act.c | 2445 return objc_class_type; in objc_common_type() 3032 objc_class_type = build_pointer_type (objc_class_reference); in synth_module_prologue() 3055 objc_class_type)); in synth_module_prologue()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-act.h | 464 #define objc_class_type objc_global_trees[OCTI_CLS_TYPE] macro 478 == TREE_TYPE (objc_class_type)))
|
H A D | objc-next-runtime-abi-02.cc | 752 add_field_decl (objc_class_type, "cls", &chain); in build_v2_super_template() 1083 decl = start_var_decl (objc_class_type, buf); in build_v2_class_reference_decl() 1480 decl = start_var_decl (objc_class_type, buf); in build_v2_superclass_ref_decl() 1831 && TREE_TYPE (receiver) == objc_class_type)) in next_runtime_abi_02_build_objc_method_call() 2119 expr = convert (objc_class_type, build_fold_addr_expr (expr)); in build_v2_classrefs_table() 2153 expr = convert (objc_class_type, build_fold_addr_expr (expr)); in build_v2_super_classrefs_table() 2238 expr = convert (objc_class_type, build_fold_addr_expr (decl)); in build_v2_address_table() 2242 type = build_array_type (objc_class_type, in build_v2_address_table()
|
H A D | objc-next-runtime-abi-01.cc | 687 decl = start_var_decl (objc_class_type, buf); in build_class_reference_decl() 974 build_pointer_type (objc_class_type), in next_runtime_abi_01_get_category_super_ref()
|
H A D | objc-act.cc | 2507 return objc_class_type; in objc_common_type() 3108 objc_class_type = build_pointer_type (objc_class_reference); in synth_module_prologue() 3131 objc_class_type)); in synth_module_prologue()
|