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 52 template <typename PT1, typename PT2>
59 PT2BitsAv = (int)(PointerLikeTypeTraits<PT2>::NumLowBitsAvailable),
79 template <typename PT1, typename PT2>
83 PointerUnionUIntTraits<PT1,PT2> > ValTy;
102 PointerUnion(PT2 V) : Val(
103 const_cast<void *>(PointerLikeTypeTraits<PT2>::getAsVoidPointer(V)), 1) {
120 ::llvm::PointerUnionTypeSelector<PT2, T, IsPT2,
164 const PointerUnion &operator=(const PT2 &RHS) {
166 const_cast<void *>(PointerLikeTypeTraits<PT2>::getAsVoidPointer(RHS)),
179 template<typename PT1, typename PT2>
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]

Completed in 940 milliseconds