Searched refs:cpp_hashnode (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
D | cpplib.h | 34 typedef struct cpp_hashnode cpp_hashnode; typedef 212 cpp_hashnode * 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 *); 552 bool (*user_builtin_macro) (cpp_reader *, cpp_hashnode *); 648 #define CPP_HASHNODE(HNODE) ((cpp_hashnode *) (HNODE)) [all …]
|
D | line-map.h | 93 struct cpp_hashnode; 106 struct cpp_hashnode * GTY ((nested_ptr (union tree_node,
|
D | gtype-desc.h | 2324 #define ggc_alloc_cpp_hashnode() ((struct cpp_hashnode *)(ggc_internal_alloc_stat (sizeof (struct c… 2325 …alloc_cleared_cpp_hashnode() ((struct cpp_hashnode *)(ggc_internal_cleared_alloc_stat (sizeof (str… 2326 … ggc_alloc_vec_cpp_hashnode(n) ((struct cpp_hashnode *)(ggc_internal_vec_alloc_stat (sizeof (struc… 2327 …leared_vec_cpp_hashnode(n) ((struct cpp_hashnode *)(ggc_internal_cleared_vec_alloc_stat (sizeof (s…
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/ |
D | c-common.h | 316 struct cpp_hashnode node;
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/ |
D | gtype.state | 15505 gc_used "cpp_hashnode" 28025 (!pair "cpp_hashnode"
|