search for: yy_no_unput

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

Did you mean: dyy_no_unput
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
...;", "#ifndef YY_SKIP_YYWRAP", "#ifdef __cplusplus", "extern \"C\" int yywrap YY_PROTO(( void ));", "#else", "extern int yywrap YY_PROTO(( void ));", "#endif", "#endif", "", "#ifndef YY_NO_UNPUT", "static void yyunput YY_PROTO(( int c, char *buf_ptr ));", "#endif", "", "#ifndef yytext_ptr", "static void yy_flex_strncpy YY_PROTO(( char *, const char *, int ));", "#endif", "", "#ifndef YY_NO_INPUT...
2010 May 02
2
samba4 make error - drsblobs.so
...t; is not used heimdal/lib/com_err/lex.c:179:1: warning: macro "unput" is not used heimdal/lib/com_err/lex.c:182:1: warning: macro "YY_TYPEDEF_YY_SIZE_T" is not used heimdal/lib/com_err/lex.c:13:1: warning: macro "FLEX_BETA" is not used lex.l:50:1: warning: macro "YY_NO_UNPUT" is not used heimdal/lib/com_err/lex.c:4:1: warning: macro "YY_INT_ALIGNED" is not used heimdal/lib/com_err/lex.c:1873:1: warning: macro "YYTABLES_NAME" is not used heimdal/lib/com_err/lex.c:667:1: warning: macro "YY_START_STACK_INCR" is not used Compiling heimdal...