Home
last modified time | relevance | path

Searched defs:UPtr (Results 1 – 14 of 14) sorted by relevance

/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.hash/
Dhash_unique_ptr.pass.cpp32 using UPtr = std::unique_ptr<ValueT, Del>; in test_enabled_with_deleter() typedef
43 using UPtr = std::unique_ptr<ValueT, Del>; in test_disabled_with_deleter() typedef
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/
Dget_deleter.pass.cpp41 typedef std::unique_ptr<VT, const Deleter&> UPtr; in test_basic() typedef
51 typedef std::unique_ptr<VT, Deleter&> UPtr; in test_basic() typedef
/external/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.hash/
Dhash_unique_ptr.pass.cpp31 using UPtr = std::unique_ptr<ValueT, Del>; in test_enabled_with_deleter() typedef
42 using UPtr = std::unique_ptr<ValueT, Del>; in test_disabled_with_deleter() typedef
/external/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/
Dget_deleter.pass.cpp40 typedef std::unique_ptr<VT, const Deleter&> UPtr; in test_basic() typedef
50 typedef std::unique_ptr<VT, Deleter&> UPtr; in test_basic() typedef
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-unused-return-value.cpp101 std::unique_ptr<Foo> UPtr; in warning() local
/external/libvpx/libvpx/vp8/common/
Dextend.c130 unsigned char *UPtr, unsigned char *VPtr) { in vp8_extend_mb_row()
/external/llvm-project/compiler-rt/lib/gwp_asan/
Dguarded_pool_allocator.cpp222 uintptr_t UPtr = reinterpret_cast<uintptr_t>(Ptr); in deallocate() local
/external/gwp_asan/gwp_asan/
Dguarded_pool_allocator.cpp271 uintptr_t UPtr = reinterpret_cast<uintptr_t>(Ptr); in deallocate() local
/external/llvm-project/llvm/lib/Bitstream/Reader/
DBitstreamReader.cpp340 auto *UPtr = reinterpret_cast<const unsigned char *>(Ptr); in readRecord() local
/external/llvm-project/llvm/utils/benchmark/src/
Dsysinfo.cc314 using UPtr = std::unique_ptr<PInfo, decltype(&std::free)>; in GetCacheSizesWindows() typedef
/external/google-benchmark/src/
Dsysinfo.cc326 using UPtr = std::unique_ptr<PInfo, decltype(&std::free)>; in GetCacheSizesWindows() typedef
/external/libcxx/utils/google-benchmark/src/
Dsysinfo.cc317 using UPtr = std::unique_ptr<PInfo, decltype(&std::free)>; in GetCacheSizesWindows() typedef
/external/llvm-project/libcxx/utils/google-benchmark/src/
Dsysinfo.cc317 using UPtr = std::unique_ptr<PInfo, decltype(&std::free)>; in GetCacheSizesWindows() typedef
/external/llvm-project/clang/tools/libclang/
DIndexing.cpp559 auto *UPtr = Unit.get(); in clang_indexSourceFile_Impl() local