Home
last modified time | relevance | path

Searched +defs:type +defs:fields (Results 1 – 25 of 163) sorted by relevance

1234567

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dtypes.cc50 valist_array_p (Type *type) in valist_array_p()
66 empty_aggregate_p (tree type) in empty_aggregate_p()
124 make_array_type (Type *type, unsigned HOST_WIDE_INT size) in make_array_type()
158 tree fields = NULL_TREE; in make_struct_type() local
166 tree type = va_arg (ap, tree); in make_struct_type() local
174 tree type = make_node (RECORD_TYPE); in make_struct_type() local
183 insert_type_modifiers (tree type, unsigned mod) in insert_type_modifiers()
219 insert_aggregate_field (tree type, tree field, size_t offset) in insert_aggregate_field()
238 fixup_anonymous_offset (tree fields, tree offset) in fixup_anonymous_offset()
272 size_t fields = 0; in layout_aggregate_members() local
[all …]
H A Dmodules.cc223 tree fields = create_field_decl (d_uint_type, NULL, 1, 1); in get_moduleinfo_type() local
244 tree type = get_moduleinfo_type (); in get_moduleinfo_decl() local
273 tree fields = create_field_decl (ptr_type_node, NULL, 1, 1); in get_compiler_dso_type() local
393 build_dso_registry_var (const char * name, tree type) in build_dso_registry_var()
468 layout_moduleinfo_field (tree type, tree rec_type, HOST_WIDE_INT& offset) in layout_moduleinfo_field()
480 layout_moduleinfo_fields (Module *decl, tree type) in layout_moduleinfo_fields()
600 tree type = layout_moduleinfo_fields (decl, TREE_TYPE (minfo)); in layout_moduleinfo() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtypes.cc50 d_signed_or_unsigned_type (int unsignedp, tree type) in d_signed_or_unsigned_type()
76 d_unsigned_type (tree type) in d_unsigned_type()
84 d_signed_type (tree type) in d_signed_type()
94 valist_array_p (Type *type) in valist_array_p()
111 empty_aggregate_p (tree type) in empty_aggregate_p()
169 make_array_type (Type *type, unsigned HOST_WIDE_INT size) in make_array_type()
203 tree fields = NULL_TREE; in make_struct_type() local
211 tree type = va_arg (ap, tree); in make_struct_type() local
219 tree type = make_node (RECORD_TYPE); in make_struct_type() local
228 insert_type_modifiers (tree type, unsigned mod) in insert_type_modifiers()
[all …]
H A Dmodules.cc225 tree fields = create_field_decl (d_uint_type, NULL, 1, 1); in get_moduleinfo_type() local
246 tree type = get_moduleinfo_type (); in get_moduleinfo_decl() local
275 tree fields = create_field_decl (ptr_type_node, NULL, 1, 1); in get_compiler_dso_type() local
395 build_dso_registry_var (const char * name, tree type) in build_dso_registry_var()
475 layout_moduleinfo_field (tree type, tree rec_type, HOST_WIDE_INT &offset) in layout_moduleinfo_field()
487 layout_moduleinfo_fields (Module *decl, tree type) in layout_moduleinfo_fields()
608 tree type = layout_moduleinfo_fields (decl, TREE_TYPE (minfo)); in layout_moduleinfo() local
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isccfg/
H A Dnamedconf.c269 parse_matchtype(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) { in parse_matchtype()
285 parse_matchname(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) { in parse_matchname()
302 doc_matchname(cfg_printer_t *pctx, const cfg_type_t *type) { in doc_matchname()
356 parse_updatepolicy(cfg_parser_t *pctx, const cfg_type_t *type, in parse_updatepolicy()
398 doc_updatepolicy(cfg_printer_t *pctx, const cfg_type_t *type) { in doc_updatepolicy()
457 parse_maxduration(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) { in parse_maxduration()
462 doc_maxduration(cfg_printer_t *pctx, const cfg_type_t *type) { in doc_maxduration()
496 parse_optional_enum(cfg_parser_t *pctx, const cfg_type_t *type, in parse_optional_enum()
502 doc_optional_enum(cfg_printer_t *pctx, const cfg_type_t *type) { in doc_optional_enum()
724 parse_zonestat(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) { in parse_zonestat()
[all …]
H A Dparser.c240 cfg_parse_obj(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) { in cfg_parse_obj()
284 cfg_create_tuple(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) { in cfg_create_tuple()
286 const cfg_tuplefielddef_t *fields; in cfg_create_tuple() local
319 cfg_parse_tuple(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) { in cfg_parse_tuple()
321 const cfg_tuplefielddef_t *fields; in cfg_parse_tuple() local
348 const cfg_tuplefielddef_t *fields; in cfg_print_tuple() local
369 cfg_doc_tuple(cfg_printer_t *pctx, const cfg_type_t *type) { in cfg_doc_tuple()
370 const cfg_tuplefielddef_t *fields; in cfg_doc_tuple() local
391 const cfg_tuplefielddef_t *fields = obj->type->of; in free_tuple() local
416 const cfg_tuplefielddef_t *fields; in cfg_tuple_get() local
[all …]
/netbsd-src/external/mpl/bind/dist/lib/isccfg/
H A Dnamedconf.c317 parse_matchtype(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_matchtype() argument
333 parse_matchname(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_matchname() argument
350 doc_matchname(cfg_printer_t * pctx,const cfg_type_t * type) doc_matchname() argument
406 parse_updatepolicy(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_updatepolicy() argument
448 doc_updatepolicy(cfg_printer_t * pctx,const cfg_type_t * type) doc_updatepolicy() argument
507 parse_maxduration(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_maxduration() argument
512 doc_maxduration(cfg_printer_t * pctx,const cfg_type_t * type) doc_maxduration() argument
546 parse_optional_enum(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_optional_enum() argument
552 doc_optional_enum(cfg_printer_t * pctx,const cfg_type_t * type) doc_optional_enum() argument
774 parse_zonestat(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_zonestat() argument
778 doc_zonestat(cfg_printer_t * pctx,const cfg_type_t * type) doc_zonestat() argument
890 parse_qstringornone(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_qstringornone() argument
907 doc_qstringornone(cfg_printer_t * pctx,const cfg_type_t * type) doc_qstringornone() argument
933 parse_boolorauto(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_boolorauto() argument
960 doc_boolorauto(cfg_printer_t * pctx,const cfg_type_t * type) doc_boolorauto() argument
988 parse_serverid(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_serverid() argument
1012 doc_serverid(cfg_printer_t * pctx,const cfg_type_t * type) doc_serverid() argument
1053 parse_portrange(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_portrange() argument
1524 parse_dtout(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_dtout() argument
1527 const cfg_tuplefielddef_t *fields = type->of; parse_dtout() local
1606 doc_dtout(cfg_printer_t * pctx,const cfg_type_t * type) doc_dtout() argument
1652 doc_rpz_policy(cfg_printer_t * pctx,const cfg_type_t * type) doc_rpz_policy() argument
1667 doc_rpz_cname(cfg_printer_t * pctx,const cfg_type_t * type) doc_rpz_cname() argument
1677 cfg_parse_rpz_policy(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) cfg_parse_rpz_policy() argument
1681 const cfg_tuplefielddef_t *fields; cfg_parse_rpz_policy() local
1710 cfg_parse_kv_tuple(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) cfg_parse_kv_tuple() argument
1712 const cfg_tuplefielddef_t *fields, *f; cfg_parse_kv_tuple() local
1767 const cfg_tuplefielddef_t *fields, *f; cfg_print_kv_tuple() local
1786 cfg_doc_kv_tuple(cfg_printer_t * pctx,const cfg_type_t * type) cfg_doc_kv_tuple() argument
1787 const cfg_tuplefielddef_t *fields, *f; cfg_doc_kv_tuple() local
1949 parse_optional_uint32(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_optional_uint32() argument
1965 doc_optional_uint32(cfg_printer_t * pctx,const cfg_type_t * type) doc_optional_uint32() argument
2008 parse_staleanswerclienttimeout(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_staleanswerclienttimeout() argument
2014 doc_staleanswerclienttimeout(cfg_printer_t * pctx,const cfg_type_t * type) doc_staleanswerclienttimeout() argument
2584 parse_printtime(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_printtime() argument
2588 doc_printtime(cfg_printer_t * pctx,const cfg_type_t * type) doc_printtime() argument
2702 parse_sizeval(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_sizeval() argument
2728 parse_sizeval_percent(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_sizeval_percent() argument
2766 doc_sizeval_percent(cfg_printer_t * pctx,const cfg_type_t * type) doc_sizeval_percent() argument
2788 parse_size(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_size() argument
2793 doc_size(cfg_printer_t * pctx,const cfg_type_t * type) doc_size() argument
2825 parse_size_or_percent(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_size_or_percent() argument
2832 doc_parse_size_or_percent(cfg_printer_t * pctx,const cfg_type_t * type) doc_parse_size_or_percent() argument
2852 parse_ixfrratio(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_ixfrratio() argument
2857 doc_ixfrratio(cfg_printer_t * pctx,const cfg_type_t * type) doc_ixfrratio() argument
2873 parse_maybe_optional_keyvalue(cfg_parser_t * pctx,const cfg_type_t * type,bool optional,cfg_obj_t ** ret) parse_maybe_optional_keyvalue() argument
2902 parse_keyvalue(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_keyvalue() argument
2907 parse_optional_keyvalue(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_optional_keyvalue() argument
2921 doc_keyvalue(cfg_printer_t * pctx,const cfg_type_t * type) doc_keyvalue() argument
2929 doc_optional_keyvalue(cfg_printer_t * pctx,const cfg_type_t * type) doc_optional_keyvalue() argument
2941 parse_dialup_type(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_dialup_type() argument
2945 doc_dialup_type(cfg_printer_t * pctx,const cfg_type_t * type) doc_dialup_type() argument
2955 parse_notify_type(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_notify_type() argument
2959 doc_notify_type(cfg_printer_t * pctx,const cfg_type_t * type) doc_notify_type() argument
2969 parse_minimal(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_minimal() argument
2973 doc_minimal(cfg_printer_t * pctx,const cfg_type_t * type) doc_minimal() argument
2984 parse_ixfrdiff_type(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_ixfrdiff_type() argument
2989 doc_ixfrdiff_type(cfg_printer_t * pctx,const cfg_type_t * type) doc_ixfrdiff_type() argument
3105 doc_optional_bracketed_list(cfg_printer_t * pctx,const cfg_type_t * type) doc_optional_bracketed_list() argument
3148 parse_optional_class(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_optional_class() argument
3163 doc_optional_class(cfg_printer_t * pctx,const cfg_type_t * type) doc_optional_class() argument
3176 parse_querysource(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_querysource() argument
3280 doc_querysource(cfg_printer_t * pctx,const cfg_type_t * type) doc_querysource() argument
3330 parse_server_key_kludge(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_server_key_kludge() argument
3371 parse_optional_facility(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_optional_facility() argument
3389 doc_optional_facility(cfg_printer_t * pctx,const cfg_type_t * type) doc_optional_facility() argument
3412 parse_logseverity(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_logseverity() argument
3452 parse_logversions(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_logversions() argument
3457 doc_logversions(cfg_printer_t * pctx,const cfg_type_t * type) doc_logversions() argument
3480 parse_logfile(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_logfile() argument
3483 const cfg_tuplefielddef_t *fields = type->of; parse_logfile() local
3557 doc_logfile(cfg_printer_t * pctx,const cfg_type_t * type) doc_logfile() argument
3666 doc_sockaddrnameport(cfg_printer_t * pctx,const cfg_type_t * type) doc_sockaddrnameport() argument
3684 parse_sockaddrnameport(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_sockaddrnameport() argument
3699 const cfg_tuplefielddef_t *fields = parse_sockaddrnameport() local
3758 doc_remoteselement(cfg_printer_t * pctx,const cfg_type_t * type) doc_remoteselement() argument
3774 parse_remoteselement(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_remoteselement() argument
[all...]
H A Dparser.c237 cfg_parse_obj(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) cfg_parse_obj() argument
281 cfg_create_tuple(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) cfg_create_tuple() argument
283 const cfg_tuplefielddef_t *fields; cfg_create_tuple() local
316 cfg_parse_tuple(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) cfg_parse_tuple() argument
318 const cfg_tuplefielddef_t *fields; cfg_parse_tuple() local
345 const cfg_tuplefielddef_t *fields; cfg_print_tuple() local
366 cfg_doc_tuple(cfg_printer_t * pctx,const cfg_type_t * type) cfg_doc_tuple() argument
367 const cfg_tuplefielddef_t *fields; cfg_doc_tuple() local
388 const cfg_tuplefielddef_t *fields = obj->type->of; free_tuple() local
413 const cfg_tuplefielddef_t *fields; cfg_tuple_get() local
622 parse2(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse2() argument
654 cfg_parse_file(cfg_parser_t * pctx,const char * filename,const cfg_type_t * type,cfg_obj_t ** ret) cfg_parse_file() argument
680 cfg_parse_buffer(cfg_parser_t * pctx,isc_buffer_t * buffer,const char * file,unsigned int line,const cfg_type_t * type,unsigned int flags,cfg_obj_t ** ret) cfg_parse_buffer() argument
740 cfg_parse_void(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) cfg_parse_void() argument
759 cfg_doc_void(cfg_printer_t * pctx,const cfg_type_t * type) cfg_doc_void() argument
780 cfg_parse_percentage(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) cfg_parse_percentage() argument
845 cfg_parse_fixedpoint(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) cfg_parse_fixedpoint() argument
928 cfg_parse_uint32(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) cfg_parse_uint32() argument
1177 cfg_parse_duration(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) cfg_parse_duration() argument
1198 cfg_parse_duration_or_unlimited(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) cfg_parse_duration_or_unlimited() argument
1265 create_string(cfg_parser_t * pctx,const char * contents,const cfg_type_t * type,cfg_obj_t ** ret) create_string() argument
1288 cfg_parse_qstring(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) cfg_parse_qstring() argument
1308 parse_ustring(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_ustring() argument
1326 cfg_parse_astring(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) cfg_parse_astring() argument
1342 cfg_parse_sstring(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) cfg_parse_sstring() argument
1358 parse_btext(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_btext() argument
1390 doc_btext(cfg_printer_t * pctx,const cfg_type_t * type) doc_btext() argument
1423 cfg_parse_enum(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) cfg_parse_enum() argument
1441 cfg_doc_enum(cfg_printer_t * pctx,const cfg_type_t * type) cfg_doc_enum() argument
1619 parse_geoip(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_geoip() argument
1622 const cfg_tuplefielddef_t *fields = type->of; parse_geoip() local
1664 doc_geoip(cfg_printer_t * pctx,const cfg_type_t * type) doc_geoip() argument
1680 parse_addrmatchelt(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_addrmatchelt() argument
1779 parse_optional_btext(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_optional_btext() argument
1808 doc_optional_btext(cfg_printer_t * pctx,const cfg_type_t * type) doc_optional_btext() argument
1838 cfg_parse_boolean(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) cfg_parse_boolean() argument
1905 cfg_create_list(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** obj) cfg_create_list() argument
2030 cfg_parse_bracketed_list(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) cfg_parse_bracketed_list() argument
2056 cfg_doc_bracketed_list(cfg_printer_t * pctx,const cfg_type_t * type) cfg_doc_bracketed_list() argument
2189 cfg_parse_mapbody(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) cfg_parse_mapbody() argument
2416 cfg_parse_map(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) cfg_parse_map() argument
2435 parse_any_named_map(cfg_parser_t * pctx,cfg_type_t * nametype,const cfg_type_t * type,cfg_obj_t ** ret) parse_any_named_map() argument
2461 cfg_parse_named_map(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) cfg_parse_named_map() argument
2471 cfg_parse_addressed_map(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) cfg_parse_addressed_map() argument
2481 cfg_parse_netprefix_map(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) cfg_parse_netprefix_map() argument
2577 cfg_doc_mapbody(cfg_printer_t * pctx,const cfg_type_t * type) cfg_doc_mapbody() argument
2622 cfg_doc_map(cfg_printer_t * pctx,const cfg_type_t * type) cfg_doc_map() argument
2762 parse_token(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_token() argument
2803 parse_unsupported(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_unsupported() argument
3033 parse_netaddr(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) parse_netaddr() argument
3051 cfg_doc_netaddr(cfg_printer_t * pctx,const cfg_type_t * type) cfg_doc_netaddr() argument
3104 cfg_parse_netprefix(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) cfg_parse_netprefix() argument
3210 parse_sockaddrsub(cfg_parser_t * pctx,const cfg_type_t * type,int flags,cfg_obj_t ** ret) parse_sockaddrsub() argument
3289 cfg_parse_sockaddr(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) cfg_parse_sockaddr() argument
3326 cfg_doc_sockaddr(cfg_printer_t * pctx,const cfg_type_t * type) cfg_doc_sockaddr() argument
3653 cfg_create_obj(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) cfg_create_obj() argument
3675 map_symtabitem_destroy(char * key,unsigned int type,isc_symvalue_t symval,void * userarg) map_symtabitem_destroy() argument
3687 create_map(cfg_parser_t * pctx,const cfg_type_t * type,cfg_obj_t ** ret) create_map() argument
3715 cfg_obj_istype(const cfg_obj_t * obj,const cfg_type_t * type) cfg_obj_istype() argument
3756 cfg_doc_obj(cfg_printer_t * pctx,const cfg_type_t * type) cfg_doc_obj() argument
3764 cfg_doc_terminal(cfg_printer_t * pctx,const cfg_type_t * type) cfg_doc_terminal() argument
3774 cfg_print_grammar(const cfg_type_t * type,unsigned int flags,void (* f)(void * closure,const char * text,int textlen),void * closure) cfg_print_grammar() argument
3874 const char *type, *library; cfg_pluginlist_foreach() local
[all...]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
H A Dgmock-internal-utils.cc51 GTEST_API_ std::string JoinAsTuple(const Strings& fields) { in JoinAsTuple()
96 void ReportFailure(FailureType type, const char* file, int line, in ReportFailure()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dmep-asm.c149 enum cgen_operand_type type, long *field) in parse_mep_align()
206 enum cgen_operand_type type, unsigned long *field) in parse_mep_alignu()
785 const char ** strp_in, CGEN_FIELDS * fields) in mep_cgen_expand_macros_and_parse_operand()
843 CGEN_FIELDS * fields) in mep_cgen_parse_operand()
1452 CGEN_FIELDS *fields) in parse_insn_normal()
1594 CGEN_FIELDS *fields, in mep_cgen_assemble_insn()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dmep-asm.c149 enum cgen_operand_type type, long *field) in parse_mep_align()
206 enum cgen_operand_type type, unsigned long *field) in parse_mep_alignu()
784 const char ** strp_in, CGEN_FIELDS * fields) in mep_cgen_expand_macros_and_parse_operand()
842 CGEN_FIELDS * fields) in mep_cgen_parse_operand()
1451 CGEN_FIELDS *fields) in parse_insn_normal()
1593 CGEN_FIELDS *fields, in mep_cgen_assemble_insn()
/netbsd-src/external/gpl2/lvm2/dist/libdm/
H A Dlibdm-report.c46 const struct dm_report_field_type *fields; member
66 const struct dm_report_object_type *type; member
84 struct dm_list fields; /* Fields in display order */ member
251 const struct dm_report_object_type *type; in _display_fields() local
401 static int _add_all_fields(struct dm_report *rh, uint32_t type) in _add_all_fields()
415 uint32_t f, type; in _field_match() local
563 const struct dm_report_field_type *fields, in dm_report_init()
571 const struct dm_report_object_type *type; in dm_report_init() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-common.h115 class type; variable
123 class fields; variable
145 class type; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcoverage.c747 build_var (tree fn_decl, tree type, int counter) in build_var()
777 build_fn_info_type (tree type, unsigned counters, tree gcov_info_type) in build_fn_info_type()
780 tree field, fields; in build_fn_info_type() local
838 build_fn_info (const struct coverage_data *data, tree type, tree key) in build_fn_info()
840 tree fields = TYPE_FIELDS (type); in build_fn_info() local
904 build_info_type (tree type, tree fn_info_ptr_type) in build_info_type()
906 tree field, fields = NULL_TREE; in build_info_type() local
H A Dubsan.c57 struct tree_map_base type; member
88 decl_for_type_lookup (tree type) in decl_for_type_lookup()
109 decl_for_type_insert (tree type, tree decl) in decl_for_type_insert()
127 tree type = TREE_TYPE (t); in ubsan_encode_value() local
206 tree fields[3], ret; in ubsan_get_type_descriptor_type() local
256 tree fields[3], ret; in ubsan_get_source_location_type() local
295 tree type = ubsan_get_source_location_type (); in ubsan_source_location() local
330 get_ubsan_type_info_for_type (tree type) in get_ubsan_type_info_for_type()
355 ubsan_type_descriptor (tree type, enum ubsan_print_style pstyle) in ubsan_type_descriptor()
539 tree fields[6]; in ubsan_create_data() local
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcoverage.cc755 build_var (tree fn_decl, tree type, int counter) in build_var()
785 build_fn_info_type (tree type, unsigned counters, tree gcov_info_type) in build_fn_info_type()
788 tree field, fields; in build_fn_info_type() local
846 build_fn_info (const struct coverage_data *data, tree type, tree key) in build_fn_info()
848 tree fields = TYPE_FIELDS (type); in build_fn_info() local
912 build_info_type (tree type, tree fn_info_ptr_type) in build_info_type()
914 tree field, fields = NULL_TREE; in build_info_type() local
H A Dubsan.cc58 struct tree_map_base type; member
89 decl_for_type_lookup (tree type) in decl_for_type_lookup()
110 decl_for_type_insert (tree type, tree decl) in decl_for_type_insert()
128 tree type = TREE_TYPE (t); in ubsan_encode_value() local
207 tree fields[3], ret; in ubsan_get_type_descriptor_type() local
257 tree fields[3], ret; in ubsan_get_source_location_type() local
296 tree type = ubsan_get_source_location_type (); in ubsan_source_location() local
331 get_ubsan_type_info_for_type (tree type) in get_ubsan_type_info_for_type()
356 ubsan_type_descriptor (tree type, enum ubsan_print_style pstyle) in ubsan_type_descriptor()
543 tree fields[6]; in ubsan_create_data() local
[all …]
H A Dgengtype-state.cc699 state_writer::write_state_fields (pair_p fields) in write_state_fields()
1436 record_type (type_p type) in record_type()
1448 read_state_already_seen_type (type_p *type) in read_state_already_seen_type()
1476 read_state_scalar_nonchar_type (type_p *type) in read_state_scalar_nonchar_type()
1485 read_state_scalar_char_type (type_p *type) in read_state_scalar_char_type()
1493 read_state_string_type (type_p *type) in read_state_string_type()
1501 read_state_callback_type (type_p *type) in read_state_callback_type()
1529 read_state_undefined_type (type_p type) in read_state_undefined_type()
1563 read_state_struct_type (type_p type) in read_state_struct_type()
1605 read_state_user_struct_type (type_p type) in read_state_user_struct_type()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-common.h115 class type; variable
123 class fields; variable
147 class type; variable
/netbsd-src/lib/libradius/
H A Dradlib.c289 put_password_attr(struct rad_handle *h, int type, const void *value, size_t len) in put_password_attr()
319 put_raw_attr(struct rad_handle *h, int type, const void *value, size_t len) in put_raw_attr()
420 const char *fields[5]; in rad_config() local
423 const char *type; in rad_config() local
686 int type; in rad_get_attr() local
828 rad_put_addr(struct rad_handle *h, int type, struct in_addr addr) in rad_put_addr()
834 rad_put_attr(struct rad_handle *h, int type, const void *value, size_t len) in rad_put_attr()
879 rad_put_int(struct rad_handle *h, int type, u_int32_t value) in rad_put_int()
888 rad_put_string(struct rad_handle *h, int type, const char *str) in rad_put_string()
992 split(char *str, const char *fields[], size_t maxfields, char *msg, in split()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-xstormy16.c34 CGEN_FIELDS fields; member
496 CGEN_FIELDS *fields = xmalloc (CGEN_CPU_SIZEOF_FIELDS (cd)); in xstormy16_md_apply_fix() local
603 md_atof (int type, char * litP, int * sizeP) in md_atof()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-xstormy16.c34 CGEN_FIELDS fields; member
496 CGEN_FIELDS *fields = xmalloc (CGEN_CPU_SIZEOF_FIELDS (cd)); in xstormy16_md_apply_fix() local
603 md_atof (int type, char * litP, int * sizeP) in md_atof()
/netbsd-src/external/lgpl3/gmp/dist/scanf/
H A Ddoscan.c191 char type; member
478 int fields = 0; in __gmp_doscan() local
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Ditbl-ops.c121 e_type type; /* dreg/creg/greg/immed/symb */ member
134 e_type type; /* dreg/creg/greg/insn */ member
139 struct itbl_field *fields; /* list of operand definitions (if any) */ member
257 e_type type; in itbl_init() local
448 itbl_get_name (e_processor processor, e_type type, unsigned long val) in itbl_get_name()
462 itbl_get_val (e_processor processor, e_type type, char *name, in itbl_get_val()
742 e_type type, char *n) in find_entry_byname()
762 find_entry_byval (e_processor processor, e_type type, in find_entry_byval()
803 get_entries (e_processor processor, e_type type) in get_entries()
847 alloc_entry (e_processor processor, e_type type, in alloc_entry()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Ditbl-ops.c121 e_type type; /* dreg/creg/greg/immed/symb */ member
134 e_type type; /* dreg/creg/greg/insn */ member
139 struct itbl_field *fields; /* list of operand definitions (if any) */ member
257 e_type type; in itbl_init() local
448 itbl_get_name (e_processor processor, e_type type, unsigned long val) in itbl_get_name()
462 itbl_get_val (e_processor processor, e_type type, char *name, in itbl_get_val()
742 e_type type, char *n) in find_entry_byname()
762 find_entry_byval (e_processor processor, e_type type, in find_entry_byval()
803 get_entries (e_processor processor, e_type type) in get_entries()
847 alloc_entry (e_processor processor, e_type type, in alloc_entry()
[all …]

1234567