Displaying 3 results from an estimated 3 matches for "aiterator".
Did you mean:
iterator
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 unless...
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-LLVM-CV...
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)
Hi all
Version: 2.2.15
OS: SLES11 SP3 x86_64
Problem with replication for some users:
Log Server 1:
Feb 24 09:29:42 v063ik dovecot: dsync-local(user at domain.com): Error: read(v063il.pnet.ch) failed: <no error>
Log Server 2:
Feb 24 09:29:42 v063il dovecot: dsync-server(user at domain.com): Panic: file ../../../src/lib/array.h: line 197 (array_idx_i): assertion failed: (idx *