HomeSort by relevance Sort by last modified time
    Searched refs:PtrType (Results 1 - 13 of 13) sorted by null

  /external/llvm/include/llvm/ADT/
SmallPtrSet.h 241 template <typename PtrType>
243 typedef PointerLikeTypeTraits<PtrType> PtrTraits;
257 typedef SmallPtrSetIterator<PtrType> iterator;
258 typedef SmallPtrSetIterator<PtrType> const_iterator;
264 std::pair<iterator, bool> insert(PtrType Ptr) {
271 bool erase(PtrType Ptr) {
276 size_type count(PtrType Ptr) const {
298 template<class PtrType, unsigned SmallSize>
299 class SmallPtrSet : public SmallPtrSetImpl<PtrType> {
300 typedef SmallPtrSetImpl<PtrType> BaseT
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
ModuleUtils.h 24 template <class PtrType> class SmallPtrSetImpl;
  /external/llvm/include/llvm/Transforms/IPO/
InlinerPass.h 26 template<class PtrType, unsigned SmallSize>
  /external/llvm/unittests/Analysis/
MixedTBAATest.cpp 40 auto PtrType = Type::getInt32PtrTy(C);
42 auto *Addr = ConstantPointerNull::get(PtrType);
AliasAnalysisTest.cpp 77 auto PtrType = Type::getInt32PtrTy(C);
79 auto *Addr = ConstantPointerNull::get(PtrType);
  /external/eigen/Eigen/src/Core/
DenseStorage.h 64 template<typename PtrType>
65 EIGEN_ALWAYS_INLINE PtrType eigen_unaligned_array_assert_workaround_gcc47(PtrType array) { return array; }
  /external/mesa3d/src/gallium/drivers/radeon/
R600ISelLowering.cpp 362 PointerType * PtrType = PointerType::get(VT.getTypeForEVT(*DAG.getContext()),
370 MachinePointerInfo(ConstantPointerNull::get(PtrType)),
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 784 if (auto PtrType = llvm::dyn_cast<llvm::PointerType>(InType)) {
785 llvm::Type *ElementType = PtrType->getElementType();
    [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 348 llvm::Type *getImageRelativeType(llvm::Type *PtrType) {
350 return PtrType;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 369 milliseconds