Home
last modified time | relevance | path

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 Dc-pragma.h248 extern enum cpp_ttype c_lex_with_flags (tree *, location_t *, unsigned char *,
H A Dc-lex.c448 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 Dc-pragma.h263 extern enum cpp_ttype c_lex_with_flags (tree *, location_t *, unsigned char *,
H A Dc-lex.cc501 c_lex_with_flags (tree *value, location_t *loc, unsigned char *cpp_flags, in c_lex_with_flags() function
H A DChangeLog689 * 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 DChangeLog-20041986 read the entire translation unit through c_lex_with_flags into
6414 (cp_lexer_get_preprocessor_token): Use c_lex_with_flags.
H A DChangeLog-20052812 location using c_lex_with_flags, instead of input_location.
H A Dparser.cc864 = 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 DChangeLog1858 c_lex_with_flags.
4401 (c_lex_one_token): Pass it to c_lex_with_flags.
H A Dc-parser.cc279 token->type = c_lex_with_flags (&token->value, &token->location, in c_lex_one_token()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20047610 (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 DChangeLog-2005421 * 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 DChangeLog-20076129 (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 DChangeLog-20095546 * 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 DChangeLog-200610959 * 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 DChangeLog-200822101 (c_lex_with_flags): Support CPP_CHAR{16,32} and CPP_STRING{16,32}.
26197 (c_lex_with_flags): Likewise.
H A DChangeLog-201028546 * 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 Dc-parser.c270 token->type = c_lex_with_flags (&token->value, &token->location,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c811 = c_lex_with_flags (&token->u.value, &token->location, &token->flags, in cp_lexer_get_preprocessor_token()