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

  /external/llvm/include/llvm/ADT/
SmallPtrSet.h 243 template <typename PtrType>
245 typedef PointerLikeTypeTraits<PtrType> PtrTraits;
260 typedef SmallPtrSetIterator<PtrType> iterator;
261 typedef SmallPtrSetIterator<PtrType> const_iterator;
267 std::pair<iterator, bool> insert(PtrType Ptr) {
274 bool erase(PtrType Ptr) {
279 size_type count(PtrType Ptr) const {
301 template<class PtrType, unsigned SmallSize>
302 class SmallPtrSet : public SmallPtrSetImpl<PtrType> {
303 typedef SmallPtrSetImpl<PtrType> BaseT
    [all...]
  /external/llvm/include/llvm/Transforms/IPO/
InlinerPass.h 26 template<class PtrType, unsigned SmallSize>
  /art/runtime/mirror/
dex_cache-inl.h 97 template <typename PtrType>
98 inline PtrType DexCache::GetElementPtrSize(PtrType* ptr_array, size_t idx, size_t ptr_size) {
101 return reinterpret_cast<PtrType>(dchecked_integral_cast<uintptr_t>(element));
105 return reinterpret_cast<PtrType>(dchecked_integral_cast<uintptr_t>(element));
109 template <typename PtrType>
110 inline void DexCache::SetElementPtrSize(PtrType* ptr_array,
112 PtrType ptr,
dex_cache.h 204 template <typename PtrType>
205 static PtrType GetElementPtrSize(PtrType* ptr_array, size_t idx, size_t ptr_size);
207 template <typename PtrType>
208 static void SetElementPtrSize(PtrType* ptr_array, size_t idx, PtrType ptr, size_t ptr_size);
  /external/llvm/unittests/Analysis/
MixedTBAATest.cpp 41 auto PtrType = Type::getInt32PtrTy(C);
43 auto *Addr = ConstantPointerNull::get(PtrType);
AliasAnalysisTest.cpp 176 auto PtrType = Type::getInt32PtrTy(C);
178 auto *Addr = ConstantPointerNull::get(PtrType);
183 auto *VAArg1 = new VAArgInst(Addr, PtrType, "vaarg", BB);
  /external/llvm/include/llvm/Transforms/Utils/
ModuleUtils.h 31 template <class PtrType> class SmallPtrSetImpl;
  /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; }
  /art/compiler/
image_writer.h 92 template <typename PtrType>
93 PtrType GetDexCacheArrayElementImageAddress(const DexFile* dex_file, uint32_t offset)
100 return reinterpret_cast<PtrType>(
  /external/google-benchmark/src/
benchmark.cc 816 typedef std::unique_ptr<BenchmarkReporter> PtrType;
818 return PtrType(new ConsoleReporter);
820 return PtrType(new JSONReporter);
822 return PtrType(new CSVReporter);
  /external/mesa3d/src/gallium/drivers/radeon/
R600ISelLowering.cpp 362 PointerType * PtrType = PointerType::get(VT.getTypeForEVT(*DAG.getContext()),
370 MachinePointerInfo(ConstantPointerNull::get(PtrType)),
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp     [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSKernelExpand.cpp 643 if (auto PtrType = llvm::dyn_cast<llvm::PointerType>(InType)) {
644 llvm::Type *ElementType = PtrType->getElementType();
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 453 llvm::Type *getImageRelativeType(llvm::Type *PtrType) {
455 return PtrType;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
TargetLowering.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 869 milliseconds