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

/openbsd-current/gnu/gcc/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; */
/openbsd-current/usr.bin/top/
H A Dcommands.c56 static char *next_field(char *);
67 next_field(char *str) function
294 if ((nptr = next_field(str)) == NULL)
332 } while ((str = next_field(str)) != NULL);
379 if ((str = next_field(str)) == NULL)
393 } while ((str = next_field(str)) != NULL);
/openbsd-current/gnu/gcc/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);
3666 return next_field;
3677 splay_tree offsets, tree *next_field)
3687 next_field = build_base_field (rli, CLASSTYPE_PRIMARY_BINFO (t),
3688 offsets, next_field);
3707 next_field
3568 build_base_field(record_layout_info rli, tree binfo, splay_tree offsets, tree *next_field) argument
3672 build_base_fields(record_layout_info rli, splay_tree offsets, tree *next_field) argument
4325 tree *next_field; local
4568 tree *next_field; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dclass.c3894 splay_tree offsets, tree *next_field)
3902 return next_field;
3928 TREE_CHAIN (decl) = *next_field;
3929 *next_field = decl;
3930 next_field = &TREE_CHAIN (decl);
3984 return next_field;
3995 splay_tree offsets, tree *next_field)
4005 next_field = build_base_field (rli, CLASSTYPE_PRIMARY_BINFO (t),
4006 offsets, next_field);
4027 next_field
3889 build_base_field(record_layout_info rli, tree binfo, splay_tree offsets, tree *next_field) argument
3990 build_base_fields(record_layout_info rli, splay_tree offsets, tree *next_field) argument
4722 tree *next_field; local
4964 tree *next_field; local
[all...]
/openbsd-current/sbin/scsi/
H A Dlibscsi.c363 /* next_field: Return the next field in a command specifier. This
395 next_field(char **pp, char *fmt, int *width_p, int *value_p, char *name, function
578 while ((ret = next_field(&fmt, &c, &width, &value, field_name,
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1868 FieldDelegate &next_field = m_fields[m_selection_index]; local
1869 next_field.FieldDelegateSelectFirstElement();
1933 FieldDelegate &next_field = m_fields[m_selection_index]; local
1934 next_field.FieldDelegateSelectFirstElement();
2707 FieldDelegate *next_field = m_delegate_sp->GetField(m_selection_index); local
2708 next_field->FieldDelegateSelectFirstElement();
2730 FieldDelegate *next_field = m_delegate_sp->GetField(m_selection_index); local
2731 next_field->FieldDelegateSelectFirstElement();

Completed in 336 milliseconds