HomeSort by relevance Sort by last modified time
    Searched refs:IntShift (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaTemplate/
instantiate-enum-2.cpp 5 IntShift = (unsigned long long)IntBits,
6 ShiftedIntMask = (1 << IntShift)
  /external/llvm/include/llvm/ADT/
PointerIntPair.h 48 /// IntShift - The number of low bits that we reserve for other uses, and
50 IntShift = (uintptr_t)PtrTraits::NumLowBitsAvailable-IntBits,
56 ShiftedIntMask = (uintptr_t)(IntMask << IntShift)
73 return (IntType)((Value >> IntShift) & IntMask);
91 Value |= IntVal << IntShift; // Set new integer.

Completed in 2508 milliseconds