Searched refs:pragma_entry (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/libcpp/
H A Ddirectives.c42 struct pragma_entry struct
44 struct pragma_entry *next;
52 struct pragma_entry *space;
109 static struct pragma_entry *lookup_pragma_entry (struct pragma_entry *,
111 static int count_registered_pragmas (struct pragma_entry *);
112 static char ** save_registered_pragmas (struct pragma_entry *, char **);
113 static char ** restore_registered_pragmas (cpp_reader *, struct pragma_entry *,
1134 static struct pragma_entry *
1135 lookup_pragma_entry (struct pragma_entry *chai
[all...]
H A Dinternal.h522 struct pragma_entry *pragmas;
/haiku-buildtools/gcc/gcc/config/mep/
H A Dmep.c4097 struct GTY(()) pragma_entry {
4113 static GTY(()) hash_map<const char *, pragma_entry, pragma_traits> *
4121 = hash_map<const char *, pragma_entry, pragma_traits>::create_ggc (31);
4125 pragma_entry *slot = &pragma_htab->get_or_insert (name, &existed);
4143 pragma_entry *slot = pragma_htab->get (funcname);
4177 note_unused_pragma_disinterrupt (const char *const &s, const pragma_entry &e,
4104 static GTY(()) hash_map<const char *, pragma_entry, pragma_traits> * variable

Completed in 104 milliseconds