Lines Matching full:results
121 /// a copy at all. In fact, it saves a copy, a push onto the results stack,
122 /// a pop from the results stack, and a free. Definitely worth it to detect.
140 /// Push a constant onto the results stack.
143 /// Push a variable onto the results stack.
146 /// Push an array element onto the results stack.
149 /// Push an array onto the results stack. This is different from pushing an
150 /// array *element* onto the results stack; it pushes a reference to the
233 /// Oh, and BC_INST_STR pushes a string onto the results stack.
243 /// Jumps if the top of the results stack is zero (condition failed). It
263 /// Pop an item off of the results stack.
266 /// Swaps the top two items on the results stack.
292 /// Prints each item on the results stack, separated by newlines.
295 /// Pops everything off of the results stack.
298 /// Pushes the current length of a register stack onto the results stack.
301 /// Pushes the current length of the results stack onto the results stack.
304 /// Pushes a copy of the item on the top of the results stack onto the
305 /// results stack.
308 /// Copies the value in a register and pushes the copy onto the results
312 /// Pops an item off of a register stack and pushes it onto the results
316 /// Pops an item off of the results stack and pushes it onto a register's
416 /// Types of results that can be pushed onto the results stack.
489 /// A tagged union for results.
510 /// The length of the results vector when this function started executing.
511 /// This is mostly used for bc where functions should not affect the results
645 * top of the results stack or copying the result of an assignment to put back
646 * on the results stack.