Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/clang/test/Analysis/inlining/
H A Dfalse-positive-suppression.m24 // 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 Dpath-notes.m79 *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 DTestCPPDereferencingReferences.py17 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 Dformatters.py11 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 Dfoosynth.py19 return self.i_ptr.Dereference()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dnull-deref-path-notes.m19 …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 Dnull-deref-static.m16 *x; // expected-warning{{Dereference of null pointer}}
31 *x; // expected-warning{{Dereference of null pointer}}
H A Dobjc-for.m151 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 DValueObjectConstResultCast.cpp32 lldb::ValueObjectSP ValueObjectConstResultCast::Dereference(Status &error) { in Dereference() function in ValueObjectConstResultCast
33 return m_impl.Dereference(error); in Dereference()
H A DValueObjectConstResultChild.cpp39 lldb::ValueObjectSP ValueObjectConstResultChild::Dereference(Status &error) { in Dereference() function in ValueObjectConstResultChild
40 return m_impl.Dereference(error); in Dereference()
H A DValueObjectConstResultImpl.cpp40 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 Dmacros.m18 *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 DTestContextObjectObjc.py26 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 Dplist-multi-file.c.plist167 <string>Dereference of null pointer (loaded from variable &apos;ptr&apos;)</string>
169 <string>Dereference of null pointer (loaded from variable &apos;ptr&apos;)</string>
172 …<key>description</key><string>Dereference of null pointer (loaded from variable &apos;ptr&apos;)</…
174 <key>type</key><string>Dereference of null pointer</string>
/llvm-project-15.0.7/lldb/test/API/commands/expression/context-object/
H A DTestContextObject.py104 value = obj_val.Dereference().EvaluateExpression("field")
134 value = obj_val.Dereference().EvaluateExpression("field")
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrame.cpp654 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 Dobjc.py19 return BOOL_SummaryProvider(valobj.Dereference(), dict)
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp85 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 DDWARFDebugFrame.h74 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 DSymbolStringPoolTest.cpp37 TEST(SymbolStringPool, Dereference) { in TEST() argument
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-python-synth/
H A DfooSynthProvider.py45 return self.valobj.GetChildMemberWithName('ptr').Dereference()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObjectConstResultCast.h36 lldb::ValueObjectSP Dereference(Status &error) override;
H A DValueObjectConstResultImpl.h39 lldb::ValueObjectSP Dereference(Status &error);
/llvm-project-15.0.7/lldb/test/API/python_api/value/empty_class/
H A DTestValueAPIEmptyClass.py49 epd = ep.Dereference()
/llvm-project-15.0.7/clang/test/Analysis/scan-build/
H A Dplist_output.test23 CHECK-REPORT-PLIST-CONTENTS: <key>type</key><string>Dereference of null pointer</string>

123