Home
last modified time | relevance | path

Searched defs:toPointer (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
DErrorOr.h240 pointer toPointer(pointer Val) { in toPointer() function
244 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function
246 pointer toPointer(wrap *Val) { in toPointer() function
250 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function
DError.h777 pointer toPointer(pointer Val) { return Val; } in toPointer() function
779 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function
781 pointer toPointer(wrap *Val) { return &Val->get(); } in toPointer() function
783 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function