Lines Matching defs:Pointer
23 class Pointer;
37 /// the This() pointer is the current Pointer on the top of S's stack,
81 Pointer getLocalPointer(unsigned Offset) const;
88 return Pointer(reinterpret_cast<Block *>(Pt->second.get())).deref<T>();
97 Pointer getParamPointer(unsigned Offset);
100 const Pointer &getThis() const { return This; }
103 const Pointer &getRVOPtr() const { return RVOPtr; }
155 Pointer This;
156 /// Pointer the non-primitive return value gets constructed in.
157 Pointer RVOPtr;
162 /// Pointer to the arguments in the callee's frame.