HomeSort by: relevance | last modified time | path
    Searched defs:cpp_token (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/opcode/
nfp.h 164 int cpp_token; member in struct:__anon8323
  /src/external/gpl3/binutils.old/dist/include/opcode/
nfp.h 164 int cpp_token; member in struct:__anon9787
  /src/external/gpl3/gdb/dist/include/opcode/
nfp.h 164 int cpp_token; member in struct:__anon3830
  /src/external/gpl3/gdb.old/dist/include/opcode/
nfp.h 164 int cpp_token; member in struct:__anon6571
  /src/external/gpl3/gcc.old/dist/libcpp/include/
cpplib.h 32 typedef struct cpp_token cpp_token; typedef in typeref:struct:cpp_token
185 /* Flags for the cpp_token structure. */
204 /* Specify which field, if any, of the cpp_token union is used. */
216 /* A macro argument in the cpp_token union. */
228 /* An identifier in the cpp_token union. */
246 struct GTY(()) cpp_token {
260 cpp_token * GTY ((tag ("CPP_TOKEN_FLD_SOURCE"))) source;
278 extern enum cpp_token_fld_kind cpp_token_val_index (const cpp_token *tok);
675 void (*line_change) (cpp_reader *, const cpp_token *, int)
    [all...]
  /src/external/gpl3/gcc/dist/libcpp/include/
cpplib.h 32 typedef struct cpp_token cpp_token; typedef in typeref:struct:cpp_token
192 /* Flags for the cpp_token structure. */
212 /* Specify which field, if any, of the cpp_token union is used. */
224 /* A macro argument in the cpp_token union. */
236 /* An identifier in the cpp_token union. */
254 struct GTY(()) cpp_token {
268 cpp_token * GTY ((tag ("CPP_TOKEN_FLD_SOURCE"))) source;
286 extern enum cpp_token_fld_kind cpp_token_val_index (const cpp_token *tok);
719 void (*line_change) (cpp_reader *, const cpp_token *, int)
    [all...]

Completed in 34 milliseconds