Home
last modified time | relevance | path

Searched refs:cpp_token_val_index (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ppoutput.c285 if (cpp_token_val_index (token) == CPP_TOKEN_FLD_STR) in scan_translation_unit()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ppoutput.cc299 if (cpp_token_val_index (token) == CPP_TOKEN_FLD_STR) in stream()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dcpplib.h275 extern enum cpp_token_fld_kind cpp_token_val_index (const cpp_token *tok);
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h278 extern enum cpp_token_fld_kind cpp_token_val_index (const cpp_token *tok);
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A DChangeLog1414 * lex.c (cpp_token_val_index <case SPELL_OPERATOR>): If tok->flags
2534 (cpp_token_val_index): Adjust fall through comment.
4016 * include/cpplib.h (cpp_token_val_index): Change parameter type to
4018 * lex.c (cpp_token_val_index): Likewise.
5421 cpp_token_val_index): Use val.macro_arg.arg_no or val.token_no in
5475 (cpp_token_val_index): Return CPP_TOKEN_FLD_ARG_NO for CPP_PASTE
6419 (cpp_token_val_index): Return CPP_TOKEN_FLD_PRAGMA for pragmas.
6995 (cpp_token_val_index): Handle CPP_PRAGMA.
7108 * lex.c (cpp_token_val_index): New.
7120 (cpp_token_val_index): Prototype.
H A Dlex.cc4629 cpp_token_val_index (const cpp_token *tok) in cpp_token_val_index() function
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dlex.c3784 cpp_token_val_index (const cpp_token *tok) in cpp_token_val_index() function
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc16382 switch (cpp_token_val_index (token)) in write_define()
16430 if (cpp_token_val_index (token) == CPP_TOKEN_FLD_STR) in write_define()
16484 switch (cpp_token_val_index (token)) in read_define()
16533 if (cpp_token_val_index (token) == CPP_TOKEN_FLD_STR) in read_define()