| /llvm-project-15.0.7/clang/test/Analysis/inlining/ |
| H A D | false-positive-suppression.m | 24 // expected-warning@-2 {{Dereference of null pointer}} 31 // expected-warning@-2 {{Dereference of null pointer}} 87 // expected-warning@-2 {{Dereference of null pointer}} 95 // expected-warning@-2 {{Dereference of null pointer}} 104 // expected-warning@-2 {{Dereference of null pointer}} 113 // expected-warning@-2 {{Dereference of null pointer}} 134 // expected-warning@-2 {{Dereference of null pointer}}
|
| H A D | path-notes.m | 79 *getZeroIfNil(0) = 1; // expected-warning{{Dereference of null pointer}} 83 // expected-note@-4 {{Dereference of null pointer}} 135 *x = 1; // expected-warning {{Dereference of null pointer}} 136 // expected-note@-1 {{Dereference of null pointer (loaded from variable 'x')}}
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/dereferencing_references/ |
| H A D | TestCPPDereferencingReferences.py | 17 self.assertEqual(lref_val.Dereference().GetType().GetName(), "TTT") 21 self.assertEqual(rref_val.Dereference().GetType().GetName(), "TTT") 25 self.assertEqual(td_val.Dereference().GetType().GetName(), "int")
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/formatters/ |
| H A D | formatters.py | 11 b_ref = b_ref_ptr.Dereference() 15 … str(a_ptr.GetValueAsUnsigned(0)) + ' -> ' + str(a_ptr.Dereference().GetValueAsUnsigned(0)) + \ 17 …', i_ptr = ' + str(i_ptr.GetValueAsUnsigned(0)) + ' -> ' + str(i_ptr.Dereference().GetValueAsUnsig…
|
| H A D | foosynth.py | 19 return self.i_ptr.Dereference()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A 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…
|
| H A D | null-deref-static.m | 16 *x; // expected-warning{{Dereference of null pointer}} 31 *x; // expected-warning{{Dereference of null pointer}}
|
| H A D | objc-for.m | 151 int y = *x; // expected-warning {{Dereference of null pointer}} 166 int y = *x; // expected-warning {{Dereference of null pointer}} 182 int y = *x; // expected-warning {{Dereference of null pointer}}
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | ValueObjectConstResultCast.cpp | 32 lldb::ValueObjectSP ValueObjectConstResultCast::Dereference(Status &error) { in Dereference() function in ValueObjectConstResultCast 33 return m_impl.Dereference(error); in Dereference()
|
| H A D | ValueObjectConstResultChild.cpp | 39 lldb::ValueObjectSP ValueObjectConstResultChild::Dereference(Status &error) { in Dereference() function in ValueObjectConstResultChild 40 return m_impl.Dereference(error); in Dereference()
|
| H A D | ValueObjectConstResultImpl.cpp | 40 lldb::ValueObjectSP ValueObjectConstResultImpl::Dereference(Status &error) { in Dereference() function in ValueObjectConstResultImpl 44 return m_impl_backend->ValueObject::Dereference(error); in Dereference()
|
| /llvm-project-15.0.7/clang/test/Analysis/diagnostics/ |
| H A D | macros.m | 18 *p = 7; // expected-warning {{Dereference of null pointer (loaded from variable 'p')}} 19 // expected-note@-1 {{Dereference of null pointer (loaded from variable 'p')}}
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/context-object-objc/ |
| H A D | TestContextObjectObjc.py | 26 obj_val = obj_val.Dereference() 58 obj_val = obj_val.Dereference()
|
| /llvm-project-15.0.7/clang/test/Analysis/diagnostics/Inputs/expected-plists/ |
| H A D | plist-multi-file.c.plist | 167 <string>Dereference of null pointer (loaded from variable 'ptr')</string> 169 <string>Dereference of null pointer (loaded from variable 'ptr')</string> 172 …<key>description</key><string>Dereference of null pointer (loaded from variable 'ptr')</… 174 <key>type</key><string>Dereference of null pointer</string>
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/context-object/ |
| H A D | TestContextObject.py | 104 value = obj_val.Dereference().EvaluateExpression("field") 134 value = obj_val.Dereference().EvaluateExpression("field")
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | StackFrame.cpp | 654 valobj_sp = valobj_sp->Dereference(deref_error); in GetValueForVariableExpressionPath() 791 ValueObjectSP temp(valobj_sp->Dereference(error)); in GetValueForVariableExpressionPath() 990 ValueObjectSP temp(valobj_sp->Dereference(error)); in GetValueForVariableExpressionPath() 1063 ValueObjectSP deref_valobj_sp(valobj_sp->Dereference(error)); in GetValueForVariableExpressionPath() 1230 case Instruction::Operand::Type::Dereference: in GetBaseExplainingValue() 1293 if (operand.m_type == Instruction::Operand::Type::Dereference) { in GetBaseExplainingDereference() 1427 ValueObjectSP pointee = base->Dereference(error); in GetValueForDereferincingOffset() 1554 if (!MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt() 1557 MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt() 1636 MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt() [all …]
|
| /llvm-project-15.0.7/lldb/examples/summaries/ |
| H A D | objc.py | 19 return BOOL_SummaryProvider(valobj.Dereference(), dict)
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugFrame.cpp | 85 if (Dereference) in dump() 122 if (Dereference) in dump() 141 return Offset == RHS.Offset && Dereference == RHS.Dereference; in operator ==() 144 Dereference == RHS.Dereference; in operator ==() 146 return *Expr == *RHS.Expr && Dereference == RHS.Dereference; in operator ==()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugFrame.h | 74 bool Dereference; /// If true, the resulting location must be dereferenced variable 81 Dereference(false) {} in UnwindLocation() 85 : Kind(K), RegNum(Reg), Offset(Off), AddrSpace(AS), Dereference(Deref) {} in UnwindLocation() 89 Dereference(Deref) {} in UnwindLocation()
|
| /llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/ |
| H A D | SymbolStringPoolTest.cpp | 37 TEST(SymbolStringPool, Dereference) { in TEST() argument
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-python-synth/ |
| H A D | fooSynthProvider.py | 45 return self.valobj.GetChildMemberWithName('ptr').Dereference()
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | ValueObjectConstResultCast.h | 36 lldb::ValueObjectSP Dereference(Status &error) override;
|
| H A D | ValueObjectConstResultImpl.h | 39 lldb::ValueObjectSP Dereference(Status &error);
|
| /llvm-project-15.0.7/lldb/test/API/python_api/value/empty_class/ |
| H A D | TestValueAPIEmptyClass.py | 49 epd = ep.Dereference()
|
| /llvm-project-15.0.7/clang/test/Analysis/scan-build/ |
| H A D | plist_output.test | 23 CHECK-REPORT-PLIST-CONTENTS: <key>type</key><string>Dereference of null pointer</string>
|