HomeSort by relevance Sort by last modified time
    Searched full:switchtosmall (Results 1 - 1 of 1) sorted by null

  /external/llvm/include/llvm/ADT/
SmallBitVector.h 99 void switchToSmall(uintptr_t NewSmallBits, size_t NewSize) {
149 switchToSmall(t ? ~uintptr_t(0) : 0, s);
241 switchToSmall(0, 0);

Completed in 64 milliseconds