Searched refs:refs_decl (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/objc/ |
H A D | objc-act.c | 3081 tree initlist, protocol_name_expr, refs_decl, refs_expr; in generate_protocols() local 3131 refs_decl = generate_protocol_list (p); in generate_protocols() 3133 refs_decl = 0; in generate_protocols() 3148 if (refs_decl) in generate_protocols() 3158 refs_expr = build_unary_op (ADDR_EXPR, refs_decl, 0); in generate_protocols() 4100 tree refs_decl, expr_decl, lproto, e, plist; local 4172 refs_decl = start_decl (expr_decl, decl_specs, 1, NULL_TREE); 4173 DECL_CONTEXT (refs_decl) = NULL_TREE; 4175 finish_decl (refs_decl, build_constructor (TREE_TYPE (refs_decl), 4179 return refs_decl;
|
/openbsd/gnu/gcc/gcc/objc/ |
H A D | objc-act.c | 4610 tree initlist, protocol_name_expr, refs_decl, refs_expr; in generate_protocols() local 4654 refs_decl = generate_protocol_list (p); in generate_protocols() 4656 refs_decl = 0; in generate_protocols() 4661 if (refs_decl) in generate_protocols() 4664 build_unary_op (ADDR_EXPR, refs_decl, 0)); in generate_protocols() 5433 tree refs_decl, lproto, e, plist; in generate_protocol_list() local 5479 refs_decl = start_var_decl in generate_protocol_list() 5485 finish_var_decl (refs_decl, objc_build_constructor (TREE_TYPE (refs_decl), in generate_protocol_list() 5488 return refs_decl; in generate_protocol_list()
|