HomeSort by relevance Sort by last modified time
    Searched refs:cpp_hashnode (Results 1 - 4 of 4) sorted by null

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cpplib.h 40 typedef struct cpp_hashnode cpp_hashnode; typedef in typeref:struct:cpp_hashnode
204 cpp_hashnode *
206 "%h ? CPP_HASHNODE (GCC_IDENT_TO_HT_IDENT (%h)) : NULL",
487 void (*define) (cpp_reader *, unsigned int, cpp_hashnode *);
488 void (*undef) (cpp_reader *, unsigned int, cpp_hashnode *);
497 cpp_hashnode * (*macro_to_expand) (cpp_reader *, const cpp_token *);
506 void (*used_define) (cpp_reader *, unsigned int, cpp_hashnode *);
507 void (*used_undef) (cpp_reader *, unsigned int, cpp_hashnode *);
599 #define CPP_HASHNODE(HNODE) ((cpp_hashnode *) (HNODE)
637 struct cpp_hashnode GTY(()) function
    [all...]
c-common.h 204 struct cpp_hashnode node;
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cpplib.h 40 typedef struct cpp_hashnode cpp_hashnode; typedef in typeref:struct:cpp_hashnode
204 cpp_hashnode *
206 "%h ? CPP_HASHNODE (GCC_IDENT_TO_HT_IDENT (%h)) : NULL",
487 void (*define) (cpp_reader *, unsigned int, cpp_hashnode *);
488 void (*undef) (cpp_reader *, unsigned int, cpp_hashnode *);
497 cpp_hashnode * (*macro_to_expand) (cpp_reader *, const cpp_token *);
506 void (*used_define) (cpp_reader *, unsigned int, cpp_hashnode *);
507 void (*used_undef) (cpp_reader *, unsigned int, cpp_hashnode *);
599 #define CPP_HASHNODE(HNODE) ((cpp_hashnode *) (HNODE)
637 struct cpp_hashnode GTY(()) function
    [all...]
c-common.h 204 struct cpp_hashnode node;
    [all...]

Completed in 677 milliseconds