Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A 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
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/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.h666 pointer toPointer(pointer Val) { return Val; } in toPointer() function
668 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function
670 pointer toPointer(wrap *Val) { return &Val->get(); } in toPointer() function
672 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/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.h666 pointer toPointer(pointer Val) { return Val; } in toPointer() function
668 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function
670 pointer toPointer(wrap *Val) { return &Val->get(); } in toPointer() function
672 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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.h662 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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.h666 pointer toPointer(pointer Val) { return Val; } in toPointer() function
668 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function
670 pointer toPointer(wrap *Val) { return &Val->get(); } in toPointer() function
672 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/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.h666 pointer toPointer(pointer Val) { return Val; } in toPointer() function
668 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function
670 pointer toPointer(wrap *Val) { return &Val->get(); } in toPointer() function
672 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function
/aosp_15_r20/external/llvm/include/llvm/Support/
H A 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
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A 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
H A 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
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dpluralranges.cpp107 StandardPluralRanges::toPointer(UErrorCode& status) && noexcept { in toPointer() function in StandardPluralRanges
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dpluralranges.cpp107 StandardPluralRanges::toPointer(UErrorCode& status) && noexcept { in toPointer() function in StandardPluralRanges
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/net/java/dev/jna/jna-platform/5.6.0/
HDjna-platform-5.6.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/ ...
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/lint-psi/intellij-core/
HDintellij-core-mvn.jarMETA-INF/ META-INF/MANIFEST.MF NOTICE META-INF/JavaPsiPlugin.xml ...
/aosp_15_r20/prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/31.7.0-alpha07/
HDintellij-core-31.7.0-alpha07.jarMETA-INF/ META-INF/MANIFEST.MF NOTICE META-INF/JavaPsiPlugin.xml ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/1.3.61-release-180/
HDkotlin-compiler-1.3.61-release-180.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...
/aosp_15_r20/external/kotlinc/lib/
HDkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF FirNativeForwardDeclarationGetClassCallChecker.class FirNativeForwardDeclarationGetClassCallChecker.kt package FirNativeForwardDeclarationGetClassCallChecker ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/gradle-plugin/metalava-gradle-plugin-deps/linux_glibc_common/local-combined/
Dmetalava-gradle-plugin-deps.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/AL2.0 META ...