/frameworks/compile/mclinker/include/mcld/Script/ |
FlexLexer.h | 77 virtual struct yy_buffer_state* yy_create_buffer(FLEX_STD istream* s, 125 struct yy_buffer_state* yy_create_buffer(FLEX_STD istream* s, int size);
|
/external/bison/examples/calc++/ |
calc++-scanner.cc | 360 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size ); 382 #define yy_new_buffer yy_create_buffer 389 yy_create_buffer(yyin,YY_BUF_SIZE ); \ 399 yy_create_buffer(yyin,YY_BUF_SIZE ); \ 843 yy_create_buffer(yyin,YY_BUF_SIZE ); 1500 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) function [all...] |
/external/dtc/ |
dtc-lexer.l | 281 yypush_buffer_state(yy_create_buffer(yyin, YY_BUF_SIZE));
|
/external/swiftshader/src/OpenGL/compiler/ |
glslang_lex.cpp | 340 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size ,yyscan_t yyscanner ); 360 #define yy_new_buffer yy_create_buffer 367 yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \ 377 yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \ 2633 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size , yyscan_t yyscanner) function [all...] |
/external/ipsec-tools/src/racoon/ |
cftoken.l | 645 yy_switch_to_buffer(yy_create_buffer(yyin, YY_BUF_SIZE)); 738 yy_switch_to_buffer(yy_create_buffer(yyin, YY_BUF_SIZE));
|
/toolchain/binutils/binutils-2.25/ld/ |
ldlex.l | 498 yy_switch_to_buffer (yy_create_buffer (yyin, YY_BUF_SIZE));
|
/external/bison/src/ |
scan-skel.c | 13 #define yy_create_buffer skel__create_buffer macro [all...] |
scan-code.c | 13 #define yy_create_buffer code__create_buffer macro [all...] |
scan-gram.c | 13 #define yy_create_buffer gram__create_buffer macro [all...] |
/external/libpcap/ |
scanner.c | 12 #define yy_create_buffer pcap__create_buffer macro [all...] |