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 6 ShiftedIntMask = (1 << IntShift)
  /external/llvm/include/llvm/ADT/
PointerIntPair.h 55 // ShiftedIntMask - This is the bits for the integer shifted in place.
56 ShiftedIntMask = (uintptr_t)(IntMask << IntShift)
90 Value &= ~ShiftedIntMask; // Remove integer field.

Completed in 13 milliseconds