BitSetop          81 modules/up/src/gnug++/BitSet.h     { rep = BitSetop (x.rep, y.rep, (BitSetRep *) NULL, (char) op);  }
BitSetop         225 modules/up/src/gnug++/BitSet.h   r.rep =  BitSetop(x.rep, y.rep, r.rep, '&');
BitSetop         230 modules/up/src/gnug++/BitSet.h   r.rep =  BitSetop(x.rep, y.rep, r.rep, '|');
BitSetop         235 modules/up/src/gnug++/BitSet.h   r.rep =  BitSetop(x.rep, y.rep, r.rep, '^');
BitSetop         240 modules/up/src/gnug++/BitSet.h   r.rep =  BitSetop(x.rep, y.rep, r.rep, '-');
BitSetop         276 modules/up/src/gnug++/BitSet.h   rep =  BitSetop(rep, y.rep, rep, '&');
BitSetop         282 modules/up/src/gnug++/BitSet.h   rep =  BitSetop(rep, y.rep, rep, '|');
BitSetop         288 modules/up/src/gnug++/BitSet.h   rep =  BitSetop(rep, y.rep, rep, '^');
BitSetop         294 modules/up/src/gnug++/BitSet.h   rep =  BitSetop(rep, y.rep, rep, '-');