| /freebsd/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-wrapper.swig | 81 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 D | python-typemaps.swig | 24 if (!py_str.IsAllocated()) { 49 if (!s.IsAllocated()) { 668 if (!py_str.IsAllocated()) {
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_allocator.h | 46 inline bool IsAllocated() const; 103 bool IsAllocated() const; // Checks if the memory is currently allocated
|
| H A D | hwasan_allocator.cpp | 50 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 D | hwasan_report.cpp | 640 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 D | ScriptedPythonInterface.h | 153 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 D | ScriptInterpreterPython.cpp | 761 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 D | ScriptedPythonInterface.h | |
| H A D | PythonDataObjects.cpp | 154 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 D | PythonDataObjects.h | 305 bool IsAllocated() const { return IsValid() && !IsNone(); }
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_memory_profile.cpp | 35 if (cv.IsAllocated()) { in ProcessChunk()
|
| H A D | asan_allocator.h | 57 bool IsAllocated() const; // Checks if the memory is currently allocated.
|
| H A D | asan_allocator.cpp | 926 bool AsanChunkView::IsAllocated() const { in IsAllocated() function in __asan::AsanChunkView
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | ExplainOutputStyle.cpp | 48 bool IsAllocated = explainPdbBlockStatus(); in explainPdbFile() local 49 if (!IsAllocated) in explainPdbFile()
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBTargetExtensions.i | 12 if (!py_str.IsAllocated()) {
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_primary64.h | 433 bool IsAllocated() const { in IsAllocated() function 559 if (!counters.IsAllocated()) in ReleaseFreeMemoryToOS()
|