Searched refs:B_SET (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | gdbtypes.h | 72 #define B_SET(a,x) ((a)[(x)>>3] |= (1 << ((x)&7))) macro 888 B_SET (TYPE_CPLUS_SPECIFIC(thistype)->private_field_bits, (n)) 890 B_SET (TYPE_CPLUS_SPECIFIC(thistype)->protected_field_bits, (n)) 892 B_SET (TYPE_CPLUS_SPECIFIC(thistype)->ignore_field_bits, (n)) 894 B_SET (TYPE_CPLUS_SPECIFIC(thistype)->virtual_field_bits, (n))
|
| D | hpread.c | 3712 B_SET (&(list->attributes), ATTR_VIRTUAL); in hpread_read_struct_type() 3722 B_SET (&(list->attributes), ATTR_PROTECT); in hpread_read_struct_type() 3725 B_SET (&(list->attributes), ATTR_PRIVATE); in hpread_read_struct_type() 4041 B_SET (&(list->attributes), ATTR_PROTECT); in hpread_read_struct_type() 4044 B_SET (&(list->attributes), ATTR_PRIVATE); in hpread_read_struct_type() 4076 B_SET (&(list->attributes), ATTR_PROTECT); in hpread_read_struct_type() 4079 B_SET (&(list->attributes), ATTR_PRIVATE); in hpread_read_struct_type() 4194 B_SET (&(list->attributes), ATTR_PROTECT); in hpread_read_struct_type() 4197 B_SET (&(list->attributes), ATTR_PRIVATE); in hpread_read_struct_type()
|
| D | ChangeLog-1992 | 125 * gdbtypes.h, symtab.h (B_SET, B_CLR, B_TST, B_TYPE, B_BYTES,
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | cp-tree.h | 3384 #define B_SET(A,X) ((A)[(X)>>3] |= (1 << ((X)&7))) macro
|
| D | ChangeLog | 5871 (B_SET): Uppercase macro parameters and add parenthesis.
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | ChangeLog-2002 | 4468 (B_SET): Uppercase macro parameters and add parenthesis.
|
| D | ChangeLog | 5980 * cp-tree.h (EXCEPTION_CLEANUP_NAME, B_SET, B_CLR, B_TST,
|