Home
last modified time | relevance | path

Searched refs:lookup_pragma_entry (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/gcclibs/libcpp/
HDdirectives.c108 static struct pragma_entry *lookup_pragma_entry (struct pragma_entry *,
1035 lookup_pragma_entry (struct pragma_entry *chain, const cpp_hashnode *pragma) in lookup_pragma_entry() function
1073 entry = lookup_pragma_entry (*chain, node); in register_pragma_1()
1102 entry = lookup_pragma_entry (*chain, node); in register_pragma_1()
1299 p = lookup_pragma_entry (pfile->pragmas, token->val.node); in do_pragma()
1307 p = lookup_pragma_entry (p->u.space, token->val.node); in do_pragma()
/trueos/contrib/gcc/
HDChangeLog-20018497 (lookup_pragma_entry, insert_pragma_entry, do_pragma,
8504 * cpplib.c (lookup_pragma_entry, insert_pragma_entry): New.
8506 (cpp_register_pragma): Simplify using lookup_pragma_entry,