Home
last modified time | relevance | path

Searched refs:objc_instance_type (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.h322 #define objc_instance_type objc_global_trees[OCTI_NST_TYPE] macro
H A DChangeLog489 not set ivar_context, uprivate_record or objc_instance_type.
510 uprivate_record and objc_instance_type, for @interfaces, call
H A Dobjc-act.c5987 arglist = build_tree_list (NULL_TREE, objc_instance_type); in get_arg_type_list()
6712 self_decl = convert (objc_instance_type, self_decl); /* cast */ in build_ivar_reference()
7626 objc_instance_type = build_pointer_type (uprivate_record); in continue_class()
8305 self_type = objc_instance_type; in synth_self_and_ucmd_args()