/external/lldb/test/expression_command/formatters/ |
D | formatters.py | 9 b_ref = b_ref_ptr.Dereference() 13 str(a_ptr.GetValueAsUnsigned(0)) + ' -> ' + str(a_ptr.Dereference().GetValueAsUnsigned(0)) + \ 15 …', i_ptr = ' + str(i_ptr.GetValueAsUnsigned(0)) + ' -> ' + str(i_ptr.Dereference().GetValueAsUnsig…
|
D | foosynth.py | 17 return self.i_ptr.Dereference();
|
/external/lldb/source/Core/ |
D | ValueObjectConstResultImpl.cpp | 68 ValueObjectConstResultImpl::Dereference (Error &error) in Dereference() function in ValueObjectConstResultImpl 74 return m_impl_backend->ValueObject::Dereference(error); in Dereference() 79 return DerefOnTarget()->Dereference(error); in Dereference() 81 return m_impl_backend->ValueObject::Dereference(error); in Dereference()
|
D | ValueObjectConstResultChild.cpp | 51 ValueObjectConstResultChild::Dereference (Error &error) in Dereference() function in ValueObjectConstResultChild 53 return m_impl.Dereference(error); in Dereference()
|
D | ValueObjectConstResult.cpp | 297 ValueObjectConstResult::Dereference (Error &error) in Dereference() function in ValueObjectConstResult 299 return m_impl.Dereference(error); in Dereference()
|
D | ValueObject.cpp | 890 ValueObjectSP pointee_sp = Dereference(error); in GetPointeeData() 2447 ValueObjectSP final_value = ret_val->Dereference(error); in GetValueForExpressionPath() 2523 ValueObjectSP final_value = ret_val->Dereference(error); in GetValuesForExpressionPath() 2848 root = root->Dereference(error); in GetValueForExpressionPath_Impl() 3014 root = root->Dereference(error); in GetValueForExpressionPath_Impl() 3199 root = root->Dereference(error); in ExpandArraySliceExpression() 3302 root = root->Dereference(error); in ExpandArraySliceExpression() 3706 ValueObject::Dereference (Error &error) in Dereference() function in ValueObject 4109 ptr_result_valobj_sp = ptr_result_valobj_sp->Dereference(err); in CreateValueObjectFromAddress()
|
/external/clang/test/Analysis/inlining/ |
D | false-positive-suppression.m | 21 // expected-warning@-2 {{Dereference of null pointer}} 28 // expected-warning@-2 {{Dereference of null pointer}}
|
/external/llvm/lib/Analysis/ |
D | CFLAliasAnalysis.cpp | 116 Dereference, enumerator 298 Output.push_back(Edge(Ptr, Val, EdgeType::Dereference, AttrNone)); in visitAtomicCmpXchgInst() 304 Output.push_back(Edge(Ptr, Val, EdgeType::Dereference, AttrNone)); in visitAtomicRMWInst() 344 Output.push_back(Edge(Ptr, Val, EdgeType::Dereference, AttrNone)); in visitStoreInst() 515 Output.push_back(Edge(&Inst, Val, EdgeType::Dereference, AttrNone)); in visitInsertElementInst() 529 Output.push_back(Edge(&Inst, Val, EdgeType::Dereference, AttrNone)); in visitInsertValueInst() 834 case EdgeType::Dereference: in flipWeight() 837 return EdgeType::Dereference; in flipWeight() 854 case EdgeType::Dereference: in directionOfEdgeType()
|
/external/lldb/scripts/Python/interface/ |
D | SBValue.i | 315 Dereference (); 451 __swig_getmethods__["deref"] = Dereference 452 …if _newclass: deref = property(Dereference, None, doc='''A read only property that returns an lldb…
|
/external/lldb/examples/summaries/ |
D | objc.py | 16 return BOOL_SummaryProvider (valobj.Dereference(),dict)
|
/external/clang/test/Analysis/ |
D | plist-output-alternate.m | 153 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</strin… 155 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</strin… 158 // CHECK-NEXT: <key>description</key><string>Dereference of null pointer (loaded from variable &… 160 // CHECK-NEXT: <key>type</key><string>Dereference of null pointer</string> 297 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</strin… 299 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</strin… 302 // CHECK-NEXT: <key>description</key><string>Dereference of null pointer (loaded from variable &… 304 // CHECK-NEXT: <key>type</key><string>Dereference of null pointer</string> 504 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'q')</strin… 506 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'q')</strin… [all …]
|
D | null-deref-path-notes.m | 19 …return *x; // expected-warning{{Dereference of null pointer (loaded from variable 'x')}} expected-… 50 …*p = 1; // expected-warning{{Dereference of null pointer}} expected-note{{Dereference of null poin… 278 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'x')</strin… 280 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'x')</strin… 283 // CHECK-NEXT: <key>description</key><string>Dereference of null pointer (loaded from variable &… 285 // CHECK-NEXT: <key>type</key><string>Dereference of null pointer</string> 511 // CHECK-NEXT: <key>type</key><string>Dereference of null pointer</string> 779 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</strin… 781 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</strin… 784 // CHECK-NEXT: <key>description</key><string>Dereference of null pointer (loaded from variable &… [all …]
|
D | objc-for.m | 147 int y = *x; // expected-warning {{Dereference of null pointer}} 162 int y = *x; // expected-warning {{Dereference of null pointer}} 178 int y = *x; // expected-warning {{Dereference of null pointer}}
|
D | plist-output.m | 290 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</strin… 292 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</strin… 295 // CHECK-NEXT: <key>description</key><string>Dereference of null pointer (loaded from variable &… 297 // CHECK-NEXT: <key>type</key><string>Dereference of null pointer</string> 434 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</strin… 436 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</strin… 439 // CHECK-NEXT: <key>description</key><string>Dereference of null pointer (loaded from variable &… 441 // CHECK-NEXT: <key>type</key><string>Dereference of null pointer</string> 641 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'q')</strin… 643 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'q')</strin… [all …]
|
D | objc-boxing.m | 45 return @(*x); // expected-warning {{Dereference of null pointer (loaded from variable 'x')}}
|
D | edges-new.mm | 720 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</strin… 722 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</strin… 725 // CHECK-NEXT: <key>description</key><string>Dereference of null pointer (loaded from variable &… 727 // CHECK-NEXT: <key>type</key><string>Dereference of null pointer</string> 898 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</strin… 900 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</strin… 903 // CHECK-NEXT: <key>description</key><string>Dereference of null pointer (loaded from variable &… 905 // CHECK-NEXT: <key>type</key><string>Dereference of null pointer</string> 1139 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'q')</strin… 1141 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'q')</strin… [all …]
|
/external/lldb/include/lldb/Core/ |
D | ValueObjectConstResultChild.h | 42 Dereference (Error &error);
|
D | ValueObjectConstResultImpl.h | 39 Dereference (Error &error);
|
D | ValueObjectConstResult.h | 90 Dereference (Error &error);
|
/external/lldb/source/DataFormatters/ |
D | LibCxxMap.cpp | 278 deref = m_root_node->Dereference(error); in GetDataType() 328 iterated_sp = iterated_sp->Dereference(error); in GetChildAtIndex()
|
D | NSSet.cpp | 212 valobj_sp = valobj_sp->Dereference(error); in Update() 354 valobj_sp = valobj_sp->Dereference(error); in Update()
|
/external/lldb/test/python_api/default-constructor/ |
D | sb_value.py | 31 obj.Dereference()
|
/external/clang/utils/ |
D | ClangDataFormat.py | 153 return found if not found.TypeIsPointerType() else found.Dereference()
|
/external/lldb/include/lldb/API/ |
D | SBValue.h | 338 Dereference ();
|
/external/lldb/examples/synthetic/ |
D | libcxx.py | 498 deref = self.root_node.Dereference() 554 current = current.Dereference() 763 self.cntrl = cntrl.Dereference()
|