Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DErrorOr.h164 return toPointer(getStorage());
167 const_pointer operator->() const { return toPointer(getStorage()); }
230 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.h562 return toPointer(getStorage());
568 return toPointer(getStorage());
617 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.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
DError.h566 return toPointer(getStorage());
572 return toPointer(getStorage());
621 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.h174 return toPointer(getStorage());
177 const_pointer operator->() const { return toPointer(getStorage()); }
240 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.h757 return toPointer(getStorage());
763 return toPointer(getStorage());
812 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.h174 return toPointer(getStorage());
177 const_pointer operator->() const { return toPointer(getStorage()); }
240 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.h721 return toPointer(getStorage());
727 return toPointer(getStorage());
777 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.h35 LocalPointer<StandardPluralRanges> toPointer(UErrorCode& status) && noexcept;
Dpluralranges.cpp107 StandardPluralRanges::toPointer(UErrorCode& status) && noexcept { in toPointer() function in StandardPluralRanges
Dplurrule.cpp139 .toPointer(mInternalStatus) in operator =()
273 .toPointer(status) in internalForLocale()
/external/icu/libicu/cts_headers/
Dpluralranges.h35 LocalPointer<StandardPluralRanges> toPointer(UErrorCode& status) && noexcept;
/external/golang-protobuf/proto/
Dtable_merge.go50 mi.merge(toPointer(&dst), toPointer(&src))
Dpointer_unsafe.go79 func toPointer(i *Message) pointer { func
Ddiscard.go75 di.discard(toPointer(&m))
Dpointer_reflect.go76 func toPointer(i *Message) pointer { func
Dtable_marshal.go118 ptr := toPointer(&msg)
134 ptr := toPointer(&msg)
Dtable_unmarshal.go63 err := u.unmarshal(toPointer(&msg), b)
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...