reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
47 using InfoTy = Info; 59 PointerTy getPointer() const { return Info::getPointer(Value); } 61 IntType getInt() const { return (IntType)Info::getInt(Value); } 64 Value = Info::updatePointer(Value, PtrVal); 68 Value = Info::updateInt(Value, static_cast<intptr_t>(IntVal)); 72 Value = Info::updatePointer(0, PtrVal); 76 Value = Info::updateInt(Info::updatePointer(0, PtrVal), 76 Value = Info::updateInt(Info::updatePointer(0, PtrVal),