Searched refs:PT2 (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/ADT/ |
D | PointerUnion.h | 56 template <typename PT1, typename PT2> class PointerUnionUIntTraits { 62 PT2BitsAv = (int)(PointerLikeTypeTraits<PT2>::NumLowBitsAvailable), 83 template <typename PT1, typename PT2> class PointerUnion { 85 typedef PointerIntPair<void *, 1, bool, PointerUnionUIntTraits<PT1, PT2>> 105 PointerUnion(PT2 V) 106 : Val(const_cast<void *>(PointerLikeTypeTraits<PT2>::getAsVoidPointer(V)), 122 PT2, T, IsPT2, UNION_DOESNT_CONTAIN_TYPE<T>>>::Return 173 const PointerUnion &operator=(const PT2 &RHS) { 175 const_cast<void *>(PointerLikeTypeTraits<PT2>::getAsVoidPointer(RHS)), 188 template <typename PT1, typename PT2> [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | 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, 165 const PointerUnion &operator=(const PT2 &RHS) { 167 const_cast<void *>(PointerLikeTypeTraits<PT2>::getAsVoidPointer(RHS))); 182 template<typename PT1, typename PT2> [all …]
|
/external/clang/test/SemaCXX/ |
D | overloaded-operator.cpp | 450 template <typename PT1, typename PT2> class PointerUnion;
|
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 4546 QualType PT2 = PS2->getInjectedSpecializationType(); in getMoreSpecializedPartialSpecialization() local 4552 PT2, PT1, Info, Deduced, TDF_None, in getMoreSpecializedPartialSpecialization() 4565 *this, PS1->getTemplateParameters(), PT1, PT2, Info, Deduced, TDF_None, in getMoreSpecializedPartialSpecialization() 4600 QualType PT2 = Context.getTemplateSpecializationType( in getMoreSpecializedPartialSpecialization() local 4606 *this, PS2->getTemplateParameters(), PT2, PT1, Info, Deduced, TDF_None, in getMoreSpecializedPartialSpecialization() 4622 PT1, PT2, Info, Deduced, TDF_None, in getMoreSpecializedPartialSpecialization()
|
/external/icu/icu4c/source/data/mappings/ |
D | convrtrs.txt | 1203 ibm-1015_P100-1995 { UTR22* } ibm-1015 { IBM* } PT2 { IANA* } iso-ir-84 { IANA } ISO646-PT2 { IAN…
|
/external/abi-compliance-checker/ |
D | abi-compliance-checker.pl | 12419 my $PT2 = $Type2_Pure{"Param"}{$PPos}{"type"}; 12423 my $FP_SubProblems = mergeTypes($PT1, $PT2, $Level);
|