Home
last modified time | relevance | path

Searched refs:IsAllocated (Results 1 – 15 of 15) 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()) {
649 if (!py_str.IsAllocated()) {
/freebsd/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()
289 if (!py_return.IsAllocated()) in Dispatch()
/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/
H A DScriptInterpreterPython.cpp781 if (!pfunc.IsAllocated()) { in GetMaxPositionalArgumentsForCallable()
1502 if (!implementor.IsAllocated()) in GetRecognizedArguments()
2193 if (!implementor.IsAllocated()) in GetSyntheticTypeName()
2205 if (!py_return.IsAllocated() || !PythonString::Check(py_return.get())) in GetSyntheticTypeName()
2485 .IsAllocated(); in LoadScriptingModule()
2785 if (!implementor.IsAllocated()) in GetShortHelpForCommandObject()
2798 if (py_return.IsAllocated() && PythonString::Check(py_return.get())) { in GetShortHelpForCommandObject()
2822 if (!implementor.IsAllocated()) in GetFlagsForCommandObject()
2831 if (!pmeth.IsAllocated()) in GetFlagsForCommandObject()
2872 if (!implementor.IsAllocated()) in GetOptionsForCommandObject()
[all …]
H A DScriptedPythonInterface.h
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.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.cpp919 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.h432 bool IsAllocated() const { in IsAllocated() function
558 if (!counters.IsAllocated()) in ReleaseFreeMemoryToOS()