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

  /external/clang/test/SemaTemplate/
instantiate-enum-2.cpp 4 template<int IntBits> struct X {
6 IntShift = (unsigned long long)IntBits,
  /external/llvm/include/llvm/ADT/
PointerIntPair.h 41 template <typename PointerTy, unsigned IntBits, typename IntType=unsigned,
48 static_assert(IntBits <= PtrTraits::NumLowBitsAvailable,
57 IntShift = (uintptr_t)PtrTraits::NumLowBitsAvailable - IntBits,
60 IntMask = (uintptr_t)(((intptr_t)1 << IntBits) - 1),
127 "Can only return the address if IntBits is cleared and "
157 template<typename PointerTy, unsigned IntBits, typename IntType>
158 struct isPodLike<PointerIntPair<PointerTy, IntBits, IntType> > {
163 template<typename PointerTy, unsigned IntBits, typename IntType>
164 struct DenseMapInfo<PointerIntPair<PointerTy, IntBits, IntType> > {
165 typedef PointerIntPair<PointerTy, IntBits, IntType> Ty
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 91 milliseconds