Home
last modified time | relevance | path

Searched refs:CP_LEXER_BUFFER_SIZE (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20061630 * parser.c (CP_LEXER_BUFFER_SIZE): Adjust to assure near
H A DChangeLog-20041972 (CP_LEXER_BUFFER_SIZE): New #define.
H A Dparser.cc263 #define CP_LEXER_BUFFER_SIZE ((256 * 1024) / sizeof (cp_token)) macro
627 vec_alloc (lexer->buffer, CP_LEXER_BUFFER_SIZE); in cp_lexer_alloc()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c262 #define CP_LEXER_BUFFER_SIZE ((256 * 1024) / sizeof (cp_token)) macro
630 vec_alloc (lexer->buffer, CP_LEXER_BUFFER_SIZE); in cp_lexer_alloc()