Home | History | Annotate | Download | only in dex

Lines Matching full:change

28    * The order itself will not change during the iteration.  However, for some uses,
32 * whether a change has been made that necessitates another pass. Note that calling Next(true)
52 * @brief Has the user of the iterator reported a change yet?
53 * @details Does not mean there was or not a change, it is only whether the user passed a true to the Next function call.
54 * @return whether the user of the iterator reported a change yet.
60 * @param had_change did the user of the iteration change the previous BasicBlock.
132 * @param had_change did the user of the iteration change the previous BasicBlock.
146 * @details If there is a change during an iteration, the iteration starts over at the end of the iteration.
163 * @param had_change did the user of the iteration change the previous BasicBlock.
177 * @details If there is a change during an iteration, the iteration starts over at the end of the iteration.
194 * @param had_change did the user of the iteration change the previous BasicBlock.
224 * @param had_change did the user of the iteration change the previous BasicBlock.
238 * @details If there is a change during an iteration, the iteration starts over at the end of the iteration.
255 * @param had_change did the user of the iteration change the previous BasicBlock.
285 * @param had_change did the user of the iteration change the previous BasicBlock.
320 * @param had_change did the user of the iteration change the previous BasicBlock.
348 * @param had_change did the user of the iteration change the previous BasicBlock.
362 * @details If there is a change during an iteration, the iteration starts over at the end of the
380 * @param had_change did the user of the iteration change the previous BasicBlock.
428 * @param had_change did the user of the iteration change the previous BasicBlock.