Home
last modified time | relevance | path

Searched refs:B_SET (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/gdb/gdb/
Dgdbtypes.h72 #define B_SET(a,x) ((a)[(x)>>3] |= (1 << ((x)&7))) macro
864 B_SET (TYPE_CPLUS_SPECIFIC(thistype)->private_field_bits, (n))
866 B_SET (TYPE_CPLUS_SPECIFIC(thistype)->protected_field_bits, (n))
868 B_SET (TYPE_CPLUS_SPECIFIC(thistype)->ignore_field_bits, (n))
870 B_SET (TYPE_CPLUS_SPECIFIC(thistype)->virtual_field_bits, (n))
Dhpread.c3717 B_SET (&(list->attributes), ATTR_VIRTUAL); in hpread_read_struct_type()
3727 B_SET (&(list->attributes), ATTR_PROTECT); in hpread_read_struct_type()
3730 B_SET (&(list->attributes), ATTR_PRIVATE); in hpread_read_struct_type()
4046 B_SET (&(list->attributes), ATTR_PROTECT); in hpread_read_struct_type()
4049 B_SET (&(list->attributes), ATTR_PRIVATE); in hpread_read_struct_type()
4081 B_SET (&(list->attributes), ATTR_PROTECT); in hpread_read_struct_type()
4084 B_SET (&(list->attributes), ATTR_PRIVATE); in hpread_read_struct_type()
4199 B_SET (&(list->attributes), ATTR_PROTECT); in hpread_read_struct_type()
4202 B_SET (&(list->attributes), ATTR_PRIVATE); in hpread_read_struct_type()
/freebsd-9-stable/contrib/gcc/cp/
DChangeLog-20024468 (B_SET): Uppercase macro parameters and add parenthesis.
DChangeLog6049 * cp-tree.h (EXCEPTION_CLEANUP_NAME, B_SET, B_CLR, B_TST,