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

  /external/llvm/include/llvm/ADT/
PointerUnion.h 51 template <typename PT1, typename PT2>
58 PT2BitsAv = (int)(PointerLikeTypeTraits<PT2>::NumLowBitsAvailable),
78 template <typename PT1, typename PT2>
82 PointerUnionUIntTraits<PT1,PT2> > ValTy;
101 PointerUnion(PT2 V) : Val(
102 const_cast<void *>(PointerLikeTypeTraits<PT2>::getAsVoidPointer(V)), 1) {
119 ::llvm::PointerUnionTypeSelector<PT2, T, IsPT2,
163 const PointerUnion &operator=(const PT2 &RHS) {
165 const_cast<void *>(PointerLikeTypeTraits<PT2>::getAsVoidPointer(RHS)),
180 template<typename PT1, typename PT2>
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]

Completed in 121 milliseconds