search for: __wunderflow

Displaying 3 results from an estimated 3 matches for "__wunderflow".

Did you mean: __underflow
2004 Aug 26
6
chan_capi module
...meter `__overflow'/usr/include/libio.h:406: error: storage class specified for parameter`wint_t'/usr/include/libio.h:406: error: conflicting types for `wint_t' /usr/include/gconv.h:75: error: previous declaration of `wint_t' /usr/include/libio.h:406: error: syntax error before "__wunderflow" /usr/include/libio.h:407: error: storage class specified for parameter `wint_t'/usr/include/libio.h:407: error: redeclaration of `wint_t' /usr/include/libio.h:406: error: `wint_t' previously declared here /usr/include/libio.h:407: error: syntax error before "__wuflow" /u...
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not allocating RBP to any virtual register, the instances of RBP in function foo are in the machine code when my register allocator starts.) Function foo calls function bar. Register RBP is not saved across the call, though it is live after the call. Function bar includes a virtual register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...e_fn (void *__cookie, __const char *__buf, size_t __n); typedef int __io_seek_fn (void *__cookie, __off64_t *__pos, int __w); typedef int __io_close_fn (void *__cookie); extern int __underflow (_IO_FILE *); extern int __uflow (_IO_FILE *); extern int __overflow (_IO_FILE *, int); extern wint_t __wunderflow (_IO_FILE *); extern wint_t __wuflow (_IO_FILE *); extern wint_t __woverflow (_IO_FILE *, wint_t); extern int _IO_getc (_IO_FILE *__fp); extern int _IO_putc (int __c, _IO_FILE *__fp); extern int _IO_feof (_IO_FILE *__fp) __attribute__ ((__nothrow__)); extern int _IO_ferror (_IO_FILE *__fp) __attrib...