Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DBitVector.h93 BitWord *WordRef; variable
98 WordRef = &b.Bits[Idx / BITWORD_SIZE]; in reference()
112 *WordRef |= BitWord(1) << BitPos;
114 *WordRef &= ~(BitWord(1) << BitPos);
119 return ((*WordRef) & (BitWord(1) << BitPos)) != 0;