Home
last modified time | relevance | path

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

/freebsd/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())
202 if (!val_arg.IsAllocated())
207 if (result.IsAllocated())
226 if (!pfunc.IsAllocated())
248 if (!pfunc.IsAllocated())
256 if (result.IsAllocated()) {
[all …]
H A Dpython-typemaps.swig24 if (!py_str.IsAllocated()) {
49 if (!s.IsAllocated()) {
668 if (!py_str.IsAllocated()) {
/freebsd/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
564 if (!metadata || !metadata->IsAllocated()) in PointsIntoChunk()
581 if (!metadata || !metadata->IsAllocated()) in GetUserBegin()
605 return m->IsAllocated(); in allocated()
640 if (!metadata || !metadata->IsAllocated()) in IgnoreObject()
H A Dhwasan_report.cpp640 result.is_allocated = chunk.IsAllocated(); in CopyHeapChunk()
709 if (chunk.IsAllocated()) { in FindBufferOverflowCandidate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h153 if (!dict.IsAllocated()) in CreatePluginObject()
160 if (!init.IsAllocated()) in CreatePluginObject()
241 if (!dict_converter.IsAllocated()) in CreatePluginObject()
247 if (!object_class_dict.IsAllocated()) in CreatePluginObject()
353 if (!implementor.IsAllocated()) in Dispatch()
392 if (!py_return.IsAllocated()) in Dispatch()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp761 if (!pfunc.IsAllocated()) { in GetMaxPositionalArgumentsForCallable()
1485 if (!implementor.IsAllocated()) in GetRecognizedArguments()
1529 if (!implementor.IsAllocated()) in ShouldHide()
2163 if (!implementor.IsAllocated()) in GetSyntheticTypeName()
2175 if (!py_return.IsAllocated() || !PythonString::Check(py_return.get())) in GetSyntheticTypeName()
2459 .IsAllocated(); in LoadScriptingModule()
2798 if (!implementor.IsAllocated()) in GetShortHelpForCommandObject()
2811 if (py_return.IsAllocated() && PythonString::Check(py_return.get())) { in GetShortHelpForCommandObject()
2835 if (!implementor.IsAllocated()) in GetFlagsForCommandObject()
2844 if (!pmeth.IsAllocated()) in GetFlagsForCommandObject()
[all …]
H A DScriptedPythonInterface.h
H A DPythonDataObjects.cpp154 if (!IsAllocated()) in GetObjectType()
237 if (!parent.IsAllocated()) in ResolveName()
553 if (IsAllocated() && object.IsValid()) { in SetItemAtIndex()
562 if (IsAllocated() && object.IsValid()) { in AppendItem()
632 if (IsAllocated() && object.IsValid()) { in SetItemAtIndex()
H A DPythonDataObjects.h305 bool IsAllocated() const { return IsValid() && !IsNone(); }
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp35 if (cv.IsAllocated()) { in ProcessChunk()
H A Dasan_allocator.h57 bool IsAllocated() const; // Checks if the memory is currently allocated.
H A Dasan_allocator.cpp926 bool AsanChunkView::IsAllocated() const { in IsAllocated() function in __asan::AsanChunkView
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp48 bool IsAllocated = explainPdbBlockStatus(); in explainPdbFile() local
49 if (!IsAllocated) in explainPdbFile()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTargetExtensions.i12 if (!py_str.IsAllocated()) {
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h433 bool IsAllocated() const { in IsAllocated() function
559 if (!counters.IsAllocated()) in ReleaseFreeMemoryToOS()