Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/bindings/python/
H A Dpython-wrapper.swig81 if (!pfunc.IsAllocated())
108 if (!pfunc.IsAllocated())
150 if (!pfunc.IsAllocated()) {
153 if (!pfunc.IsAllocated())
195 if (!pfunc.IsAllocated())
207 if (result.IsAllocated())
226 if (!pfunc.IsAllocated())
298 if (!pfunc.IsAllocated())
375 if (!pfunc.IsAllocated())
399 if (!pfunc.IsAllocated())
[all …]
H A Dpython-typemaps.swig24 if (!py_str.IsAllocated()) {
49 if (!s.IsAllocated()) {
632 if (!py_str.IsAllocated()) {
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h109 if (!dict.IsAllocated()) in CreatePluginObject()
117 if (!init.IsAllocated()) in CreatePluginObject()
175 if (!dict_converter.IsAllocated()) in CreatePluginObject()
181 if (!object_class_dict.IsAllocated()) in CreatePluginObject()
250 if (!implementor.IsAllocated()) in Dispatch()
286 if (!py_return.IsAllocated()) in Dispatch()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h46 inline bool IsAllocated() const;
103 bool IsAllocated() const; // Checks if the memory is currently allocated
H A Dhwasan_allocator.cpp50 bool HwasanChunkView::IsAllocated() const { in IsAllocated() function in __hwasan::HwasanChunkView
51 return metadata_ && metadata_->IsAllocated(); in IsAllocated()
101 inline bool Metadata::IsAllocated() const { in IsAllocated() function in __hwasan::Metadata
563 if (!metadata || !metadata->IsAllocated()) in PointsIntoChunk()
580 if (!metadata || !metadata->IsAllocated()) in GetUserBegin()
604 return m->IsAllocated(); in allocated()
639 if (!metadata || !metadata->IsAllocated()) in IgnoreObject()
H A Dhwasan_report.cpp602 result.is_allocated = chunk.IsAllocated(); in CopyHeapChunk()
671 if (chunk.IsAllocated()) { in FindBufferOverflowCandidate()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp35 if (cv.IsAllocated()) { in ProcessChunk()
H A Dasan_allocator.h56 bool IsAllocated() const; // Checks if the memory is currently allocated.
H A Dasan_allocator.cpp911 bool AsanChunkView::IsAllocated() const { in IsAllocated() function in __asan::AsanChunkView
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp776 if (!pfunc.IsAllocated()) { in GetMaxPositionalArgumentsForCallable()
1497 if (!implementor.IsAllocated()) in GetRecognizedArguments()
2299 if (!implementor.IsAllocated()) in GetSyntheticTypeName()
2311 if (!py_return.IsAllocated() || !PythonString::Check(py_return.get())) in GetSyntheticTypeName()
2594 .IsAllocated(); in LoadScriptingModule()
2815 if (!implementor.IsAllocated()) in GetShortHelpForCommandObject()
2828 if (py_return.IsAllocated() && PythonString::Check(py_return.get())) { in GetShortHelpForCommandObject()
2852 if (!implementor.IsAllocated()) in GetFlagsForCommandObject()
2861 if (!pmeth.IsAllocated()) in GetFlagsForCommandObject()
2899 if (!implementor.IsAllocated()) in GetLongHelpForCommandObject()
[all …]
H A DPythonDataObjects.cpp156 if (!IsAllocated()) in GetObjectType()
239 if (!parent.IsAllocated()) in ResolveName()
555 if (IsAllocated() && object.IsValid()) { in SetItemAtIndex()
564 if (IsAllocated() && object.IsValid()) { in AppendItem()
634 if (IsAllocated() && object.IsValid()) { in SetItemAtIndex()
H A DPythonDataObjects.h303 bool IsAllocated() const { return IsValid() && !IsNone(); }
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp48 bool IsAllocated = explainPdbBlockStatus(); in explainPdbFile() local
49 if (!IsAllocated) in explainPdbFile()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBTargetExtensions.i12 if (!py_str.IsAllocated()) {
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h432 bool IsAllocated() const { in IsAllocated() function
558 if (!counters.IsAllocated()) in ReleaseFreeMemoryToOS()