Searched refs:next_field (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/objcp/
H A Dobjcp-decl.c69 tree field, next_field; local
71 for (field = fieldlist; field; field = next_field)
73 next_field = TREE_CHAIN (field); /* insert one field at a time; */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/objcp/
H A Dobjcp-decl.c68 tree field, next_field; local
70 for (field = fieldlist; field; field = next_field)
72 next_field = TREE_CHAIN (field); /* insert one field at a time; */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/
H A Dvxworks.c68 tree field, next_field; local
75 next_field = field;
80 TREE_CHAIN (field) = next_field;
81 next_field = field;
86 TREE_CHAIN (field) = next_field;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Di386-gen.c525 next_field (char *str, char sep, char **next, char *last) function
664 str = next_field (next, '|', &next, last);
675 str = next_field (next, '|', &next, last);
716 str = next_field (next, '|', &next, last);
764 str = next_field (next, '|', &next, last);
782 operands = next_field (str, ',', &str, last);
785 base_opcode = next_field (str, ',', &str, last);
788 extension_opcode = next_field (str, ',', &str, last);
791 opcode_length = next_field (str, ',', &str, last);
794 cpu_flags = next_field (st
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Di386-gen.c531 next_field (char *str, char sep, char **next, char *last) function
670 str = next_field (next, '|', &next, last);
681 str = next_field (next, '|', &next, last);
722 str = next_field (next, '|', &next, last);
770 str = next_field (next, '|', &next, last);
788 operands = next_field (str, ',', &str, last);
791 base_opcode = next_field (str, ',', &str, last);
794 extension_opcode = next_field (str, ',', &str, last);
797 opcode_length = next_field (str, ',', &str, last);
800 cpu_flags = next_field (st
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/
H A Dcommands.c268 next_field(char *str) function
380 if ((nptr = next_field(str)) == NULL)
460 } while ((str = next_field(str)) != NULL);
509 if ((str = next_field(str)) == NULL)
533 } while ((str = next_field(str)) != NULL);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dclass.c3684 splay_tree offsets, tree *next_field)
3692 return next_field;
3723 TREE_CHAIN (decl) = *next_field;
3724 *next_field = decl;
3725 next_field = &TREE_CHAIN (decl);
3782 return next_field;
3793 splay_tree offsets, tree *next_field)
3803 next_field = build_base_field (rli, CLASSTYPE_PRIMARY_BINFO (t),
3804 offsets, next_field);
3823 next_field
3679 build_base_field(record_layout_info rli, tree binfo, splay_tree offsets, tree *next_field) argument
3788 build_base_fields(record_layout_info rli, splay_tree offsets, tree *next_field) argument
4621 tree *next_field; local
4867 tree *next_field; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dclass.c3573 splay_tree offsets, tree *next_field)
3581 return next_field;
3609 TREE_CHAIN (decl) = *next_field;
3610 *next_field = decl;
3611 next_field = &TREE_CHAIN (decl);
3665 return next_field;
3676 splay_tree offsets, tree *next_field)
3686 next_field = build_base_field (rli, CLASSTYPE_PRIMARY_BINFO (t),
3687 offsets, next_field);
3706 next_field
3568 build_base_field(record_layout_info rli, tree binfo, splay_tree offsets, tree *next_field) argument
3671 build_base_fields(record_layout_info rli, splay_tree offsets, tree *next_field) argument
4324 tree *next_field; local
4566 tree *next_field; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dvarasm.c241 tree word_type_node, field, next_field;
246 next_field = field;
252 TREE_CHAIN (field) = next_field;
253 next_field = field;
260 TREE_CHAIN (field) = next_field;
261 next_field = field;
266 TREE_CHAIN (field) = next_field;
240 tree word_type_node, field, next_field; local

Completed in 230 milliseconds