Searched refs:PointerLikeTypeTraits (Results 1 - 19 of 19) sorted by relevance

/external/llvm/include/llvm/Support/
H A DPointerLikeTypeTraits.h1 //===- llvm/Support/PointerLikeTypeTraits.h - Pointer Traits ----*- C++ -*-===//
10 // This file defines the PointerLikeTypeTraits class. This allows data
22 /// PointerLikeTypeTraits - This is a traits object that is used to handle
26 class PointerLikeTypeTraits { class in namespace:llvm
32 // Provide PointerLikeTypeTraits for non-cvr pointers.
34 class PointerLikeTypeTraits<T*> { class in namespace:llvm
50 // Provide PointerLikeTypeTraits for const pointers.
52 class PointerLikeTypeTraits<const T*> { class in namespace:llvm
53 typedef PointerLikeTypeTraits<T*> NonConst;
65 // Provide PointerLikeTypeTraits fo
67 class PointerLikeTypeTraits<uintptr_t> { class in namespace:llvm
[all...]
H A DValueHandle.h26 class PointerLikeTypeTraits<ValueHandleBase**> { class in namespace:llvm
/external/llvm/include/llvm/ADT/
H A DPointerUnion.h49 /// Provide PointerLikeTypeTraits for void* that is used by PointerUnion
57 PT1BitsAv = PointerLikeTypeTraits<PT1>::NumLowBitsAvailable,
58 PT2BitsAv = PointerLikeTypeTraits<PT2>::NumLowBitsAvailable,
100 const_cast<void *>(PointerLikeTypeTraits<PT1>::getAsVoidPointer(V)));
105 const_cast<void *>(PointerLikeTypeTraits<PT2>::getAsVoidPointer(V)));
114 return !PointerLikeTypeTraits<PT1>::getFromVoidPointer(Val.getPointer());
134 return PointerLikeTypeTraits<T>::getFromVoidPointer(Val.getPointer());
156 "Can't get the address because PointerLikeTypeTraits changes the ptr");
164 const_cast<void *>(PointerLikeTypeTraits<PT1>::getAsVoidPointer(RHS)));
170 const_cast<void *>(PointerLikeTypeTraits<PT
186 class PointerLikeTypeTraits<PointerUnion<PT1, PT2> > { class in namespace:llvm
319 class PointerLikeTypeTraits<PointerUnion3<PT1, PT2, PT3> > { class in namespace:llvm
432 class PointerLikeTypeTraits<PointerUnion4<PT1, PT2, PT3, PT4> > { class in namespace:llvm
[all...]
H A DPointerIntPair.h17 #include "llvm/Support/PointerLikeTypeTraits.h"
29 /// on the number of bits available according to PointerLikeTypeTraits for the
40 typename PtrTraits = PointerLikeTypeTraits<PointerTy> >
132 Val <<= PointerLikeTypeTraits<PointerTy>::NumLowBitsAvailable;
137 Val <<= PointerLikeTypeTraits<PointerTy>::NumLowBitsAvailable;
150 class PointerLikeTypeTraits<PointerIntPair<PointerTy, IntBits, IntType,
H A DDenseMapInfo.h17 #include "llvm/Support/PointerLikeTypeTraits.h"
35 Val <<= PointerLikeTypeTraits<T*>::NumLowBitsAvailable;
40 Val <<= PointerLikeTypeTraits<T*>::NumLowBitsAvailable;
H A DSmallPtrSet.h23 #include "llvm/Support/PointerLikeTypeTraits.h"
175 typedef PointerLikeTypeTraits<PtrTy> PtrTraits;
241 typedef PointerLikeTypeTraits<PtrType> PtrTraits;
/external/clang/include/clang/AST/
H A DDeclGroup.h136 // DeclGroupRef is "like a pointer", implement PointerLikeTypeTraits.
138 class PointerLikeTypeTraits;
140 class PointerLikeTypeTraits<clang::DeclGroupRef> { class in namespace:llvm
H A DTemplateName.h542 class PointerLikeTypeTraits<clang::TemplateName> { class in namespace:llvm
H A DCanonicalType.h365 class PointerLikeTypeTraits<clang::CanQual<T> > { class in namespace:llvm
H A DDeclBase.h53 class PointerLikeTypeTraits<clang::DeclContext*> { class in namespace:llvm
H A DType.h46 class PointerLikeTypeTraits;
48 class PointerLikeTypeTraits< ::clang::Type*> { class in namespace:llvm
57 class PointerLikeTypeTraits< ::clang::ExtQuals*> { class in namespace:llvm
941 class PointerLikeTypeTraits<clang::QualType> { class in namespace:llvm
H A DDeclCXX.h82 // Provide PointerLikeTypeTraits for non-cvr pointers.
84 class PointerLikeTypeTraits< ::clang::AnyFunctionDecl> { class in namespace:llvm
/external/clang/include/clang/Sema/
H A DOwnership.h48 typedef llvm::PointerLikeTypeTraits<PtrTy> Traits;
99 class PointerLikeTypeTraits<clang::OpaquePtr<T> > { class in namespace:llvm
262 typedef llvm::PointerLikeTypeTraits<PtrTy> PtrTraits;
/external/clang/include/clang/Basic/
H A DIdentifierTable.h24 #include "llvm/Support/PointerLikeTypeTraits.h"
771 class PointerLikeTypeTraits<clang::Selector> {
782 // Provide PointerLikeTypeTraits for IdentifierInfo pointers, which
785 class PointerLikeTypeTraits<clang::IdentifierInfo*> {
797 class PointerLikeTypeTraits<const clang::IdentifierInfo*> {
H A DSourceLocation.h18 #include "llvm/Support/PointerLikeTypeTraits.h"
413 class PointerLikeTypeTraits<clang::SourceLocation> { class in namespace:llvm
/external/llvm/include/llvm/
H A DUse.h42 class PointerLikeTypeTraits<Use**> { class in namespace:llvm
H A DInstruction.h365 class PointerLikeTypeTraits<Instruction*> { class in namespace:llvm
H A DValue.h403 class PointerLikeTypeTraits<Value*> { class in namespace:llvm
/external/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h76 // Specialize PointerLikeTypeTraits for IndexListEntry.
78 class PointerLikeTypeTraits<IndexListEntry*> { class in namespace:llvm

Completed in 148 milliseconds