Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DErrorOr.h231 pointer toPointer(pointer Val) { in toPointer() function
235 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function
237 pointer toPointer(wrap *Val) { in toPointer() function
241 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function
DError.h611 pointer toPointer(pointer Val) { return Val; } in toPointer() function
613 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function
615 pointer toPointer(wrap *Val) { return &Val->get(); } in toPointer() function
617 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/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/syzkaller/vendor/github.com/golang/protobuf/proto/
Dpointer_unsafe.go79 func toPointer(i *Message) pointer { func
Dpointer_reflect.go76 func toPointer(i *Message) pointer { func
/external/golang-protobuf/proto/
Dpointer_reflect.go76 func toPointer(i *Message) pointer { func
Dpointer_unsafe.go79 func toPointer(i *Message) pointer { func
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/MANIFEST.MF org/jetbrains/kotlin/utils/JavaSdkUtil.class JavaSdkUtil ...