Home
last modified time | relevance | path

Searched refs:decls (Results 1 – 25 of 87) sorted by relevance

1234

/dragonfly/contrib/gcc-4.7/gcc/objc/
HDobjc-runtime-shared-support.c164 tree decls, *chain = NULL; in build_super_template() local
169 decls = add_field_decl (objc_object_type, "self", &chain); in build_super_template()
175 objc_finish_struct (objc_super_template, decls); in build_super_template()
190 tree decls, *chain = NULL; in build_method_template() local
195 decls = add_field_decl (objc_selector_type, "_cmd", &chain); in build_method_template()
203 objc_finish_struct (_SLT_record, decls); in build_method_template()
212 tree decls, *chain = NULL; in build_method_prototype_template() local
217 decls = add_field_decl (objc_selector_type, "_cmd", &chain); in build_method_prototype_template()
222 objc_finish_struct (proto_record, decls); in build_method_prototype_template()
237 tree array_type, decls, *chain = NULL; in build_method_list_template() local
[all …]
HDobjc-next-runtime-abi-02.c545 tree decls, *chain = NULL; in build_v2_message_ref_templates() local
563 decls = add_field_decl (objc_v2_imp_type, "messenger", &chain); in build_v2_message_ref_templates()
568 objc_finish_struct (objc_v2_message_ref_template, decls); in build_v2_message_ref_templates()
594 objc_finish_struct (objc_v2_super_message_ref_template, decls); in build_v2_message_ref_templates()
636 tree decls, *chain = NULL; in build_v2_class_templates() local
643 decls = add_field_decl (integer_type_node, "flags", &chain); in build_v2_class_templates()
681 objc_finish_struct (objc_v2_class_ro_template, decls); in build_v2_class_templates()
689 decls = add_field_decl (build_pointer_type (objc_v2_class_template), in build_v2_class_templates()
705 objc_finish_struct (objc_v2_class_template, decls); in build_v2_class_templates()
716 tree decls, *chain = NULL; in build_v2_super_template() local
[all …]
HDobjc-next-runtime-abi-01.c422 tree ptype, decls, *chain = NULL; in build_v1_class_template() local
427 decls = add_field_decl (build_pointer_type (objc_class_template), in build_v1_class_template()
482 objc_finish_struct (objc_class_template, decls); in build_v1_class_template()
501 tree ptype, decls, *chain = NULL; in build_v1_category_template() local
506 decls = add_field_decl (string_type_node, "category_name", &chain); in build_v1_category_template()
532 objc_finish_struct (objc_category_template, decls); in build_v1_category_template()
555 tree ptype, decls, *chain = NULL; in build_v1_protocol_template() local
568 decls = add_field_decl (ptype, "isa", &chain); in build_v1_protocol_template()
583 objc_finish_struct (objc_protocol_template, decls); in build_v1_protocol_template()
1049 tree decls, *chain = NULL; in build_v1_property_template() local
[all …]
HDobjc-gnu-runtime-abi-01.c322 tree decls, *chain = NULL; in build_selector_template() local
327 decls = add_field_decl (objc_selector_type, "sel_id", &chain); in build_selector_template()
332 objc_finish_struct (objc_selector_template, decls); in build_selector_template()
354 tree ptype, decls, *chain = NULL; in build_class_template() local
359 decls = add_field_decl (build_pointer_type (objc_class_template), in build_class_template()
407 objc_finish_struct (objc_class_template, decls); in build_class_template()
421 tree ptype, decls, *chain = NULL; in build_category_template() local
426 decls = add_field_decl (string_type_node, "category_name", &chain); in build_category_template()
441 objc_finish_struct (objc_category_template, decls); in build_category_template()
455 tree ptype, decls, *chain = NULL; in build_protocol_template() local
[all …]
/dragonfly/contrib/gcc-4.7/gcc/c-family/
HDc-gimplify.c132 tree decls, bind; in c_build_bind_expr() local
135 decls = NULL_TREE; in c_build_bind_expr()
137 decls = BLOCK_VARS (block); in c_build_bind_expr()
140 decls = block; in c_build_bind_expr()
141 if (DECL_ARTIFICIAL (decls)) in c_build_bind_expr()
146 BLOCK_VARS (block) = decls; in c_build_bind_expr()
153 if (decls || block) in c_build_bind_expr()
155 bind = build3 (BIND_EXPR, void_type_node, decls, body, block); in c_build_bind_expr()
HDc-pragma.c420 tree oldname, newname, decls, x; in handle_pragma_redefine_extname() local
433 for (decls = c_linkage_bindings (oldname); in handle_pragma_redefine_extname()
434 decls; ) in handle_pragma_redefine_extname()
437 if (TREE_CODE (decls) == TREE_LIST) in handle_pragma_redefine_extname()
439 decl = TREE_VALUE (decls); in handle_pragma_redefine_extname()
440 decls = TREE_CHAIN (decls); in handle_pragma_redefine_extname()
444 decl = decls; in handle_pragma_redefine_extname()
445 decls = NULL_TREE; in handle_pragma_redefine_extname()
/dragonfly/usr.bin/rpcgen/
HDrpc_clntout.c113 ptype(proc->args.decls->decl.prefix, in printarglist()
114 proc->args.decls->decl.type, 1); in printarglist()
123 } else if (streq(proc->args.decls->decl.type, "void")) { in printarglist()
135 for (l = proc->args.decls; l != NULL; l = l->next) { in printarglist()
186 (streq(proc->args.decls->decl.type, "void"))) { in printbody()
211 for (l = proc->args.decls; l != NULL; l = l->next) { in printbody()
235 stringfix(proc->args.decls->decl.type), in printbody()
237 (newstyle) ? proc->args.decls->decl.name : "argp", in printbody()
245 stringfix(proc->args.decls->decl.type), in printbody()
247 (newstyle) ? proc->args.decls->decl.name : "argp", in printbody()
HDrpc_parse.c109 decl_list *decls; in def_struct() local
117 tailp = &defp->def.st.decls; in def_struct()
120 decls = XALLOC(decl_list); in def_struct()
121 decls->decl = dec; in def_struct()
122 *tailp = decls; in def_struct()
123 tailp = &decls->next; in def_struct()
136 decl_list *decls; in def_program() local
149 tailp = &defp->def.st.decls; in def_program()
178 decls = XALLOC(decl_list); in def_program()
179 plist->args.decls = decls; in def_program()
[all …]
HDrpc_sample.c103 if(!streq(proc->args.decls->decl.type, "void")) in write_sample_client()
104 ptype(proc->args.decls->decl.prefix, in write_sample_client()
105 proc->args.decls->decl.type, 1); in write_sample_client()
111 } else if (!streq(proc->args.decls->decl.type, "void")) { in write_sample_client()
112 for (l = proc->args.decls; l != NULL; l = l->next) { in write_sample_client()
142 if(streq(proc->args.decls->decl.type, "void")) { in write_sample_client()
152 } else if (streq(proc->args.decls->decl.type, "void")) { in write_sample_client()
160 for (l = proc->args.decls; l != NULL; l = l->next) { in write_sample_client()
HDrpc_cout.c294 for (dl = plist->args.decls; dl != NULL; in emit_program()
388 for (dl = def->def.st.decls; dl != NULL; dl = dl->next) { /* xxx */ in inline_struct()
536 for (dl = def->def.st.decls; dl != NULL; dl = dl->next) in emit_struct()
541 for (dl = def->def.st.decls; dl != NULL; dl = dl->next) { in emit_struct()
553 for (dl = def->def.st.decls; dl != NULL; dl = dl->next) { in emit_struct()
576 for (dl = def->def.st.decls; dl != NULL; dl = dl->next) in emit_struct()
592 for (dl = def->def.st.decls; dl != NULL; dl = dl->next) in emit_struct()
HDrpc_svcout.c338 ptype(proc->args.decls->decl.prefix, in write_real_program()
339 proc->args.decls->decl.type, 0); in write_real_program()
353 if (!streq(proc->args.decls->decl.type, "void")) in write_real_program()
356 for (l = proc->args.decls; l != NULL; in write_real_program()
390 if (streq(proc->args.decls->decl.type, "void")) in write_program()
394 ptype(proc->args.decls->decl.prefix, in write_program()
395 proc->args.decls->decl.type, 0); in write_program()
462 p_xdrfunc(ARG, proc->args.decls->decl.type); in write_program()
HDrpc_parse.h122 decl_list *decls; member
143 decl_list *decls; member
HDrpc_tblout.c133 printit(proc->args.decls->decl.prefix, in write_table()
134 proc->args.decls->decl.type); in write_table()
HDrpc_hout.c165 for (l = plist->args.decls; l != NULL; l = l->next) in pargdef()
183 for (l = def->def.st.decls; l != NULL; l = l->next) in pstructdef()
335 streq(proc->args.decls->decl.type, "void")) { in parglist()
339 for (dl = proc->args.decls; dl != NULL; dl = dl->next) { in parglist()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-gimplify.c183 tree decls, bind; in c_build_bind_expr() local
186 decls = NULL_TREE; in c_build_bind_expr()
188 decls = BLOCK_VARS (block); in c_build_bind_expr()
191 decls = block; in c_build_bind_expr()
192 if (DECL_ARTIFICIAL (decls)) in c_build_bind_expr()
197 BLOCK_VARS (block) = decls; in c_build_bind_expr()
204 if (decls || block) in c_build_bind_expr()
206 bind = build3 (BIND_EXPR, void_type_node, decls, body, block); in c_build_bind_expr()
HDc-pragma.c492 tree oldname, newname, decls, x; in handle_pragma_redefine_extname() local
505 for (decls = c_linkage_bindings (oldname); in handle_pragma_redefine_extname()
506 decls; ) in handle_pragma_redefine_extname()
509 if (TREE_CODE (decls) == TREE_LIST) in handle_pragma_redefine_extname()
511 decl = TREE_VALUE (decls); in handle_pragma_redefine_extname()
512 decls = TREE_CHAIN (decls); in handle_pragma_redefine_extname()
516 decl = decls; in handle_pragma_redefine_extname()
517 decls = NULL_TREE; in handle_pragma_redefine_extname()
/dragonfly/libexec/dma/
HDREADME.DRAGONFLY12 aliases_parse.y (-Werror=redundant-decls)
14 dma.c (-Werror=redundant-decls, -Werror=implicit-fallthrough)
17 dma.h (-Werror=redundant-decls, -Werror=missing-prototypes)
/dragonfly/bin/csh/csh/
HDMakefile23 SRCS+= sh.decls.h glob.c glob.h dotlock.c
24 SRCS+= tw.decls.h tw.h tw.help.c tw.init.c tw.parse.c tw.spell.c \
26 SRCS+= ed.chared.c ed.decls.h ed.defns.c ed.h ed.init.c ed.inputl.c \
28 SRCS+= tc.alloc.c tc.bind.c tc.const.c tc.decls.h tc.disc.c \
/dragonfly/contrib/gcc-4.7/gcc/
HDgenautomata.c639 decl_t decls [1]; member
1153 static VEC(decl_t, heap) *decls; in VEC()
1281 VEC_safe_push (decl_t, heap, decls, decl); in gen_cpu_unit()
1309 VEC_safe_push (decl_t, heap, decls, decl); in gen_query_cpu_unit()
1344 VEC_safe_push (decl_t, heap, decls, decl); in gen_bypass()
1383 VEC_safe_push (decl_t, heap, decls, decl); in gen_excl_set()
1452 VEC_safe_push (decl_t, heap, decls, decl); in gen_presence_absence_set()
1521 VEC_safe_push (decl_t, heap, decls, decl); in gen_automaton()
1726 VEC_safe_push (decl_t, heap, decls, decl); in gen_reserv()
1747 VEC_safe_push (decl_t, heap, decls, decl); in gen_insn_reserv()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDgenautomata.c624 decl_t decls [1]; member
1138 static vec<decl_t> decls; variable
1268 decls.safe_push (decl); in gen_cpu_unit()
1298 decls.safe_push (decl); in gen_query_cpu_unit()
1336 decls.safe_push (decl); in gen_bypass()
1379 decls.safe_push (decl); in gen_excl_set()
1438 decls.safe_push (decl); in gen_presence_absence_set()
1509 decls.safe_push (decl); in gen_automaton()
1721 decls.safe_push (decl); in gen_reserv()
1743 decls.safe_push (decl); in gen_insn_reserv()
[all …]
HDlanghooks.c309 globals = lang_hooks.decls.getdecls (); in global_decl_processing()
690 lang_hooks.decls.pushdecl (decl); in lhd_builtin_function()
701 return lang_hooks.decls.pushdecl (decl); in add_builtin_type()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDname-lookup.c2130 tree decls = NULL_TREE; in c_linkage_bindings() local
2145 if (decls == NULL_TREE) in c_linkage_bindings()
2146 decls = decl; in c_linkage_bindings()
2148 decls = tree_cons (NULL_TREE, decl, decls); in c_linkage_bindings()
2152 return decls; in c_linkage_bindings()
2454 struct scope_binding decls = EMPTY_SCOPE_BINDING; in do_nonmember_using_decl() local
2457 if (!qualified_lookup_using_namespace (name, scope, &decls, 0)) in do_nonmember_using_decl()
2461 if (!decls.value && !decls.type) in do_nonmember_using_decl()
2475 if (decls.value && DECL_IMPLICIT_TYPEDEF_P (decls.value)) in do_nonmember_using_decl()
2477 decls.type = decls.value; in do_nonmember_using_decl()
[all …]
/dragonfly/etc/defaults/
HDmake.conf68 -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings
/dragonfly/sys/conf/
HDbsd.kern.mk12 CWARNFLAGS?= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
/dragonfly/contrib/tcsh-6/
HDREADME.DRAGONFLY20 sh.decls.h

1234