Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonExceptionState.cpp134 if (!m_traceback.IsAllocated()) in ReadBacktrace()
137 if (!traceback_module.IsAllocated() || !stringIO_module.IsAllocated()) in ReadBacktrace()
142 if (!stringIO_builder.IsAllocated()) in ReadBacktrace()
146 if (!stringIO_buffer.IsAllocated()) in ReadBacktrace()
150 if (!printTB.IsAllocated()) in ReadBacktrace()
157 if (!stringIO_getvalue.IsAllocated()) in ReadBacktrace()
161 if (!printTB_string.IsAllocated()) in ReadBacktrace()
H A DPythonDataObjects.cpp62 if (!IsAllocated()) in GetObjectType()
145 if (!parent.IsAllocated()) in ResolveName()
175 bool PythonObject::IsAllocated() const { return IsValid() && !IsNone(); } in IsAllocated() function in PythonObject
584 if (IsAllocated() && object.IsValid()) { in SetItemAtIndex()
593 if (IsAllocated() && object.IsValid()) { in AppendItem()
688 if (IsAllocated() && object.IsValid()) { in SetItemAtIndex()
760 if (IsAllocated() && key.IsValid()) in GetItemForKey()
768 if (IsAllocated() && key.IsValid() && value.IsValid()) in SetItemForKey()
H A DScriptInterpreterPython.cpp1602 if (!implementor.IsAllocated()) in OSPlugin_RegisterInfo()
1611 if (!pmeth.IsAllocated()) in OSPlugin_RegisterInfo()
1657 if (!implementor.IsAllocated()) in OSPlugin_ThreadsInfo()
1666 if (!pmeth.IsAllocated()) in OSPlugin_ThreadsInfo()
1743 if (!implementor.IsAllocated()) in OSPlugin_RegisterContextData()
1752 if (!pmeth.IsAllocated()) in OSPlugin_RegisterContextData()
1811 if (!pmeth.IsAllocated()) in OSPlugin_CreateThread()
2545 if (!pmeth.IsAllocated()) in GetSyntheticTypeName()
3082 if (!pmeth.IsAllocated()) in GetShortHelpForCommandObject()
3137 if (!pmeth.IsAllocated()) in GetFlagsForCommandObject()
[all …]
H A DPythonDataObjects.h184 bool IsAllocated() const;
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h77 bool IsAllocated() const; // Checks if the memory is currently allocated in DECLARE_REAL()
H A Dhwasan_report.cc152 chunk.IsAllocated() ? "allocated" : "unallocated", in PrintAddressDescription()
181 if (chunk.IsAllocated()) { in PrintAddressDescription()
H A Dhwasan_allocator.cc53 bool HwasanChunkView::IsAllocated() const { in IsAllocated() function in __hwasan::HwasanChunkView
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_memory_profile.cc37 if (cv.IsAllocated()) { in ProcessChunk()
H A Dasan_allocator.h56 bool IsAllocated() const; // Checks if the memory is currently allocated.
H A Dasan_allocator.cc802 bool AsanChunkView::IsAllocated() const { in IsAllocated() function in __asan::AsanChunkView
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp46 bool IsAllocated = explainPdbBlockStatus(); in explainPdbFile() local
47 if (!IsAllocated) in explainPdbFile()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h363 bool IsAllocated() const { in IsAllocated() function
491 if (!counters.IsAllocated()) in ReleaseFreeMemoryToOS()