Home
last modified time | relevance | path

Searched defs:IsAllocated (Results 1 – 5 of 5) sorted by relevance

/llvm-project/flang/include/flang/Runtime/
H A Ddescriptor.h223 RT_API_ATTRS bool IsAllocated() const { return raw_.base_addr != nullptr; } IsAllocated() function
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp50 bool HwasanChunkView::IsAllocated() const { in IsAllocated() function in __hwasan::HwasanChunkView
101 inline bool Metadata::IsAllocated() const { in IsAllocated() function in __hwasan::Metadata
/llvm-project/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp48 bool IsAllocated = explainPdbBlockStatus(); in explainPdbFile() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h432 bool IsAllocated() const { IsAllocated() function
/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp911 bool AsanChunkView::IsAllocated() const { IsAllocated() function in __asan::AsanChunkView