Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DErrorOr.h224 pointer toPointer(pointer Val) { in toPointer() function
228 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function
230 pointer toPointer(wrap *Val) { in toPointer() function
234 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function
H A DError.h622 pointer toPointer(pointer Val) { return Val; } in toPointer() function
624 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function
626 pointer toPointer(wrap *Val) { return &Val->get(); } in toPointer() function
628 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function