Searched refs:field_index (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/groff/src/preproc/refer/
H A Dref.cpp60 field_index[i] = NULL_FIELD_INDEX;
149 field_index[i] = j;
166 if (field_index[i] != NULL_FIELD_INDEX)
167 temp_fields[i].move(field[field_index[i]]);
169 if (ref.field_index[i] != NULL_FIELD_INDEX)
170 temp_fields[i].move(ref.field[ref.field_index[i]]);
172 field_index[i] = NULL_FIELD_INDEX;
187 field_index[i] = j;
196 if (field_index[c] != NULL_FIELD_INDEX) {
197 field[field_index[
[all...]
H A Dref.h57 unsigned char field_index[256]; member in class:reference
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
H A DASTStructExtractor.cpp111 for (unsigned field_index = 0, num_fields = struct_layout->getFieldCount();
112 field_index < num_fields;
113 ++field_index)
115 m_function.m_member_offsets.push_back(struct_layout->getFieldOffset(field_index) / 8);
/freebsd-10-stable/contrib/ncurses/form/
H A Dfld_current.c122 | Function : int field_index(const FIELD * field)
131 field_index(const FIELD *field) function
133 T((T_CALLED("field_index(%p)"), field));
H A Dllib-lform118 #undef field_index
119 int field_index(
H A Dllib-lformw118 #undef field_index
119 int field_index(
H A Dform.h372 extern NCURSES_EXPORT(int) field_index (const FIELD *);
/freebsd-10-stable/contrib/gcc/cp/
H A Dtypeck2.c454 tree field_index, value;
470 field_index, value)
475 gcc_assert (field_index);
478 inner_type = TREE_TYPE (field_index);
485 sub = build4 (ARRAY_REF, inner_type, dest, field_index,
488 sub = build3 (COMPONENT_REF, inner_type, dest, field_index,
510 sub = build4 (ARRAY_REF, inner_type, dest, field_index,
513 sub = build3 (COMPONENT_REF, inner_type, dest, field_index,
452 tree field_index, value; local
468 field_index, value) local
/freebsd-10-stable/lib/ncurses/form/
H A DMakefile147 form_page.3 field_index.3 \
/freebsd-10-stable/contrib/gcc/
H A Dsys-protos.h346 extern int field_index(FIELD *);

Completed in 87 milliseconds