HomeSort by relevance Sort by last modified time
    Searched defs:cpp_token (Results 1 - 3 of 3) sorted by null

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cpplib.h 38 typedef struct cpp_token cpp_token; typedef in typeref:struct:cpp_token
171 /* Flags for the cpp_token structure. */
182 /* Specify which field, if any, of the cpp_token union is used. */
195 struct cpp_token GTY(()) function
212 cpp_token * GTY ((tag ("CPP_TOKEN_FLD_SOURCE"))) source;
226 extern enum cpp_token_fld_kind cpp_token_val_index (cpp_token *tok);
476 void (*line_change) (cpp_reader *, const cpp_token *, int);
486 const char *, int, const cpp_token **);
497 cpp_hashnode * (*macro_to_expand) (cpp_reader *, const cpp_token *);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cpplib.h 38 typedef struct cpp_token cpp_token; typedef in typeref:struct:cpp_token
171 /* Flags for the cpp_token structure. */
182 /* Specify which field, if any, of the cpp_token union is used. */
195 struct cpp_token GTY(()) function
212 cpp_token * GTY ((tag ("CPP_TOKEN_FLD_SOURCE"))) source;
226 extern enum cpp_token_fld_kind cpp_token_val_index (cpp_token *tok);
476 void (*line_change) (cpp_reader *, const cpp_token *, int);
486 const char *, int, const cpp_token **);
497 cpp_hashnode * (*macro_to_expand) (cpp_reader *, const cpp_token *);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
cpplib.h 38 typedef struct cpp_token cpp_token; typedef in typeref:struct:cpp_token
171 /* Flags for the cpp_token structure. */
182 /* Specify which field, if any, of the cpp_token union is used. */
195 struct cpp_token GTY(()) function
212 cpp_token * GTY ((tag ("CPP_TOKEN_FLD_SOURCE"))) source;
226 extern enum cpp_token_fld_kind cpp_token_val_index (cpp_token *tok);
476 void (*line_change) (cpp_reader *, const cpp_token *, int);
486 const char *, int, const cpp_token **);
497 cpp_hashnode * (*macro_to_expand) (cpp_reader *, const cpp_token *);
    [all...]

Completed in 517 milliseconds