Displaying 3 results from an estimated 3 matches for "aiter".
Did you mean:
after
2002 Dec 02
1
[LLVMdev] Function Formal parameters
can we assume that
for(Function::aiterator I = F.abegin(); E = F.aend(); I!=E; ++I) {
....
}
or
Argument *FA = &F.afront();
do {
FA = FA->getNext();
....
} while (FA != &F.aback());
would iterate over function "F" formal parameters in order? All the
tests I've run so far indicate so, but un...
2005 Mar 15
0
[LLVMdev] Consistency patches to Module and Function
Dear llvm-devs,
we discussed a consistency issue with the naming of
iterators in the #llvm IRC channel and I came up
with a patch to Module.h and Function.h.
The patch renames the aiterator family of typedefs
to arg_iterator in Function and correspondingly
giterator and friends to global_iterator.
The accessor functions also change accordingly.
Right now the old spellings are preserved, but
will go away after some time. So this is a heads-up
to do a global replace in your non-LLV...
2015 Feb 24
0
Dovecot 2.2.15, Panic: array.h: line 197 (array_idx_i): assertion failed: (idx * array->element_size < array->buffer->used)
...mized out>, array=<optimized out>) at ../../../src/lib/array.h:197
__FUNCTION__ = "array_idx_i"
#6 acl_default_object_list_next (iter=<optimized out>, rights_r=<optimized out>) at acl-api.c:216
No locals.
#7 0x00007fe4cbdd7bb4 in acl_attribute_iter_next_acl (aiter=<optimized out>) at acl-attributes.c:193
No locals.
#8 acl_attribute_iter_next (iter=0x7fe4cede87f0) at acl-attributes.c:219
key = 0x0
#9 0x00007fe4ccd191ca in mailbox_delete_all_attributes (t=0x7fe4ceddbf80, type=MAIL_ATTRIBUTE_TYPE_SHARED) at index-storage.c:632
iter = 0x7...