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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.h450 #define objc_class_type objc_global_trees[OCTI_CLS_TYPE] macro
464 == TREE_TYPE (objc_class_type)))
H A Dobjc-next-runtime-abi-02.c750 add_field_decl (objc_class_type, "cls", &chain);
1081 decl = start_var_decl (objc_class_type, buf);
1478 decl = start_var_decl (objc_class_type, buf);
1826 && TREE_TYPE (receiver) == objc_class_type))
2114 expr = convert (objc_class_type, build_fold_addr_expr (expr));
2148 expr = convert (objc_class_type, build_fold_addr_expr (expr));
2233 expr = convert (objc_class_type, build_fold_addr_expr (decl));
2237 type = build_array_type (objc_class_type,
H A Dobjc-next-runtime-abi-01.c686 decl = start_var_decl (objc_class_type, buf);
973 build_pointer_type (objc_class_type),
H A Dobjc-act.c2445 return objc_class_type;
3032 objc_class_type = build_pointer_type (objc_class_reference);
3055 objc_class_type));
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.h464 #define objc_class_type objc_global_trees[OCTI_CLS_TYPE] macro
478 == TREE_TYPE (objc_class_type)))
H A Dobjc-next-runtime-abi-02.cc752 add_field_decl (objc_class_type, "cls", &chain);
1083 decl = start_var_decl (objc_class_type, buf);
1480 decl = start_var_decl (objc_class_type, buf);
1831 && TREE_TYPE (receiver) == objc_class_type))
2119 expr = convert (objc_class_type, build_fold_addr_expr (expr));
2153 expr = convert (objc_class_type, build_fold_addr_expr (expr));
2238 expr = convert (objc_class_type, build_fold_addr_expr (decl));
2242 type = build_array_type (objc_class_type,
H A Dobjc-next-runtime-abi-01.cc687 decl = start_var_decl (objc_class_type, buf);
974 build_pointer_type (objc_class_type),
H A Dobjc-act.cc2507 return objc_class_type;
3108 objc_class_type = build_pointer_type (objc_class_reference);
3131 objc_class_type));

Completed in 375 milliseconds