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

  /external/clang/test/SemaTemplate/
instantiate-enum-2.cpp 7 ShiftedIntMask = (1 << IntShift)
  /external/llvm/include/llvm/ADT/
PointerIntPair.h 62 // ShiftedIntMask - This is the bits for the integer shifted in place.
63 ShiftedIntMask = (uintptr_t)(IntMask << IntShift)
98 Value &= ~ShiftedIntMask; // Remove integer field.

Completed in 4468 milliseconds