Home
last modified time | relevance | path

Searched defs:UsedSize (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_allocator.cpp64 uptr HwasanChunkView::UsedSize() const { in UsedSize() function in __hwasan::HwasanChunkView
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_allocator.cc116 uptr UsedSize(bool locked_version = false) { in UsedSize() function
810 uptr AsanChunkView::UsedSize() const { return chunk_->UsedSize(); } in UsedSize() function in __asan::AsanChunkView
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_allocator.cc114 uptr UsedSize(bool locked_version = false) { in UsedSize() function
808 uptr AsanChunkView::UsedSize() const { return chunk_->UsedSize(); } in UsedSize() function in __asan::AsanChunkView
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_allocator.cpp104 uptr UsedSize() const { in UsedSize() function in __asan::ChunkHeader
885 uptr AsanChunkView::UsedSize() const { return chunk_->UsedSize(); } in UsedSize() function in __asan::AsanChunkView
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1950 unsigned UsedSize; in getWinEHFuncletFrameSize() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp612 Optional<llvm::APSInt> UsedSize; in checkFortifiedBuiltinMemoryFunction() local