Home
last modified time | relevance | path

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

12

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValueObjectConstResultChild.cpp51 ValueObjectConstResultChild::Dereference (Error &error) in Dereference() function in ValueObjectConstResultChild
53 return m_impl.Dereference(error); in Dereference()
HDValueObjectConstResultImpl.cpp44 ValueObjectConstResultImpl::Dereference (Error &error) in Dereference() function in ValueObjectConstResultImpl
49 return m_impl_backend->ValueObject::Dereference(error); in Dereference()
HDValueObjectConstResult.cpp310 ValueObjectConstResult::Dereference (Error &error) in Dereference() function in ValueObjectConstResult
312 return m_impl.Dereference(error); in Dereference()
HDValueObject.cpp982 ValueObjectSP pointee_sp = Dereference(error); in GetPointeeData()
2611 ValueObjectSP final_value = ret_val->Dereference(error); in GetValueForExpressionPath()
2687 ValueObjectSP final_value = ret_val->Dereference(error); in GetValuesForExpressionPath()
3060 root = root->Dereference(error); in GetValueForExpressionPath_Impl()
3228 root = root->Dereference(error); in GetValueForExpressionPath_Impl()
3413 root = root->Dereference(error); in ExpandArraySliceExpression()
3516 root = root->Dereference(error); in ExpandArraySliceExpression()
3710 ValueObject::Dereference (Error &error) in Dereference() function in ValueObject
4125 ptr_result_valobj_sp = ptr_result_valobj_sp->Dereference(err); in CreateValueObjectFromAddress()
HDFormatEntity.cpp855 target = target->Dereference(error).get(); in DumpValue()
/NextBSD/contrib/llvm/lib/Analysis/
HDCFLAliasAnalysis.cpp115 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()
343 Output.push_back(Edge(Ptr, Val, EdgeType::Dereference, AttrNone)); in visitStoreInst()
514 Output.push_back(Edge(&Inst, Val, EdgeType::Dereference, AttrNone)); in visitInsertElementInst()
528 Output.push_back(Edge(&Inst, Val, EdgeType::Dereference, AttrNone)); in visitInsertValueInst()
857 case EdgeType::Dereference: in flipWeight()
860 return EdgeType::Dereference; in flipWeight()
884 case EdgeType::Dereference: in directionOfEdgeType()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDValueObjectConstResultChild.h42 Dereference (Error &error);
HDValueObjectConstResultImpl.h39 Dereference (Error &error);
HDValueObjectConstResult.h94 Dereference (Error &error);
HDValueObject.h727 Dereference (Error &error);
/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDLibCxxMap.cpp287 deref = m_root_node->Dereference(error); in GetDataType()
341 iterated_sp = iterated_sp->Dereference(error); in GetChildAtIndex()
HDLibCxxUnorderedMap.cpp99 ValueObjectSP node_sp = m_next_element->Dereference(error); in GetChildAtIndex()
HDNSSet.cpp366 valobj_sp = valobj_sp->Dereference(error); in Update()
533 valobj_sp = valobj_sp->Dereference(error); in Update()
HDLibCxx.cpp50 ValueObjectSP pointee_sp = ptr_sp->Dereference(error); in LibcxxSmartPointerSummaryProvider()
HDCXXFormatterFunctions.cpp1050 real_guy_sp = valobj.Dereference(err); in ObjCBOOLSummaryProvider()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBValue.h351 Dereference ();
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDStackFrame.cpp836 ValueObjectSP temp(valobj_sp->Dereference(error)); in GetValueForVariableExpressionPath()
1038 ValueObjectSP temp(valobj_sp->Dereference(error)); in GetValueForVariableExpressionPath()
1151 ValueObjectSP deref_valobj_sp (valobj_sp->Dereference(error)); in GetValueForVariableExpressionPath()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBValue.cpp1290 SBValue::Dereference () in Dereference() function in SBValue
1298 sb_value = value_sp->Dereference (error); in Dereference()
1882 sb_watchpoint = Dereference().Watch (resolve_location, read, write, error); in WatchPointee()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDVariable.cpp377 … ValueObjectSP valobj_sp (valobj_list.GetValueObjectAtIndex(i)->Dereference(tmp_error)); in GetValuesForVariableExpressionPath()
/NextBSD/contrib/bzip2/
HDCHANGES235 * Dereference symlinks when copying file permissions in -f mode.
/NextBSD/contrib/gcc/cp/
HDChangeLog-19951410 * sig.c (build_signature_method_call): Dereference the optr for the
3168 * typeck.c (build_function_call_real): Dereference reference after
3198 * call.c (build_method_call): Dereference a returned reference.
HDChangeLog-1996295 * decl2.c (build_expr_from_tree): Dereference ref vars.
1517 * cvt.c (convert_to_reference): Dereference the result of a type
HDChangeLog-19942024 * typeck.c (build_modify_expr): Dereference references before trying
2113 * call.c (convert_harshness): Dereference reference on rhs before
HDChangeLog-20045052 (build_x_va_arg): Dereference a null pointer for a non-POD argument.
/NextBSD/contrib/gcc/
HDChangeLog-19996426 (expand_builtin_va_copy): Dereference the pointers explicitly;
6429 * rs6000.c (rs6000_va_start): Dereference valist to get to the record.
7113 * c-pragma.c (mark_align_stack): Dereference the void* properly.

12