/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
D | ErrorOr.h | 224 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
|
D | Error.h | 662 pointer toPointer(pointer Val) { return Val; } in toPointer() function 664 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function 666 pointer toPointer(wrap *Val) { return &Val->get(); } in toPointer() function 668 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | ErrorOr.h | 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
|
D | Error.h | 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/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ErrorOr.h | 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
|
D | Error.h | 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/ |
D | ErrorOr.h | 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
|
D | Error.h | 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/cronet/stable/third_party/icu/source/i18n/ |
D | pluralranges.cpp | 107 StandardPluralRanges::toPointer(UErrorCode& status) && noexcept { in toPointer() function in StandardPluralRanges
|
/external/cronet/tot/third_party/icu/source/i18n/ |
D | pluralranges.cpp | 107 StandardPluralRanges::toPointer(UErrorCode& status) && noexcept { in toPointer() function in StandardPluralRanges
|
/external/icu/icu4c/source/i18n/ |
D | pluralranges.cpp | 107 StandardPluralRanges::toPointer(UErrorCode& status) && noexcept { in toPointer() function in StandardPluralRanges
|
/external/perfetto/src/android_sdk/jni/ |
D | dev_perfetto_sdk_PerfettoTrace.cc | 30 inline static T* toPointer(jlong ptr) { in toPointer() function
|
D | dev_perfetto_sdk_PerfettoTrackEventExtra.cc | 31 inline static T* toPointer(jlong ptr) { in toPointer() function
|