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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cpplib.h 34 typedef struct cpp_hashnode cpp_hashnode; typedef in typeref:struct:cpp_hashnode
212 cpp_hashnode *
214 "%h ? CPP_HASHNODE (GCC_IDENT_TO_HT_IDENT (%h)) : NULL",
522 void (*define) (cpp_reader *, source_location, cpp_hashnode *);
523 void (*undef) (cpp_reader *, source_location, cpp_hashnode *);
532 cpp_hashnode * (*macro_to_expand) (cpp_reader *, const cpp_token *);
542 void (*used_define) (cpp_reader *, source_location, cpp_hashnode *);
543 void (*used_undef) (cpp_reader *, source_location, cpp_hashnode *);
549 void (*used) (cpp_reader *, source_location, cpp_hashnode *);
    [all...]
line-map.h 93 struct cpp_hashnode;
106 struct cpp_hashnode * GTY ((nested_ptr (union tree_node,
107 "%h ? CPP_HASHNODE (GCC_IDENT_TO_HT_IDENT (%h)) : NULL",
gtype-desc.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/
c-common.h 316 struct cpp_hashnode node;
    [all...]

Completed in 280 milliseconds