Lines Matching refs:this_arg
77 * The iterator's @this_arg member points to the start of the argument
88 * You must take care when dereferencing iterator.this_arg
90 * get_unaligned((type *)iterator.this_arg) to dereference
91 * iterator.this_arg for type "type" safely on all arches.
159 iterator->this_arg = iterator->_arg;
199 * in @this_arg_index and sets @this_arg to point to the
201 * present fields. @this_arg can be changed by the caller (eg,
207 * You must take care when dereferencing iterator.this_arg
209 * get_unaligned((type *)iterator.this_arg) to dereference
210 * iterator.this_arg for type "type" safely on all arches.
304 iterator->this_arg = iterator->_arg;