| /llvm-project-15.0.7/lldb/bindings/python/ |
| H A D | python-wrapper.swig | 81 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 D | python-typemaps.swig | 18 if (!py_str.IsAllocated()) { 44 if (!s.IsAllocated()) {
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | allocatable.cpp | 75 if (descriptor.IsAllocated()) { in RTNAME() 97 if (!descriptor.IsAllocated()) { in RTNAME() 108 } else if (!descriptor.IsAllocated()) { in RTNAME()
|
| H A D | assign.cpp | 72 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 D | derived.cpp | 154 if (derived.noFinalizationNeeded() || !descriptor.IsAllocated()) { in Finalize() 180 if (compDesc.IsAllocated()) { in Finalize() 218 if (derived.noDestructionNeeded() || !descriptor.IsAllocated()) { in Destroy()
|
| H A D | command.cpp | 50 return value && value->IsAllocated() && in IsValidCharDescriptor() 59 return length->IsAllocated() && length->rank() == 0 && in IsValidIntDescriptor()
|
| H A D | pointer.cpp | 141 if (!pointer.IsAllocated()) { in RTNAME()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptedPythonInterface.h | 55 if (!implementor.IsAllocated()) in Dispatch() 66 if (!pmeth.IsAllocated()) in Dispatch() 104 if (!py_return.IsAllocated()) in Dispatch()
|
| H A D | ScriptInterpreterPython.cpp | 763 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 D | PythonDataObjects.cpp | 153 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 D | PythonDataObjects.h | 290 bool IsAllocated() const { return IsValid() && !IsNone(); }
|
| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | CharacterTest.cpp | 102 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 D | PythonDataObjectsTests.cpp | 95 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 D | hwasan_allocator.h | 84 bool IsAllocated() const; // Checks if the memory is currently allocated
|
| H A D | hwasan_report.cpp | 304 if (chunk.IsAllocated()) { in ShowHeapOrGlobalCandidate() 392 chunk.IsAllocated() ? "allocated" : "unallocated", in PrintAddressDescription()
|
| H A D | hwasan_allocator.cpp | 44 bool HwasanChunkView::IsAllocated() const { in IsAllocated() function in __hwasan::HwasanChunkView
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_memory_profile.cpp | 36 if (cv.IsAllocated()) { in ProcessChunk()
|
| H A D | asan_allocator.h | 56 bool IsAllocated() const; // Checks if the memory is currently allocated.
|
| H A D | asan_allocator.cpp | 864 bool AsanChunkView::IsAllocated() const { in IsAllocated() function in __asan::AsanChunkView
|
| /llvm-project-15.0.7/flang/unittests/Evaluate/ |
| H A D | reshape.cpp | 22 TEST(source->IsAllocated()); in main()
|
| H A D | ISO-Fortran-binding.cpp | 107 MATCH(res->IsAllocated(), false); in check_CFI_establish()
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | ExplainOutputStyle.cpp | 48 bool IsAllocated = explainPdbBlockStatus(); in explainPdbFile() local 49 if (!IsAllocated) in explainPdbFile()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_primary64.h | 432 bool IsAllocated() const { in IsAllocated() function 558 if (!counters.IsAllocated()) in ReleaseFreeMemoryToOS()
|
| /llvm-project-15.0.7/flang/include/flang/Runtime/ |
| H A D | descriptor.h | 200 bool IsAllocated() const { return raw_.base_addr != nullptr; } in IsAllocated() function
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBTarget.i | 603 if (!py_str.IsAllocated()) {
|