Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DErrorOr.h230 pointer toPointer(pointer Val) { in toPointer() function
234 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function
236 pointer toPointer(wrap *Val) { in toPointer() function
240 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function
DError.h617 pointer toPointer(pointer Val) { return Val; } in toPointer() function
619 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function
621 pointer toPointer(wrap *Val) { return &Val->get(); } in toPointer() function
623 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function
/external/llvm-project/llvm/include/llvm/Support/
DErrorOr.h223 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
DError.h621 pointer toPointer(pointer Val) { return Val; } in toPointer() function
623 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function
625 pointer toPointer(wrap *Val) { return &Val->get(); } in toPointer() function
627 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function
/external/swiftshader/third_party/llvm-subzero/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.h812 pointer toPointer(pointer Val) { return Val; } in toPointer() function
814 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function
816 pointer toPointer(wrap *Val) { return &Val->get(); } in toPointer() function
818 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function
/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
/external/icu/icu4c/source/i18n/
Dpluralranges.cpp107 StandardPluralRanges::toPointer(UErrorCode& status) && noexcept { in toPointer() function in StandardPluralRanges
/external/golang-protobuf/proto/
Dpointer_unsafe.go79 func toPointer(i *Message) pointer { func
Dpointer_reflect.go76 func toPointer(i *Message) pointer { func