Home
last modified time | relevance | path

Searched refs:check_field (Results 1 – 25 of 25) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dstore.exp198 proc check_field { t } { procedure
233 check_field 1
234 check_field 2
235 check_field 3
236 check_field 4
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dstore.exp198 proc check_field { t } { procedure
233 check_field 1
234 check_field 2
235 check_field 3
236 check_field 4
/netbsd/external/bsd/am-utils/dist/
H A DMakefile.am54 m4/macros/check_field.m4 \
H A DChangeLog781 * m4/macros/check_field.m4: remove double inclusion of msdosfs
3466 * m4/macros/{try_compile_anyfs,check_field}.m4: include
6345 * aux/macros/check_field.m4: need also a new version of
6350 * aux/macros/check_field.m4: include a fixed version of
6557 * aux/macros/check_field.m4: use new and simpler macro
8952 * aux/macros/check_field.m4 (ac_upcase_var_name): include
9248 * aux/macros/check_field.m4: no need to include <cdfs/cdfsmount.h>
12500 * aux/macros/check_field.m4 (AC_MOUNT_HEADERS): map '.' (dot) into
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dsymtab.c1961 check_field (struct type *type, const char *name, in check_field() function
1995 if (check_field (TYPE_BASECLASS (type, i), name, is_a_field_of_this)) in check_field()
2074 if (check_field (t, name, is_a_field_of_this)) in lookup_symbol_aux()
H A DChangeLog-20052988 * value.h (check_field): Change "name" to a string.
2989 * valops.c (check_field): Change "name" to a string.
3886 * valops.c (check_field): Make buffer a bfd_byte.
H A DChangeLog-2012575 (check_field): Add 'is_a_field_of_this' argument.
581 * symtab.c (check_field): Now static. Move from...
582 * valops.c (check_field): ... here. Remove.
583 * value.h (check_field): Don't declare.
H A DChangeLog-3.x123 * valops.c (check_field): When following pointers, just get
H A DChangeLog-20089175 * valops.c (check_field): Remove.
9176 (check_field_in): Rename to check_field.
9178 * value.h (check_field): Adjust prototype.
H A DChangeLog-19901714 Change check_field in the same way (recursive helper function
H A DChangeLog-200710551 (value_struct_elt, value_find_oload_method_list, check_field):
H A DChangeLog-201010532 (check_field): Call CHECK_TYPEDEF.
H A DChangeLog-20097991 (check_field): Likewise.
H A DChangeLog-20041118 * valops.c (check_field, value_struct_elt, value_ind)
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dsymtab.c1961 check_field (struct type *type, const char *name, in check_field() function
1995 if (check_field (TYPE_BASECLASS (type, i), name, is_a_field_of_this)) in check_field()
2074 if (check_field (t, name, is_a_field_of_this)) in lookup_symbol_aux()
H A DChangeLog-20052988 * value.h (check_field): Change "name" to a string.
2989 * valops.c (check_field): Change "name" to a string.
3886 * valops.c (check_field): Make buffer a bfd_byte.
H A DChangeLog-2012575 (check_field): Add 'is_a_field_of_this' argument.
581 * symtab.c (check_field): Now static. Move from...
582 * valops.c (check_field): ... here. Remove.
583 * value.h (check_field): Don't declare.
H A DChangeLog-3.x123 * valops.c (check_field): When following pointers, just get
H A DChangeLog-20089175 * valops.c (check_field): Remove.
9176 (check_field_in): Rename to check_field.
9178 * value.h (check_field): Adjust prototype.
H A DChangeLog-19901714 Change check_field in the same way (recursive helper function
H A DChangeLog-200710551 (value_struct_elt, value_find_oload_method_list, check_field):
H A DChangeLog-201010532 (check_field): Call CHECK_TYPEDEF.
H A DChangeLog-20097991 (check_field): Likewise.
H A DChangeLog-20041118 * valops.c (check_field, value_struct_elt, value_ind)
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20032806 * class.c (check_field): Don't allow non-packed non-POD fields to