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/
H A Dobjc-runtime-shared-support.c164 tree decls, *chain = NULL; in build_super_template() local
190 tree decls, *chain = NULL; in build_method_template() local
203 objc_finish_struct (_SLT_record, decls); in build_method_template()
212 tree decls, *chain = NULL; in build_method_prototype_template() local
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
268 tree array_type, decls, *chain = NULL; in build_method_prototype_list_template() local
479 tree decls, *chain = NULL; in build_module_descriptor() local
574 tree array_type, decls, *chain = NULL; in build_ivar_list_template() local
600 tree decls, *chain = NULL; in build_ivar_template() local
[all …]
H A Dobjc-next-runtime-abi-02.c545 tree decls, *chain = NULL; in build_v2_message_ref_templates() local
636 tree decls, *chain = NULL; in build_v2_class_templates() local
716 tree decls, *chain = NULL; in build_v2_super_template() local
746 tree decls, *chain = NULL; in build_v2_protocol_template() local
800 tree decls, *chain = NULL; in build_v2_category_template() local
1791 tree decls, *chain = NULL; in build_v2_property_template() local
1818 tree decls, *chain = NULL; in build_v2_ivar_t_template() local
2278 tree array_type, decls, *chain = NULL; in build_v2_method_list_template() local
2389 tree array_type, decls, *chain = NULL; in build_v2_property_list_template() local
2890 tree decls, *chain = NULL; in build_v2_ivar_list_t_template() local
[all …]
H A Dobjc-next-runtime-abi-01.c422 tree ptype, decls, *chain = NULL; in build_v1_class_template() local
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
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()
1049 tree decls, *chain = NULL; in build_v1_property_template() local
1058 objc_finish_struct (prop_record, decls); in build_v1_property_template()
1078 tree decls, *chain = NULL; in build_v1_objc_protocol_extension_template() local
1112 tree ptrt, decls, *chain = NULL; in build_objc_class_ext_template() local
1255 tree array_type, decls, *chain = NULL; in build_v1_property_list_template() local
[all …]
H A Dobjc-gnu-runtime-abi-01.c322 tree decls, *chain = NULL; in build_selector_template() local
332 objc_finish_struct (objc_selector_template, decls); in build_selector_template()
354 tree ptype, decls, *chain = NULL; in build_class_template() local
407 objc_finish_struct (objc_class_template, decls); in build_class_template()
421 tree ptype, decls, *chain = NULL; in build_category_template() local
441 objc_finish_struct (objc_category_template, decls); in build_category_template()
455 tree ptype, decls, *chain = NULL; in build_protocol_template() local
462 decls = add_field_decl (ptype, "isa", &chain); in build_protocol_template()
1864 VEC(constructor_elt,gc) *decls = NULL; in generate_static_references()
1903 CONSTRUCTOR_APPEND_ELT (decls, NULL_TREE, in generate_static_references()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-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()
H A Dc-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/
H A Drpc_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()
H A Drpc_parse.c109 decl_list *decls; in def_struct() local
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
179 plist->args.decls = decls; in def_program()
180 decls->decl = dec; in def_program()
181 tailp = &decls->next; in def_program()
188 decls->decl = dec; in def_program()
189 *tailp = decls; in def_program()
[all …]
H A Drpc_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()
H A Drpc_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()
H A Drpc_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()
H A Drpc_parse.h122 decl_list *decls; member
143 decl_list *decls; member
H A Drpc_tblout.c133 printit(proc->args.decls->decl.prefix, in write_table()
134 proc->args.decls->decl.type); in write_table()
H A Drpc_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/
H A Dc-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()
H A Dc-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/
H A DREADME.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/
H A DMakefile23 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/
H A Dgenautomata.c639 decl_t decls [1]; member
1153 static VEC(decl_t, heap) *decls; in VEC()
2555 decl = description->decls [i]; in process_decls()
5344 decl = description->decls [i]; in check_unit_distributions_to_automata()
5803 decl = description->decls [i]; in NDFA_to_DFA()
6749 decl = description->decls [i]; in create_automata()
8376 decl = description->decls[i]; in output_default_latencies()
8392 decl = description->decls[i]; in output_default_latencies()
8430 decl = description->decls [i]; in output_internal_insn_latency_func()
8503 decl = description->decls [i]; in output_internal_maximal_insn_latency_func()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgenautomata.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()
1721 decls.safe_push (decl); in gen_reserv()
1743 decls.safe_push (decl); in gen_insn_reserv()
9436 description->decls [i] = decls[i]; in expand_automata()
[all …]
H A Dlanghooks.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/
H A Dname-lookup.c2130 tree decls = NULL_TREE; in c_linkage_bindings() local
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()
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()
2490 if (decls.value) in do_nonmember_using_decl()
2568 *newval = decls.value; in do_nonmember_using_decl()
2576 if (decls.type && TREE_CODE (decls.type) == TREE_LIST) in do_nonmember_using_decl()
[all …]
/dragonfly/etc/defaults/
H A Dmake.conf68 -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings
/dragonfly/sys/conf/
H A Dbsd.kern.mk12 CWARNFLAGS?= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
/dragonfly/contrib/tcsh-6/
H A DREADME.DRAGONFLY20 sh.decls.h

1234