Searched defs:SetPtr (Results 1 – 3 of 3) sorted by relevance
162 void SBBlock::SetPtr(lldb_private::Block *block) { m_opaque_ptr = block; } in SetPtr() function in SBBlock
235 const PtrSet *SetPtr = State->get<RawPtrMap>(ObjRegion); in checkPostCall() local
348 void SetPtr(T *Ptr) const { As<T *>(true) = Ptr; } in SetPtr() function