Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()) {
290 if (!pfunc.IsAllocated()) {
[all …]
H A Dpython-typemaps.swig18 if (!py_str.IsAllocated()) {
44 if (!s.IsAllocated()) {
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h46 inline bool IsAllocated() const;
91 bool IsAllocated() const; // Checks if the memory is currently allocated
H A Dhwasan_allocator.cpp49 bool HwasanChunkView::IsAllocated() const { in IsAllocated() function in __hwasan::HwasanChunkView
50 return metadata_ && metadata_->IsAllocated(); in IsAllocated()
96 inline bool Metadata::IsAllocated() const { in IsAllocated() function in __hwasan::Metadata
513 if (!metadata || !metadata->IsAllocated()) in PointsIntoChunk()
531 if (!metadata || !metadata->IsAllocated()) in GetUserBegin()
549 return m->IsAllocated(); in allocated()
585 if (!metadata || !metadata->IsAllocated()) in IgnoreObjectLocked()
H A Dhwasan_report.cpp313 if (chunk.IsAllocated()) { in ShowHeapOrGlobalCandidate()
401 chunk.IsAllocated() ? "allocated" : "unallocated", in PrintAddressDescription()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp767 if (!pfunc.IsAllocated()) { in GetMaxPositionalArgumentsForCallable()
1459 if (!implementor.IsAllocated()) in GetRecognizedArguments()
1518 if (!implementor.IsAllocated()) in OSPlugin_RegisterInfo()
1551 if (!implementor.IsAllocated()) in OSPlugin_ThreadsInfo()
1585 if (!implementor.IsAllocated()) in OSPlugin_RegisterContextData()
1620 if (!implementor.IsAllocated()) in OSPlugin_CreateThread()
2361 if (!implementor.IsAllocated()) in GetSyntheticTypeName()
2378 if (py_return.IsAllocated() && PythonString::Check(py_return.get())) { in GetSyntheticTypeName()
2667 .IsAllocated(); in LoadScriptingModule()
2888 if (!implementor.IsAllocated()) in GetShortHelpForCommandObject()
[all …]
H A DScriptedPythonInterface.h60 if (!implementor.IsAllocated()) in Dispatch()
86 if (!py_return.IsAllocated()) in Dispatch()
H A DPythonDataObjects.cpp152 if (!IsAllocated()) in GetObjectType()
235 if (!parent.IsAllocated()) in ResolveName()
530 if (IsAllocated() && object.IsValid()) { in SetItemAtIndex()
539 if (IsAllocated() && object.IsValid()) { in AppendItem()
609 if (IsAllocated() && object.IsValid()) { in SetItemAtIndex()
H A DPythonDataObjects.h302 bool IsAllocated() const { return IsValid() && !IsNone(); }
/openbsd-src/gnu/llvm/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.cpp864 bool AsanChunkView::IsAllocated() const { in IsAllocated() function in __asan::AsanChunkView
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp48 bool IsAllocated = explainPdbBlockStatus(); in explainPdbFile() local
49 if (!IsAllocated) in explainPdbFile()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h432 bool IsAllocated() const { in IsAllocated() function
558 if (!counters.IsAllocated()) in ReleaseFreeMemoryToOS()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBTarget.i603 if (!py_str.IsAllocated()) {