Searched defs:PointerLikeTypeTraits (Results 1 - 14 of 14) 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/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.h546 class PointerLikeTypeTraits<clang::TemplateName> { class in namespace:llvm
H A DCanonicalType.h366 class PointerLikeTypeTraits<clang::CanQual<T> > { class in namespace:llvm
H A DDeclBase.h56 class PointerLikeTypeTraits<clang::DeclContext*> { class in namespace:llvm
H A DDeclCXX.h83 // Provide PointerLikeTypeTraits for non-cvr pointers.
85 class PointerLikeTypeTraits< ::clang::AnyFunctionDecl> { class in namespace:llvm
H A DType.h48 class PointerLikeTypeTraits;
50 class PointerLikeTypeTraits< ::clang::Type*> { class in namespace:llvm
59 class PointerLikeTypeTraits< ::clang::ExtQuals*> { class in namespace:llvm
1012 class PointerLikeTypeTraits<clang::QualType> { 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),
99 const_cast<void *>(PointerLikeTypeTraits<PT1>::getAsVoidPointer(V))) {
102 const_cast<void *>(PointerLikeTypeTraits<PT2>::getAsVoidPointer(V)), 1) {
110 return !PointerLikeTypeTraits<PT1>::getFromVoidPointer(Val.getPointer());
130 return PointerLikeTypeTraits<T>::getFromVoidPointer(Val.getPointer());
152 "Can't get the address because PointerLikeTypeTraits changes the ptr");
160 const_cast<void *>(PointerLikeTypeTraits<PT1>::getAsVoidPointer(RHS)));
165 const_cast<void *>(PointerLikeTypeTraits<PT
181 class PointerLikeTypeTraits<PointerUnion<PT1, PT2> > { class in namespace:llvm
314 class PointerLikeTypeTraits<PointerUnion3<PT1, PT2, PT3> > { class in namespace:llvm
427 class PointerLikeTypeTraits<PointerUnion4<PT1, PT2, PT3, PT4> > { class in namespace:llvm
[all...]
/external/llvm/include/llvm/IR/
H A DUse.h43 class PointerLikeTypeTraits<Use**> { class in namespace:llvm
H A DInstruction.h455 class PointerLikeTypeTraits<Instruction*> { class in namespace:llvm
H A DValue.h399 class PointerLikeTypeTraits<Value*> { class in namespace:llvm
/external/clang/include/clang/Sema/
H A DOwnership.h45 typedef llvm::PointerLikeTypeTraits<PtrTy> Traits;
96 class PointerLikeTypeTraits<clang::OpaquePtr<T> > { class in namespace:llvm
170 typedef llvm::PointerLikeTypeTraits<PtrTy> PtrTraits;
/external/clang/include/clang/Basic/
H A DSourceLocation.h20 #include "llvm/Support/PointerLikeTypeTraits.h"
425 class PointerLikeTypeTraits<clang::SourceLocation> { class in namespace:llvm

Completed in 1136 milliseconds