HomeSort by: relevance | last modified time | path
    Searched defs:pragma_entry (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libcpp/
directives.cc 42 struct pragma_entry struct
44 struct pragma_entry *next;
52 struct pragma_entry *space;
116 static struct pragma_entry *lookup_pragma_entry (struct pragma_entry *,
118 static int count_registered_pragmas (struct pragma_entry *);
119 static char ** save_registered_pragmas (struct pragma_entry *, char **);
120 static char ** restore_registered_pragmas (cpp_reader *, struct pragma_entry *,
1260 static struct pragma_entry *
1261 lookup_pragma_entry (struct pragma_entry *chain, const cpp_hashnode *pragma
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/
directives.cc 42 struct pragma_entry struct
44 struct pragma_entry *next;
52 struct pragma_entry *space;
116 static struct pragma_entry *lookup_pragma_entry (struct pragma_entry *,
118 static int count_registered_pragmas (struct pragma_entry *);
119 static char ** save_registered_pragmas (struct pragma_entry *, char **);
120 static char ** restore_registered_pragmas (cpp_reader *, struct pragma_entry *,
1242 static struct pragma_entry *
1243 lookup_pragma_entry (struct pragma_entry *chain, const cpp_hashnode *pragma
    [all...]

Completed in 24 milliseconds