Searched refs:c_lex_with_flags (Results 1 – 19 of 19) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-pragma.h | 248 extern enum cpp_ttype c_lex_with_flags (tree *, location_t *, unsigned char *,
|
H A D | c-lex.c | 448 c_lex_with_flags (tree *value, location_t *loc, unsigned char *cpp_flags, in c_lex_with_flags() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-pragma.h | 263 extern enum cpp_ttype c_lex_with_flags (tree *, location_t *, unsigned char *,
|
H A D | c-lex.cc | 501 c_lex_with_flags (tree *value, location_t *loc, unsigned char *cpp_flags, in c_lex_with_flags() function
|
H A D | ChangeLog | 689 * c-lex.c (c_lex_with_flags): When complaining about non-printable 1592 * c-lex.c (c_lex_with_flags): CPP_HEADER_NAMEs can now be seen. 1833 * c-lex.c (c_lex_with_flags): When combining '@' with a 3003 * c-lex.c (c_lex_with_flags): Don't call 6216 * c-lex.c (c_lex_with_flags) <case CPP_COMMENT>: For CPP_COMMENT 6951 * c-lex.c (c_lex_with_flags): Remove initialization of 7048 * c-lex.c (c_lex_with_flags): set parse_in->source_date_epoch. 7909 * c-lex.c (c_lex_with_flags): Use explicit locations. 8112 * c-lex.c (c_lex_with_flags): Treat CPP_UTF8CHAR_USERDEF 10967 * c-lex.c (c_lex_with_flags): Add overflow_type to [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2004 | 1986 read the entire translation unit through c_lex_with_flags into 6414 (cp_lexer_get_preprocessor_token): Use c_lex_with_flags.
|
H A D | ChangeLog-2005 | 2812 location using c_lex_with_flags, instead of input_location.
|
H A D | parser.cc | 864 = c_lex_with_flags (&token->u.value, &token->location, &token->flags, in cp_lexer_get_preprocessor_token()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | ChangeLog | 1858 c_lex_with_flags. 4401 (c_lex_one_token): Pass it to c_lex_with_flags.
|
H A D | c-parser.cc | 279 token->type = c_lex_with_flags (&token->value, &token->location, in c_lex_one_token()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2004 | 7610 (c_lex_with_flags): Push timevar and eat padding here. Improve 11943 (c_lex_with_flags): Honor it. 14877 * c-lex.c (c_lex_with_flags, lex_string): Likewise. 16469 * c-lex.c (c_lex_with_flags): Call objc_is_reserved_word() to detect 21583 * c-pragma.h (c_lex, c_lex_with_flags): Change returntype to 44612 (c_lex_with_flags): Add new parameter to get CPP flags. 44613 (c_lex): Thunk to c_lex_with_flags while keeping the old interface. 44614 * c-pragma.h (c_lex_with_flags): Declare.
|
H A D | ChangeLog-2005 | 421 * c-lex.c (c_lex_with_flags): Add PURE_ZERO to cpp_flags if 29265 * c-lex.c (c_lex_with_flags): Add parameter to call to 29271 * c-pragma.h (c_lex_with_flags): Take position reference. 29272 * c-lex.c (c_lex_with_flags): Set passed-in location from cpp token, 29274 (c_lex): Pass dummy location to c_lex_with_flags. 29276 c_lex_with_flags, instead of input_location, which might be "ahead".
|
H A D | ChangeLog-2007 | 6129 (c_lex_with_flags): Added 'lex_flags' argument. 6131 * c-pragma.h (c_lex_with_flags): Update. 8111 (c_lex_with_flags): Use cpp_get_token_with_location. 14045 * c-lex.c (c_lex_with_flags, lex_string): Constify.
|
H A D | ChangeLog-2009 | 5546 * c-lex.c (c_lex_with_flags): Likewise. Test C_LEX_STRING_NO_JOIN 13657 * c-lex.c (c_lex_with_flags): Increase size of local variable 24108 * c-lex.c (c_lex_with_flags): Expect cpp_hashnode in
|
H A D | ChangeLog-2006 | 10959 * c-lex.c (c_lex_with_flags) <CPP_N_INVALID>: Increment errorcount 23595 * c-lex.c (c_lex_with_flags) <CPP_PRAGMA>: Smuggle pragma id
|
H A D | ChangeLog-2008 | 22101 (c_lex_with_flags): Support CPP_CHAR{16,32} and CPP_STRING{16,32}. 26197 (c_lex_with_flags): Likewise.
|
H A D | ChangeLog-2010 | 28546 * c-lex.c (c_lex_with_flags): Add handling of CPP_COMMENT. 29260 * c-lex.c (c_lex_with_flags, interpret_float): Don't increment
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 270 token->type = c_lex_with_flags (&token->value, &token->location,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 811 = c_lex_with_flags (&token->u.value, &token->location, &token->flags, in cp_lexer_get_preprocessor_token()
|