Home
last modified time | relevance | path

Searched refs:_fields (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/gpl3/gcc/dist/libobjc/
H A Dencoding.c153 const char *_stp , *_fields = TYPE_FIELDS (struc); in _darwin_rs6000_special_round_type_align() local
154 if (!_fields) in _darwin_rs6000_special_round_type_align()
156 _stp = strip_array_types (_fields); in _darwin_rs6000_special_round_type_align()
187 ({ const char *_fields = TYPE_FIELDS (STRUCT); \
188 ((_fields != 0 \
189 && TYPE_MODE (strip_array_types (TREE_TYPE (_fields))) == DFmode) \
/netbsd/external/gpl3/gcc.old/dist/libobjc/
H A Dencoding.c153 const char *_stp , *_fields = TYPE_FIELDS (struc); in _darwin_rs6000_special_round_type_align() local
154 if (!_fields) in _darwin_rs6000_special_round_type_align()
156 _stp = strip_array_types (_fields); in _darwin_rs6000_special_round_type_align()
187 ({ const char *_fields = TYPE_FIELDS (STRUCT); \
188 ((_fields != 0 \
189 && TYPE_MODE (strip_array_types (TREE_TYPE (_fields))) == DFmode) \
/netbsd/external/mpl/bind/dist/bin/tests/system/
H A Dget_algorithms.py130 for alg_type in algs._fields:
/netbsd/external/gpl2/lvm2/dist/lib/report/
H A Dreport.c1162 static const struct dm_report_field_type _fields[] = { variable
1197 rh = dm_report_init(report_type, _report_types, _fields, format, in report_init()