Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython-wrapper.swig127 if (!pfunc.IsAllocated())
181 if (!pfunc.IsAllocated())
230 if (!pfunc.IsAllocated())
244 if (result.IsAllocated())
265 if (!pfunc.IsAllocated())
272 if (result.IsAllocated())
339 if (result.IsAllocated())
408 if (result.IsAllocated())
428 if (!pfunc.IsAllocated())
477 if (!pfunc.IsAllocated())
[all …]
H A Dpython-typemaps.swig18 if (!py_str.IsAllocated()) {
44 if (!s.IsAllocated()) { $1 = 0; }
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.cpp92 if (!implementor.IsAllocated()) in GetStatusFromMethod()
102 if (!pmeth.IsAllocated()) in GetStatusFromMethod()
156 if (!implementor.IsAllocated()) in GetGenericInteger()
166 if (!pmeth.IsAllocated()) in GetGenericInteger()
241 if (!implementor.IsAllocated()) in ReadMemoryAtAddress()
250 if (!pmeth.IsAllocated()) in ReadMemoryAtAddress()
H A DScriptInterpreterPython.cpp892 if (!pfunc.IsAllocated()) { in GetMaxPositionalArgumentsForCallable()
1573 if (!implementor.IsAllocated()) in GetRecognizedArguments()
1647 if (!pmeth.IsAllocated()) in OSPlugin_RegisterInfo()
1702 if (!pmeth.IsAllocated()) in OSPlugin_ThreadsInfo()
1760 if (!pmeth.IsAllocated()) in OSPlugin_RegisterContextData()
1819 if (!pmeth.IsAllocated()) in OSPlugin_CreateThread()
2586 if (!pmeth.IsAllocated()) in GetSyntheticTypeName()
2903 .IsAllocated(); in LoadScriptingModule()
3131 if (!pmeth.IsAllocated()) in GetShortHelpForCommandObject()
3187 if (!pmeth.IsAllocated()) in GetFlagsForCommandObject()
[all …]
H A DPythonDataObjects.cpp148 if (!IsAllocated()) in GetObjectType()
233 if (!parent.IsAllocated()) in ResolveName()
600 if (IsAllocated() && object.IsValid()) { in SetItemAtIndex()
609 if (IsAllocated() && object.IsValid()) { in AppendItem()
679 if (IsAllocated() && object.IsValid()) { in SetItemAtIndex()
H A DPythonDataObjects.h312 bool IsAllocated() const { return IsValid() && !IsNone(); }
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h84 bool IsAllocated() const; // Checks if the memory is currently allocated
H A Dhwasan_report.cpp304 if (chunk.IsAllocated()) { in ShowHeapOrGlobalCandidate()
384 chunk.IsAllocated() ? "allocated" : "unallocated", in PrintAddressDescription()
H A Dhwasan_allocator.cpp44 bool HwasanChunkView::IsAllocated() const { in IsAllocated() function in __hwasan::HwasanChunkView
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp36 if (cv.IsAllocated()) { in ProcessChunk()
H A Dasan_allocator.h56 bool IsAllocated() const; // Checks if the memory is currently allocated.
H A Dasan_allocator.cpp876 bool AsanChunkView::IsAllocated() const { in IsAllocated() function in __asan::AsanChunkView
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp45 bool IsAllocated = explainPdbBlockStatus(); in explainPdbFile() local
46 if (!IsAllocated) in explainPdbFile()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h431 bool IsAllocated() const { in IsAllocated() function
557 if (!counters.IsAllocated()) in ReleaseFreeMemoryToOS()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i597 if (!py_str.IsAllocated()) {