Home
last modified time | relevance | path

Searched refs:toPointer (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorOr.h157 return toPointer(getStorage());
160 const_pointer operator->() const { return toPointer(getStorage()); }
223 pointer toPointer(pointer Val) { in toPointer() function
227 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function
229 pointer toPointer(wrap *Val) { in toPointer() function
233 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function
H A DError.h611 return toPointer(getStorage());
617 return toPointer(getStorage());
666 pointer toPointer(pointer Val) { return Val; } in toPointer() function
668 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function
670 pointer toPointer(wrap *Val) { return &Val->get(); } in toPointer() function
672 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/
H A Derror.h280 return toPointer(getStorage());
286 return toPointer(getStorage());
333 pointer toPointer(pointer Val) { return Val; } in toPointer() function
335 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function
337 pointer toPointer(wrap *Val) { return &Val->get(); } in toPointer() function
339 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function