Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-wrapper.swig81 if (!pfunc.IsAllocated())
124 if (!pfunc.IsAllocated()) {
127 if (!pfunc.IsAllocated())
169 if (!pfunc.IsAllocated())
176 if (!val_arg.IsAllocated())
181 if (result.IsAllocated())
200 if (!pfunc.IsAllocated())
357 if (!pfunc.IsAllocated())
402 if (!pfunc.IsAllocated())
426 if (!pfunc.IsAllocated())
[all …]
H A Dpython-typemaps.swig18 if (!py_str.IsAllocated()) {
44 if (!s.IsAllocated()) {
/llvm-project-15.0.7/flang/runtime/
H A Dallocatable.cpp75 if (descriptor.IsAllocated()) { in RTNAME()
97 if (!descriptor.IsAllocated()) { in RTNAME()
108 } else if (!descriptor.IsAllocated()) { in RTNAME()
H A Dassign.cpp72 if (to.IsAllocated()) { in Assign()
111 if (!to.IsAllocated()) { in Assign()
229 if (toDesc->IsAllocated()) { in Assign()
240 if (!fromDesc->IsAllocated()) { in Assign()
H A Dderived.cpp154 if (derived.noFinalizationNeeded() || !descriptor.IsAllocated()) { in Finalize()
180 if (compDesc.IsAllocated()) { in Finalize()
218 if (derived.noDestructionNeeded() || !descriptor.IsAllocated()) { in Destroy()
H A Dcommand.cpp50 return value && value->IsAllocated() && in IsValidCharDescriptor()
59 return length->IsAllocated() && length->rank() == 0 && in IsValidIntDescriptor()
H A Dpointer.cpp141 if (!pointer.IsAllocated()) { in RTNAME()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPythonInterface.h55 if (!implementor.IsAllocated()) in Dispatch()
66 if (!pmeth.IsAllocated()) in Dispatch()
104 if (!py_return.IsAllocated()) in Dispatch()
H A DScriptInterpreterPython.cpp763 if (!pfunc.IsAllocated()) { in GetMaxPositionalArgumentsForCallable()
1457 if (!implementor.IsAllocated()) in GetRecognizedArguments()
1527 if (!pmeth.IsAllocated()) in OSPlugin_RegisterInfo()
1582 if (!pmeth.IsAllocated()) in OSPlugin_ThreadsInfo()
1640 if (!pmeth.IsAllocated()) in OSPlugin_RegisterContextData()
1699 if (!pmeth.IsAllocated()) in OSPlugin_CreateThread()
2456 if (!pmeth.IsAllocated()) in GetSyntheticTypeName()
2768 .IsAllocated(); in LoadScriptingModule()
2998 if (!pmeth.IsAllocated()) in GetShortHelpForCommandObject()
3054 if (!pmeth.IsAllocated()) in GetFlagsForCommandObject()
[all …]
H A DPythonDataObjects.cpp153 if (!IsAllocated()) in GetObjectType()
236 if (!parent.IsAllocated()) in ResolveName()
531 if (IsAllocated() && object.IsValid()) { in SetItemAtIndex()
540 if (IsAllocated() && object.IsValid()) { in AppendItem()
610 if (IsAllocated() && object.IsValid()) { in SetItemAtIndex()
H A DPythonDataObjects.h290 bool IsAllocated() const { return IsValid() && !IsNone(); }
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DCharacterTest.cpp102 ASSERT_TRUE(input->IsAllocated()); in RunAdjustLRTest()
247 ASSERT_TRUE(x->IsAllocated()); in RunExtremumTests()
249 ASSERT_TRUE(y->IsAllocated()); in RunExtremumTests()
291 ASSERT_TRUE(x->IsAllocated()); in RunAllocationTest()
293 ASSERT_TRUE(y->IsAllocated()); in RunAllocationTest()
403 ASSERT_TRUE(input->IsAllocated()); in RunRepeatTest()
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A 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()
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h84 bool IsAllocated() const; // Checks if the memory is currently allocated
H A Dhwasan_report.cpp304 if (chunk.IsAllocated()) { in ShowHeapOrGlobalCandidate()
392 chunk.IsAllocated() ? "allocated" : "unallocated", in PrintAddressDescription()
H A Dhwasan_allocator.cpp44 bool HwasanChunkView::IsAllocated() const { in IsAllocated() function in __hwasan::HwasanChunkView
/llvm-project-15.0.7/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
/llvm-project-15.0.7/flang/unittests/Evaluate/
H A Dreshape.cpp22 TEST(source->IsAllocated()); in main()
H A DISO-Fortran-binding.cpp107 MATCH(res->IsAllocated(), false); in check_CFI_establish()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp48 bool IsAllocated = explainPdbBlockStatus(); in explainPdbFile() local
49 if (!IsAllocated) in explainPdbFile()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h432 bool IsAllocated() const { in IsAllocated() function
558 if (!counters.IsAllocated()) in ReleaseFreeMemoryToOS()
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Ddescriptor.h200 bool IsAllocated() const { return raw_.base_addr != nullptr; } in IsAllocated() function
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTarget.i603 if (!py_str.IsAllocated()) {