Home | History | Annotate | Download | only in forth

Lines Matching refs:intptr_t

44     void        push(intptr_t value);
45 intptr_t top() const { return this->peek(0); }
46 intptr_t peek(size_t index) const;
47 void setTop(intptr_t value);
48 intptr_t pop();
60 intptr_t* fStackBase;
61 intptr_t* fStackCurr;
62 intptr_t* fStackStop;
70 const intptr_t* in_data;
72 intptr_t* out_data;