Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dgdbtypes.h72 #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))
Dhpread.c3712 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()
DChangeLog-1992125 * gdbtypes.h, symtab.h (B_SET, B_CLR, B_TST, B_TYPE, B_BYTES,
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dcp-tree.h3384 #define B_SET(A,X) ((A)[(X)>>3] |= (1 << ((X)&7))) macro
DChangeLog5871 (B_SET): Uppercase macro parameters and add parenthesis.
/openbsd/src/gnu/gcc/gcc/cp/
DChangeLog-20024468 (B_SET): Uppercase macro parameters and add parenthesis.
DChangeLog5980 * cp-tree.h (EXCEPTION_CLEANUP_NAME, B_SET, B_CLR, B_TST,