Searched defs:PointerIntPair (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DPointerIntPair.h1 //===- llvm/ADT/PointerIntPair.h - Pair for pointer and int -----*- C++ -*-===//
10 // This file defines the PointerIntPair class.
25 /// PointerIntPair - This class implements a pair of a pointer and small
32 /// Note that PointerIntPair always puts the Int part in the highest bits
33 /// possible. For example, PointerIntPair<void*, 1, bool> will put the bit for
36 /// PointerIntPair<PointerIntPair<void*, 1, bool>, 1, bool>
41 class PointerIntPair { class in namespace:llvm
59 PointerIntPair() : Value(0) {} function in class:llvm::PointerIntPair
60 PointerIntPair(PointerT function in class:llvm::PointerIntPair
[all...]
/external/llvm/include/llvm/ADT/
H A DPointerIntPair.h1 //===- llvm/ADT/PointerIntPair.h - Pair for pointer and int -----*- C++ -*-===//
10 // This file defines the PointerIntPair class.
29 /// PointerIntPair - This class implements a pair of a pointer and small
36 /// Note that PointerIntPair always puts the IntVal part in the highest bits
37 /// possible. For example, PointerIntPair<void*, 1, bool> will put the bit for
40 /// PointerIntPair<PointerIntPair<void*, 1, bool>, 1, bool>
46 class PointerIntPair { class in namespace:llvm
50 PointerIntPair() : Value(0) {} function in class:llvm::PointerIntPair
51 PointerIntPair(PointerT function in class:llvm::PointerIntPair
54 explicit PointerIntPair(PointerTy PtrVal) { initWithPointer(PtrVal); } function in class:llvm::PointerIntPair
[all...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DPointerIntPair.h1 //===- llvm/ADT/PointerIntPair.h - Pair for pointer and int -----*- C++ -*-===//
10 // This file defines the PointerIntPair class.
29 /// PointerIntPair - This class implements a pair of a pointer and small
36 /// Note that PointerIntPair always puts the IntVal part in the highest bits
37 /// possible. For example, PointerIntPair<void*, 1, bool> will put the bit for
40 /// PointerIntPair<PointerIntPair<void*, 1, bool>, 1, bool>
46 class PointerIntPair { class in namespace:llvm
50 PointerIntPair() : Value(0) {} function in class:llvm::PointerIntPair
51 PointerIntPair(PointerT function in class:llvm::PointerIntPair
54 explicit PointerIntPair(PointerTy PtrVal) { initWithPointer(PtrVal); } function in class:llvm::PointerIntPair
[all...]

Completed in 156 milliseconds