Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/icu/source/i18n/
Dpluralranges.cpp107 StandardPluralRanges::toPointer(UErrorCode& status) && noexcept { in toPointer() function in StandardPluralRanges
/third_party/icu/icu4c/source/i18n/
Dpluralranges.cpp107 StandardPluralRanges::toPointer(UErrorCode& status) && noexcept { in toPointer() function in StandardPluralRanges
/third_party/node/deps/icu-small/source/i18n/
Dpluralranges.cpp107 StandardPluralRanges::toPointer(UErrorCode& status) && noexcept { in toPointer() function in StandardPluralRanges