Searched refs:PointerLikeTypeTraits (Results 1 - 18 of 18) 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 = (int)(PointerLikeTypeTraits<PT1>::NumLowBitsAvailable),
58 PT2BitsAv = (int)(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> >
139 Val <<= PointerLikeTypeTraits<PointerTy>::NumLowBitsAvailable;
144 Val <<= PointerLikeTypeTraits<PointerTy>::NumLowBitsAvailable;
157 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.h140 // DeclGroupRef is "like a pointer", implement PointerLikeTypeTraits.
142 class PointerLikeTypeTraits;
144 class PointerLikeTypeTraits<clang::DeclGroupRef> { class in namespace:llvm
H A DTemplateName.h542 class PointerLikeTypeTraits<clang::TemplateName> { class in namespace:llvm
H A DCanonicalType.h366 class PointerLikeTypeTraits<clang::CanQual<T> > { class in namespace:llvm
H A DDeclBase.h54 class PointerLikeTypeTraits<clang::DeclContext*> { class in namespace:llvm
H A DType.h47 class PointerLikeTypeTraits;
49 class PointerLikeTypeTraits< ::clang::Type*> { class in namespace:llvm
58 class PointerLikeTypeTraits< ::clang::ExtQuals*> { class in namespace:llvm
972 class PointerLikeTypeTraits<clang::QualType> { class in namespace:llvm
H A DDeclCXX.h83 // Provide PointerLikeTypeTraits for non-cvr pointers.
85 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
173 typedef llvm::PointerLikeTypeTraits<PtrTy> PtrTraits;
/external/clang/include/clang/Basic/
H A DIdentifierTable.h25 #include "llvm/Support/PointerLikeTypeTraits.h"
786 class PointerLikeTypeTraits<clang::Selector> {
797 // Provide PointerLikeTypeTraits for IdentifierInfo pointers, which
800 class PointerLikeTypeTraits<clang::IdentifierInfo*> {
812 class PointerLikeTypeTraits<const clang::IdentifierInfo*> {
H A DSourceLocation.h19 #include "llvm/Support/PointerLikeTypeTraits.h"
429 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.h396 class PointerLikeTypeTraits<Instruction*> { class in namespace:llvm
H A DValue.h403 class PointerLikeTypeTraits<Value*> { class in namespace:llvm

Completed in 276 milliseconds