Home
last modified time | relevance | path

Searched refs:PointerTy (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/include/llvm/ADT/
H A DPointerIntPair.h67 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair()
70 explicit PointerIntPair(PointerTy PtrVal) { in PointerIntPair()
74 PointerTy getPointer() const { in getPointer()
83 void setPointer(PointerTy PtrVal) { in setPointer()
101 void initWithPointer(PointerTy PtrVal) { in initWithPointer()
109 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) { in setPointerAndInt()
120 PointerTy const *getAddrOfPointer() const { in getAddrOfPointer()
124 PointerTy *getAddrOfPointer() { in getAddrOfPointer()
128 return reinterpret_cast<PointerTy *>(&Value); in getAddrOfPointer()
162 typedef PointerIntPair<PointerTy, IntBits, IntType> Ty;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DPointerIntPair.h44 typename PtrTraits = PointerLikeTypeTraits<PointerTy>,
51 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair()
62 void setPointer(PointerTy PtrVal) { in setPointer()
70 void initWithPointer(PointerTy PtrVal) { in initWithPointer()
74 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) { in setPointerAndInt()
79 PointerTy const *getAddrOfPointer() const { in getAddrOfPointer()
83 PointerTy *getAddrOfPointer() { in getAddrOfPointer()
87 return reinterpret_cast<PointerTy *>(&Value); in getAddrOfPointer()
183 typedef PointerIntPair<PointerTy, IntBits, IntType> Ty;
211 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/ADT/
H A DPointerIntPair.h42 typename PtrTraits = PointerLikeTypeTraits<PointerTy>,
52 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair()
62 void setPointer(PointerTy PtrVal) { in setPointer()
70 void initWithPointer(PointerTy PtrVal) { in initWithPointer()
74 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) { in setPointerAndInt()
79 PointerTy const *getAddrOfPointer() const { in getAddrOfPointer()
83 PointerTy *getAddrOfPointer() { in getAddrOfPointer()
87 return reinterpret_cast<PointerTy *>(&Value); in getAddrOfPointer()
188 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
220 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/ADT/
H A DPointerIntPair.h42 typename PtrTraits = PointerLikeTypeTraits<PointerTy>,
50 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair()
60 void setPointer(PointerTy PtrVal) { in setPointer()
68 void initWithPointer(PointerTy PtrVal) { in initWithPointer()
72 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) { in setPointerAndInt()
77 PointerTy const *getAddrOfPointer() const { in getAddrOfPointer()
81 PointerTy *getAddrOfPointer() { in getAddrOfPointer()
85 return reinterpret_cast<PointerTy *>(&Value); in getAddrOfPointer()
186 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
218 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/include/llvm/ADT/
H A DPointerIntPair.h44 typename PtrTraits = PointerLikeTypeTraits<PointerTy>,
51 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair()
62 void setPointer(PointerTy PtrVal) { in setPointer()
70 void initWithPointer(PointerTy PtrVal) { in initWithPointer()
74 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) { in setPointerAndInt()
79 PointerTy const *getAddrOfPointer() const { in getAddrOfPointer()
83 PointerTy *getAddrOfPointer() { in getAddrOfPointer()
87 return reinterpret_cast<PointerTy *>(&Value); in getAddrOfPointer()
183 typedef PointerIntPair<PointerTy, IntBits, IntType> Ty;
211 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/devel/binaryen/binaryen-version_98/third_party/llvm-project/include/llvm/ADT/
H A DPointerIntPair.h43 typename PtrTraits = PointerLikeTypeTraits<PointerTy>,
53 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair()
63 void setPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { in setPointer()
71 void initWithPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { in initWithPointer()
80 PointerTy const *getAddrOfPointer() const { in getAddrOfPointer()
84 PointerTy *getAddrOfPointer() { in getAddrOfPointer()
88 return reinterpret_cast<PointerTy *>(&Value); in getAddrOfPointer()
196 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
222 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
228 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ADT/
H A DPointerIntPair.h43 typename PtrTraits = PointerLikeTypeTraits<PointerTy>,
53 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair()
63 void setPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { in setPointer()
71 void initWithPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { in initWithPointer()
80 PointerTy const *getAddrOfPointer() const { in getAddrOfPointer()
84 PointerTy *getAddrOfPointer() { in getAddrOfPointer()
88 return reinterpret_cast<PointerTy *>(&Value); in getAddrOfPointer()
196 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
222 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
228 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DPointerIntPair.h43 typename PtrTraits = PointerLikeTypeTraits<PointerTy>,
53 PointerIntPair(PointerTy PtrVal, IntType IntVal) {
63 void setPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION {
71 void initWithPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION {
80 PointerTy const *getAddrOfPointer() const {
84 PointerTy *getAddrOfPointer() {
88 return reinterpret_cast<PointerTy *>(&Value);
196 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
222 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
228 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/ADT/
H A DPointerIntPair.h43 typename PtrTraits = PointerLikeTypeTraits<PointerTy>,
53 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair()
63 void setPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { in setPointer()
71 void initWithPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { in initWithPointer()
80 PointerTy const *getAddrOfPointer() const { in getAddrOfPointer()
84 PointerTy *getAddrOfPointer() { in getAddrOfPointer()
88 return reinterpret_cast<PointerTy *>(&Value); in getAddrOfPointer()
196 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
222 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
228 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/ADT/
H A DPointerIntPair.h43 typename PtrTraits = PointerLikeTypeTraits<PointerTy>,
53 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair()
63 void setPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { in setPointer()
71 void initWithPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { in initWithPointer()
80 PointerTy const *getAddrOfPointer() const { in getAddrOfPointer()
84 PointerTy *getAddrOfPointer() { in getAddrOfPointer()
88 return reinterpret_cast<PointerTy *>(&Value); in getAddrOfPointer()
196 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
222 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
228 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ADT/
H A DPointerIntPair.h43 typename PtrTraits = PointerLikeTypeTraits<PointerTy>,
53 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair()
63 void setPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { in setPointer()
71 void initWithPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { in initWithPointer()
80 PointerTy const *getAddrOfPointer() const { in getAddrOfPointer()
84 PointerTy *getAddrOfPointer() { in getAddrOfPointer()
88 return reinterpret_cast<PointerTy *>(&Value); in getAddrOfPointer()
196 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
222 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
228 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DPointerIntPair.h43 typename PtrTraits = PointerLikeTypeTraits<PointerTy>,
53 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair()
63 void setPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { in setPointer()
71 void initWithPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { in initWithPointer()
80 PointerTy const *getAddrOfPointer() const { in getAddrOfPointer()
84 PointerTy *getAddrOfPointer() { in getAddrOfPointer()
88 return reinterpret_cast<PointerTy *>(&Value); in getAddrOfPointer()
196 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
222 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
228 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/ADT/
H A DPointerIntPair.h43 typename PtrTraits = PointerLikeTypeTraits<PointerTy>,
53 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair()
63 void setPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { in setPointer()
71 void initWithPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { in initWithPointer()
80 PointerTy const *getAddrOfPointer() const { in getAddrOfPointer()
84 PointerTy *getAddrOfPointer() { in getAddrOfPointer()
88 return reinterpret_cast<PointerTy *>(&Value); in getAddrOfPointer()
196 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
222 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
228 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DPointerIntPair.h43 typename PtrTraits = PointerLikeTypeTraits<PointerTy>,
53 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair()
63 void setPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { in setPointer()
71 void initWithPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { in initWithPointer()
80 PointerTy const *getAddrOfPointer() const { in getAddrOfPointer()
84 PointerTy *getAddrOfPointer() { in getAddrOfPointer()
88 return reinterpret_cast<PointerTy *>(&Value); in getAddrOfPointer()
196 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
222 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
228 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/ADT/
H A DPointerIntPair.h43 typename PtrTraits = PointerLikeTypeTraits<PointerTy>,
53 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair()
63 void setPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { in setPointer()
71 void initWithPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { in initWithPointer()
80 PointerTy const *getAddrOfPointer() const { in getAddrOfPointer()
84 PointerTy *getAddrOfPointer() { in getAddrOfPointer()
88 return reinterpret_cast<PointerTy *>(&Value); in getAddrOfPointer()
196 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
222 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
228 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ADT/
H A DPointerIntPair.h43 typename PtrTraits = PointerLikeTypeTraits<PointerTy>,
53 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair()
63 void setPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { in setPointer()
71 void initWithPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { in initWithPointer()
80 PointerTy const *getAddrOfPointer() const { in getAddrOfPointer()
84 PointerTy *getAddrOfPointer() { in getAddrOfPointer()
88 return reinterpret_cast<PointerTy *>(&Value); in getAddrOfPointer()
196 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
222 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
228 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DPointerIntPair.h43 typename PtrTraits = PointerLikeTypeTraits<PointerTy>,
53 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair()
63 void setPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { in setPointer()
71 void initWithPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { in initWithPointer()
80 PointerTy const *getAddrOfPointer() const { in getAddrOfPointer()
84 PointerTy *getAddrOfPointer() { in getAddrOfPointer()
88 return reinterpret_cast<PointerTy *>(&Value); in getAddrOfPointer()
196 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
222 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
228 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DPointerIntPair.h43 typename PtrTraits = PointerLikeTypeTraits<PointerTy>,
53 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair()
63 void setPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { in setPointer()
71 void initWithPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { in initWithPointer()
80 PointerTy const *getAddrOfPointer() const { in getAddrOfPointer()
84 PointerTy *getAddrOfPointer() { in getAddrOfPointer()
88 return reinterpret_cast<PointerTy *>(&Value); in getAddrOfPointer()
196 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
222 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
228 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/ADT/
H A DPointerIntPair.h43 typename PtrTraits = PointerLikeTypeTraits<PointerTy>,
53 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair()
63 void setPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { in setPointer()
71 void initWithPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { in initWithPointer()
80 PointerTy const *getAddrOfPointer() const { in getAddrOfPointer()
84 PointerTy *getAddrOfPointer() { in getAddrOfPointer()
88 return reinterpret_cast<PointerTy *>(&Value); in getAddrOfPointer()
196 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
222 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
228 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DPointerIntPair.h43 typename PtrTraits = PointerLikeTypeTraits<PointerTy>,
53 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair()
63 void setPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { in setPointer()
71 void initWithPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { in initWithPointer()
80 PointerTy const *getAddrOfPointer() const { in getAddrOfPointer()
84 PointerTy *getAddrOfPointer() { in getAddrOfPointer()
88 return reinterpret_cast<PointerTy *>(&Value); in getAddrOfPointer()
196 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
222 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> {
228 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/ADT/
H A DPointerIntPair.h42 typename PtrTraits = PointerLikeTypeTraits<PointerTy>,
52 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair()
62 void setPointer(PointerTy PtrVal) { in setPointer()
70 void initWithPointer(PointerTy PtrVal) { in initWithPointer()
74 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) { in setPointerAndInt()
79 PointerTy const *getAddrOfPointer() const { in getAddrOfPointer()
83 PointerTy *getAddrOfPointer() { in getAddrOfPointer()
87 return reinterpret_cast<PointerTy *>(&Value); in getAddrOfPointer()
195 using Ty = PointerIntPair<PointerTy, IntBits, IntType>;
227 static inline PointerIntPair<PointerTy, IntBits, IntType>
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/ADT/
H A DPointerIntPair.h40 typename PtrTraits = PointerLikeTypeTraits<PointerTy> >
60 PointerIntPair(PointerTy Ptr, IntType Int) : Value(0) { in PointerIntPair()
67 PointerTy getPointer() const { in getPointer()
76 void setPointer(PointerTy Ptr) { in setPointer()
110 template<typename PointerTy, unsigned IntBits, typename IntType>
111 struct isPodLike<PointerIntPair<PointerTy, IntBits, IntType> > {
116 template<typename PointerTy, unsigned IntBits, typename IntType>
118 typedef PointerIntPair<PointerTy, IntBits, IntType> Ty;
127 return Ty(reinterpret_cast<PointerTy>(Val), IntType(0));
137 template<typename PointerTy, unsigned IntBits, typename IntType,
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Analysis/
H A Dstack-frame-context-revision.cpp11 template <typename PointerTy>
13 PointerTy getFromVoidPointer(void *P) const { in getFromVoidPointer()
14 return static_cast<PointerTy>(P); in getFromVoidPointer()
17 PointerTy getPointer() const { in getPointer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Analysis/
H A Dstack-frame-context-revision.cpp11 template <typename PointerTy>
13 PointerTy getFromVoidPointer(void *P) const { in getFromVoidPointer()
14 return static_cast<PointerTy>(P); in getFromVoidPointer()
17 PointerTy getPointer() const { in getPointer()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dstack-frame-context-revision.cpp11 template <typename PointerTy>
13 PointerTy getFromVoidPointer(void *P) const { in getFromVoidPointer()
14 return static_cast<PointerTy>(P); in getFromVoidPointer()
17 PointerTy getPointer() const { in getPointer()

12345678910>>...12