Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/bindings/python/
Dpython-wrapper.swig110 if (!pfunc.IsAllocated())
164 if (!pfunc.IsAllocated())
167 if (!pfunc.IsAllocated())
213 if (!pfunc.IsAllocated())
222 if (!val_arg.IsAllocated())
227 if (result.IsAllocated())
248 if (!pfunc.IsAllocated())
255 if (result.IsAllocated())
280 if (!pfunc.IsAllocated()) {
291 if (!tp_arg.IsAllocated())
[all …]
Dpython-typemaps.swig18 if (!py_str.IsAllocated()) {
44 if (!s.IsAllocated()) { $1 = 0; }
/external/tensorflow/tensorflow/stream_executor/
Dtemporary_device_memory.cc52 bool TemporaryDeviceMemoryBase::IsAllocated() const { in IsAllocated() function in stream_executor::TemporaryDeviceMemoryBase
63 DCHECK(IsAllocated()); in TemporaryDeviceMemoryBase()
Dtemporary_device_memory.h85 bool IsAllocated() const;
/external/rust/crates/libz-sys/src/zlib/contrib/dotzlib/DotZLib/
DCodecBase.cs148 if (_hInput.IsAllocated) in CleanUp()
150 if (_hOutput.IsAllocated) in CleanUp()
/external/llvm-project/flang/runtime/
Dallocatable.cpp62 if (descriptor.IsAllocated()) { in RTNAME()
74 if (!descriptor.IsAllocated()) { in RTNAME()
Ddescriptor.h195 bool IsAllocated() const { return raw_.base_addr != nullptr; } in IsAllocated() function
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp863 if (!pfunc.IsAllocated()) { in GetMaxPositionalArgumentsForCallable()
1522 if (!implementor.IsAllocated()) in GetRecognizedArguments()
1587 if (!implementor.IsAllocated()) in OSPlugin_RegisterInfo()
1596 if (!pmeth.IsAllocated()) in OSPlugin_RegisterInfo()
1642 if (!implementor.IsAllocated()) in OSPlugin_ThreadsInfo()
1651 if (!pmeth.IsAllocated()) in OSPlugin_ThreadsInfo()
1729 if (!implementor.IsAllocated()) in OSPlugin_RegisterContextData()
1738 if (!pmeth.IsAllocated()) in OSPlugin_RegisterContextData()
1788 if (!implementor.IsAllocated()) in OSPlugin_CreateThread()
1797 if (!pmeth.IsAllocated()) in OSPlugin_CreateThread()
[all …]
DPythonDataObjects.cpp148 if (!IsAllocated()) in GetObjectType()
233 if (!parent.IsAllocated()) in ResolveName()
600 if (IsAllocated() && object.IsValid()) { in SetItemAtIndex()
609 if (IsAllocated() && object.IsValid()) { in AppendItem()
679 if (IsAllocated() && object.IsValid()) { in SetItemAtIndex()
DPythonDataObjects.h312 bool IsAllocated() const { return IsValid() && !IsNone(); }
/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/
DPythonDataObjectsTests.cpp95 EXPECT_TRUE(sys_module.IsAllocated()); in TEST_F()
102 EXPECT_TRUE(sys_path.IsAllocated()); in TEST_F()
103 EXPECT_TRUE(sys_version_info.IsAllocated()); in TEST_F()
113 EXPECT_TRUE(version_info_type.IsAllocated()); in TEST_F()
115 EXPECT_TRUE(major_version_field.IsAllocated()); in TEST_F()
123 EXPECT_TRUE(major_version_field.IsAllocated()); in TEST_F()
124 EXPECT_TRUE(minor_version_field.IsAllocated()); in TEST_F()
135 EXPECT_TRUE(sys_path.IsAllocated()); in TEST_F()
/external/lzma/CPP/Common/
DMyBuffer2.h23 bool IsAllocated() const { return _data != NULL; } in IsAllocated() function
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_allocator.h76 bool IsAllocated() const; // Checks if the memory is currently allocated
Dhwasan_report.cpp315 chunk.IsAllocated() ? "allocated" : "unallocated", in PrintAddressDescription()
343 if (chunk.IsAllocated()) { in PrintAddressDescription()
Dhwasan_allocator.cpp44 bool HwasanChunkView::IsAllocated() const { in IsAllocated() function in __hwasan::HwasanChunkView
/external/compiler-rt/lib/asan/
Dasan_memory_profile.cc78 if (!cv.IsAllocated()) return; in ChunkCallback()
Dasan_allocator.h54 bool IsAllocated(); // Checks if the memory is currently allocated.
Dasan_report.cc1015 bool valid1 = chunk1.IsAllocated(); in CheckForInvalidPointerPair()
1016 bool valid2 = chunk2.IsAllocated(); in CheckForInvalidPointerPair()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_memory_profile.cpp36 if (cv.IsAllocated()) { in ProcessChunk()
Dasan_allocator.h56 bool IsAllocated() const; // Checks if the memory is currently allocated.
/external/llvm-project/flang/unittests/Evaluate/
Dreshape.cpp20 TEST(source->IsAllocated()); in main()
DISO-Fortran-binding.cpp107 MATCH(res->IsAllocated(), false); in check_CFI_establish()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DExplainOutputStyle.cpp45 bool IsAllocated = explainPdbBlockStatus(); in explainPdbFile() local
46 if (!IsAllocated) in explainPdbFile()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_primary64.h368 bool IsAllocated() const { in IsAllocated() function
496 if (!counters.IsAllocated()) in ReleaseFreeMemoryToOS()
/external/llvm-project/lldb/bindings/interface/
DSBTarget.i609 if (!py_str.IsAllocated()) {

12