Home
last modified time | relevance | path

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

12345678910>>...25

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/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
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/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
/dports/devel/llvm10/llvm-10.0.1.src/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
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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
/dports/graphics/llvm-mesa/llvm-13.0.1.src/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
/dports/devel/llvm12/llvm-project-12.0.1.src/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
/dports/devel/llvm11/llvm-11.0.1.src/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
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/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
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/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
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/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
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/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
/dports/devel/llvm13/llvm-project-13.0.1.src/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
/dports/devel/llvm90/llvm-9.0.1.src/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
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Support/
H A 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
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Support/
H A 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
/dports/devel/binaryen/binaryen-version_98/third_party/llvm-project/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
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/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
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/include/llvm/Support/
H A DErrorOr.h250 pointer toPointer(pointer Val) { in toPointer() function
254 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function
256 pointer toPointer(wrap *Val) { in toPointer() function
260 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function
/dports/devel/apitrace/apitrace-9.0/lib/trace/
H A Dtrace_model.cpp221 void * Value ::toPointer(void) const { assert(0); return NULL; } in toPointer() function in trace::Value
222 void * Null ::toPointer(void) const { return NULL; } in toPointer() function in trace::Null
223 void * Blob ::toPointer(void) const { return buf; } in toPointer() function in trace::Blob
224 void * Pointer::toPointer(void) const { return (void *)value; } in toPointer() function in trace::Pointer
225 void * Repr ::toPointer(void) const { return machineValue->toPointer(); } in toPointer() function in trace::Repr
227 void * Value ::toPointer(bool bind) { assert(0); return NULL; } in toPointer() function in trace::Value
228 void * Null ::toPointer(bool bind) { return NULL; } in toPointer() function in trace::Null
229 void * Blob ::toPointer(bool bind) { if (bind) bound = true; return buf; } in toPointer() function in trace::Blob
230 void * Pointer::toPointer(bool bind) { return (void *)value; } in toPointer() function in trace::Pointer
231 void * Repr ::toPointer(bool bind) { return machineValue->toPointer(bind); } in toPointer() function in trace::Repr
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/orc/
H A Derror.h335 pointer toPointer(pointer Val) { return Val; } in toPointer() function
337 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function
339 pointer toPointer(wrap *Val) { return &Val->get(); } in toPointer() function
341 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/orc/
H A Derror.h335 pointer toPointer(pointer Val) { return Val; } in toPointer() function
337 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function
339 pointer toPointer(wrap *Val) { return &Val->get(); } in toPointer() function
341 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/orc/
H A Derror.h335 pointer toPointer(pointer Val) { return Val; } in toPointer() function
337 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function
339 pointer toPointer(wrap *Val) { return &Val->get(); } in toPointer() function
341 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/orc/
H A Derror.h335 pointer toPointer(pointer Val) { return Val; } in toPointer() function
337 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function
339 pointer toPointer(wrap *Val) { return &Val->get(); } in toPointer() function
341 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function

12345678910>>...25