Home
last modified time | relevance | path

Searched refs:pragma_entry (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/gcclibs/libcpp/
HDdirectives.c43 struct pragma_entry struct
45 struct pragma_entry *next; argument
53 struct pragma_entry *space; argument
108 static struct pragma_entry *lookup_pragma_entry (struct pragma_entry *,
110 static int count_registered_pragmas (struct pragma_entry *);
111 static char ** save_registered_pragmas (struct pragma_entry *, char **);
112 static char ** restore_registered_pragmas (cpp_reader *, struct pragma_entry *,
1034 static struct pragma_entry *
1035 lookup_pragma_entry (struct pragma_entry *chain, const cpp_hashnode *pragma) in lookup_pragma_entry()
1045 static struct pragma_entry *
[all …]
HDinternal.h424 struct pragma_entry *pragmas;
HDChangeLog111 * directives.c (struct pragma_entry): Add is_deferred. Add ident
580 * directives.c (struct pragma_entry): Add allow_expansion.
688 * directives.c (struct pragma_entry): Add is_internal field;
/NextBSD/contrib/gcc/
HDChangeLog-200015819 * cpplib.c (struct pragma_entry): New structure.
HDChangeLog-20018496 * cpplib.c (struct pragma_entry): Store the name as a hashnode.