Lines Matching refs:FFI_G
58 #define yy_buf FFI_G(buf)
59 #define yy_end FFI_G(end)
60 #define yy_pos FFI_G(pos)
61 #define yy_text FFI_G(text)
62 #define yy_line FFI_G(line)
447 {bool old_allow_vla = FFI_G(allow_vla);}
448 {FFI_G(allow_vla) = 1;}
454 {FFI_G(allow_vla) = old_allow_vla;}
510 {orig_attribute_parsing = FFI_G(attribute_parsing);}
511 {FFI_G(attribute_parsing) = 1;}
519 {FFI_G(attribute_parsing) = orig_attribute_parsing;}
886 if (SETJMP(FFI_G(bailout))==0) {
887 FFI_G(allow_vla) = 0;
888 FFI_G(attribute_parsing) = 0;
901 if (SETJMP(FFI_G(bailout))==0) {
902 FFI_G(allow_vla) = 0;
903 FFI_G(attribute_parsing) = 0;