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

/freebsd-12-stable/contrib/gcclibs/libcpp/
H A Didentifiers.c71 s->n_defined = cpp_lookup (pfile, DSC("defined"));
72 s->n_true = cpp_lookup (pfile, DSC("true"));
73 s->n_false = cpp_lookup (pfile, DSC("false"));
74 s->n__VA_ARGS__ = cpp_lookup (pfile, DSC("__VA_ARGS__"));
92 cpp_lookup (cpp_reader *pfile, const unsigned char *str, unsigned int len) function
H A Dpch.c478 h = cpp_lookup (r, namebuf, m.name_length);
674 s->n_defined = cpp_lookup (r, DSC("defined"));
675 s->n_true = cpp_lookup (r, DSC("true"));
676 s->n_false = cpp_lookup (r, DSC("false"));
677 s->n__VA_ARGS__ = cpp_lookup (r, DSC("__VA_ARGS__"));
693 h = cpp_lookup (r, data->defns[i], namelen);
H A Dinit.c348 cpp_hashnode *hp = cpp_lookup (pfile, b->name, b->len);
369 cpp_hashnode *hp = cpp_lookup (pfile, b->name, b->len);
H A Ddirectives.c1072 node = cpp_lookup (pfile, U space, strlen (space));
1101 node = cpp_lookup (pfile, U name, strlen (name));
1262 pe->pragma = cpp_lookup (pfile, U *sd, strlen (*sd));
1911 result = cpp_lookup (pfile, sym, len + 1);
2243 node = cpp_lookup (pfile, dtable[i].name, dtable[i].length);
/freebsd-12-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h831 extern cpp_hashnode *cpp_lookup (cpp_reader *, const unsigned char *,

Completed in 49 milliseconds