Searched refs:IsAllocated (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h68 bool IsAllocated() const; // Checks if the memory is currently allocated
H A Dhwasan_report.cpp302 chunk.IsAllocated() ? "allocated" : "unallocated",
330 if (chunk.IsAllocated()) {
H A Dhwasan_allocator.cpp44 bool HwasanChunkView::IsAllocated() const { function in class:__hwasan::HwasanChunkView
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp36 if (cv.IsAllocated()) {
H A Dasan_allocator.h55 bool IsAllocated() const; // Checks if the memory is currently allocated.
H A Dasan_allocator.cpp818 bool AsanChunkView::IsAllocated() const { function in class:__asan::AsanChunkView
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp844 if (!pfunc.IsAllocated()) {
1503 if (!implementor.IsAllocated())
1568 if (!implementor.IsAllocated())
1577 if (!pmeth.IsAllocated())
1623 if (!implementor.IsAllocated())
1632 if (!pmeth.IsAllocated())
1710 if (!implementor.IsAllocated())
1719 if (!pmeth.IsAllocated())
1769 if (!implementor.IsAllocated())
1778 if (!pmeth.IsAllocated())
[all...]
H A DPythonDataObjects.cpp148 if (!IsAllocated())
233 if (!parent.IsAllocated())
596 if (IsAllocated() && object.IsValid()) {
605 if (IsAllocated() && object.IsValid()) {
675 if (IsAllocated() && object.IsValid()) {
H A DPythonDataObjects.h312 bool IsAllocated() const { return IsValid() && !IsNone(); } function in class:lldb_private::python::PythonObject
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp45 bool IsAllocated = explainPdbBlockStatus(); local
46 if (!IsAllocated)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h329 // whether the initialization was successful by checking IsAllocated() result.
367 bool IsAllocated() const { function in class:SizeClassAllocator64::PackedCounterArray
495 if (!counters.IsAllocated())
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i609 if (!py_str.IsAllocated()) {

Completed in 113 milliseconds