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 = PointerLikeTypeTraits<PT2>::NumLowBitsAvailable,
78 template <typename PT1, typename PT2>
82 PointerUnionUIntTraits<PT1,PT2> > ValTy;
103 PointerUnion(PT2 V) {
105 const_cast<void *>(PointerLikeTypeTraits<PT2>::getAsVoidPointer(V)));
123 ::llvm::PointerUnionTypeSelector<PT2, T, IsPT2,
168 const PointerUnion &operator=(const PT2 &RHS) {
170 const_cast<void *>(PointerLikeTypeTraits<PT2>::getAsVoidPointer(RHS)));
185 template<typename PT1, typename PT2>
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]

Completed in 346 milliseconds