Searched refs:field (Results 101 - 125 of 568) sorted by relevance

1234567891011>>

/openbsd-current/lib/libform/
H A Dfty_enum.c281 | FIELD * field,
286 | Return Values : TRUE - field is valid
287 | FALSE - field is invalid
290 Check_Enum_Field(FIELD *field, const void *argp) argument
295 unsigned char *bp = (unsigned char *)field_buffer(field, 0);
323 set_field_buffer(field, 0, t);
338 | Function : static bool Next_Enum(FIELD * field,
347 Next_Enum(FIELD *field, const void *argp) argument
353 unsigned char *bp = (unsigned char *)field_buffer(field, 0);
366 set_field_buffer(field,
385 Previous_Enum(FIELD *field, const void *argp) argument
[all...]
H A Dfty_alnum.c153 | FIELD *field,
158 | Return Values : TRUE - field is valid
159 | FALSE - field is invalid
162 Check_This_Field(FIELD *field, const void *argp) argument
165 unsigned char *bp = (unsigned char *)field_buffer(field, 0);
H A Dfty_alpha.c153 | FIELD *field,
158 | Return Values : TRUE - field is valid
159 | FALSE - field is invalid
162 Check_This_Field(FIELD *field, const void *argp) argument
165 unsigned char *bp = (unsigned char *)field_buffer(field, 0);
H A Dfty_int.c157 | FIELD * field,
162 | Return Values : TRUE - field is valid
163 | FALSE - field is invalid
166 Check_This_Field(FIELD *field, const void *argp) argument
172 unsigned char *bp = (unsigned char *)field_buffer(field, 0);
243 set_field_buffer(field, 0, buf);
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Ddecl.c67 before static field references. */
412 tree field = NULL_TREE; local
618 PUSH_FIELD (utf8const_type, field, "hash", unsigned_short_type_node);
619 PUSH_FIELD (utf8const_type, field, "length", unsigned_short_type_node);
624 PUSH_FIELD (constants_type_node, field, "size", unsigned_int_type_node);
625 PUSH_FIELD (constants_type_node, field, "tags", ptr_type_node);
626 PUSH_FIELD (constants_type_node, field, "data", ptr_type_node);
642 PUSH_FIELD (method_symbol_type, field, "clname", utf8const_ptr_type);
643 PUSH_FIELD (method_symbol_type, field, "name", utf8const_ptr_type);
644 PUSH_FIELD (method_symbol_type, field, "signatur
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/
H A Daggregates.C6 alignment and field offsets for compliance with the IA-64 ABI. */
27 #define offsetof(aggregate, field) \
28 ((unsigned) (& ((aggregate*) 0)->field))
/openbsd-current/gnu/usr.bin/perl/t/class/
H A Dthreads.t20 field $x :param;
/openbsd-current/gnu/gcc/gcc/
H A Dipa-type-escape.c154 /* Each DECL has a DECL_NAME field which contains an
397 /* Return true if a modification to a field of type FIELD_TYPE cannot
410 same number of pointer tos from the field type. If the field
437 /* The record type must be contained. The field type may
540 tree field; local
543 for (field = TYPE_FIELDS (parent);
544 field;
545 field = TREE_CHAIN (field))
577 tree field; local
1446 tree field; local
1498 tree field; local
1548 tree field; local
[all...]
/openbsd-current/sys/dev/ic/
H A Ds3_617.h100 #define SET_FIELD(reg, field) ((reg & ~(field##_MASK)) | field)
101 #define GET_FIELD(reg, field) (reg & ~(field##_MASK))
/openbsd-current/usr.bin/ftp/
H A Dcookie.c60 field_t field; local
86 field = DOMAIN;
91 switch (field) {
152 field++;
154 if (field != DONE)
/openbsd-current/gnu/llvm/libcxx/utils/
H A Dgenerate_extended_grapheme_cluster_test.py17 from dataclasses import dataclass, field namespace
25 code_points: list[int] = field(default_factory=list)
27 breaks_utf8: list[int] = field(default_factory=list)
28 breaks_utf16: list[int] = field(default_factory=list)
29 breaks_utf32: list[int] = field(default_factory=list)
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/
H A DGeneric.pm27 for my $field (@FIELDS) {
28 my $val = defined $self->{$field} ? delete $self->{$field} : $DEFAULTS{$field};
31 my $set = "set_$field";
36 for my $field (@FIELDS) {
39 *$field = sub { exists $_[0]->{$field} ? $_[0]->{$field} : () }
40 unless exists &{$field};
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp227 // FIXME: Add a PdbSymUid namespace for field list members and update
340 UdtRecordCompleter::AddMember(TypeSystemClang &clang, Member *field, argument
348 switch (field->kind) {
351 parent_ct, field->name, m_ast_builder.ToCompilerType(field->qt),
352 field->access, field->bitfield_width);
353 bit_size = field->bit_size;
358 clang::TagTypeKind kind = field->kind == Member::Struct
370 for (const auto &member : field
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dhpread.c95 /* We put a pointer to this structure in the read_symtab_private field
439 size of the header itself and just look at the pxdbed field,
1873 This field is not always correct: if there are
3161 TYPE_FIELDS (type) = (struct field *)
3162 obstack_alloc (&objfile->objfile_obstack, sizeof (struct field) * nsyms);
3321 TYPE_FIELDS (type) = (struct field *)
3323 sizeof (struct field) * nsyms);
3499 TYPE_FIELDS (type) = (struct field *)
3501 sizeof (struct field) * nsyms);
3582 struct field fiel
3567 struct field field; member in struct:nextfield
3579 struct fn_fieldlist field; member in struct:next_fn_field
3611 dnttpointer field, fn_field, parent; local
6309 hpread_get_next_skip_over_anon_unions(int skip_fields, dnttpointer field, union dnttentry **fieldp, struct objfile *objfile) argument
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dclass.c1025 FIELD is the field which may not appear anywhere in FIELDS.
1036 delete_duplicate_fields_1 (field, fields)
1037 tree field, fields;
1041 if (DECL_NAME (field) == 0)
1043 if (! ANON_AGGR_TYPE_P (TREE_TYPE (field)))
1046 for (x = TYPE_FIELDS (TREE_TYPE (field)); x; x = TREE_CHAIN (x))
1059 = delete_duplicate_fields_1 (field, TYPE_FIELDS (TREE_TYPE (x)));
1068 else if (TREE_CODE (field) == USING_DECL)
1070 once. We'll prune these from the field list later, and
1074 else if (DECL_NAME (field)
2732 tree field; local
3166 tree *field; local
3502 tree field; local
4549 tree field; local
4955 tree field; local
6653 tree field; local
[all...]
H A Dmethod.c602 tree field = fields;
605 if (TREE_CODE (field) != FIELD_DECL)
609 if (DECL_NAME (field))
611 if (VFIELD_NAME_P (DECL_NAME (field)))
615 if (IDENTIFIER_CLASS_VALUE (DECL_NAME (field)) != field)
618 else if ((t = TREE_TYPE (field)) != NULL_TREE
621 /* Just use the field; anonymous types can't have
626 /* Compute the type of "init->field". If the copy-constructor
628 the field i
597 tree field = fields; local
690 tree field = fields; local
[all...]
/openbsd-current/gnu/gcc/gcc/cp/
H A Dclass.c302 field, because other parts of the compiler know that such
433 tree field; local
455 for (field = TYPE_FIELDS (BINFO_TYPE (d_binfo));
456 field; field = TREE_CHAIN (field))
457 /* Is this the base field created by build_base_field? */
458 if (TREE_CODE (field) == FIELD_DECL
459 && DECL_FIELD_IS_BASE (field)
460 && TREE_TYPE (field)
2454 tree field; local
2648 check_bitfield_decl(tree field) argument
2724 check_field_decl(tree field, tree t, int* cant_have_const_ctor, int* no_const_asn_ref, int* any_default_members) argument
2821 tree *field; local
3169 tree field; local
4208 tree field; local
4559 tree field; local
6260 tree field; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dsetvar.c194 struct senum_field {enum senum field:2; } sef; member in struct:senum_field
196 struct uenum_field {enum uenum field:2; } uef; member in struct:uenum_field
275 sef.field = s1;
276 uef.field = u1;
/openbsd-current/sbin/isakmpd/
H A Dconf.h79 char *field; member in struct:conf_list_node
H A Dconnection.c102 if (connection_setup(conn->field))
104 "\"%s\"", conn->field);
113 attrs = conf_get_list(conn->field, "Flags");
118 attr->field) == 0)
121 if (connection_record_passive(conn->field))
124 conn->field);
135 if (connection_record_passive(conn->field))
137 "passive connection \"%s\"", conn->field);
/openbsd-current/lib/libc/gen/
H A Ddisklabel.c73 #define getnumdflt(field, dname, dflt) \
74 { long f; (field) = (cgetnum(buf, dname, &f) == -1) ? (dflt) : f; }
75 #define getnum(field, dname) \
76 { long f; cgetnum(buf, dname, &f); field = f; }
/openbsd-current/usr.bin/chpass/
H A DMakefile6 SRCS= chpass.c edit.c field.c table.c util.c getpwent.c
/openbsd-current/gnu/usr.bin/perl/t/uni/
H A Dopcroak.t45 like $@, qr/No such class field "���������" in variable \$b��r of type �������/, "$_->[0]: no such field error is UTF-8 clean";
/openbsd-current/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn10/
H A Drv1_clk_mgr_vbios_smu.c68 #define FN(reg_name, field) \
69 FD(reg_name##__##field)
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dkeywords.pl55 field => 'class',
188 -field

Completed in 394 milliseconds

1234567891011>>