reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/PointerIntPair.h
   53   PointerIntPair(PointerTy PtrVal, IntType IntVal) {
   57   explicit PointerIntPair(PointerTy PtrVal) { initWithPointer(PtrVal); }
   59   PointerTy getPointer() const { return Info::getPointer(Value); }
   63   void setPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION {
   71   void initWithPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION {
   75   void setPointerAndInt(PointerTy PtrVal, IntType IntVal) LLVM_LVALUE_FUNCTION {
   80   PointerTy const *getAddrOfPointer() const {
   84   PointerTy *getAddrOfPointer() {