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

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Ddirectives.c108 static struct pragma_entry *lookup_pragma_entry (struct pragma_entry *,
1035 lookup_pragma_entry (struct pragma_entry *chain, const cpp_hashnode *pragma) function
1073 entry = lookup_pragma_entry (*chain, node);
1102 entry = lookup_pragma_entry (*chain, node);
1299 p = lookup_pragma_entry (pfile->pragmas, token->val.node);
1307 p = lookup_pragma_entry (p->u.space, token->val.node);

Completed in 37 milliseconds