Searched refs:cpp_lookup (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/gcclibs/libcpp/ |
| H A D | identifiers.c | 71 s->n_defined = cpp_lookup (pfile, DSC("defined")); in _cpp_init_hashtable() 72 s->n_true = cpp_lookup (pfile, DSC("true")); in _cpp_init_hashtable() 73 s->n_false = cpp_lookup (pfile, DSC("false")); in _cpp_init_hashtable() 74 s->n__VA_ARGS__ = cpp_lookup (pfile, DSC("__VA_ARGS__")); in _cpp_init_hashtable() 92 cpp_lookup (cpp_reader *pfile, const unsigned char *str, unsigned int len) in cpp_lookup() function
|
| H A D | pch.c | 478 h = cpp_lookup (r, namebuf, m.name_length); in cpp_valid_state() 674 s->n_defined = cpp_lookup (r, DSC("defined")); in cpp_read_state() 675 s->n_true = cpp_lookup (r, DSC("true")); in cpp_read_state() 676 s->n_false = cpp_lookup (r, DSC("false")); in cpp_read_state() 677 s->n__VA_ARGS__ = cpp_lookup (r, DSC("__VA_ARGS__")); in cpp_read_state() 693 h = cpp_lookup (r, data->defns[i], namelen); in cpp_read_state()
|
| H A D | init.c | 348 cpp_hashnode *hp = cpp_lookup (pfile, b->name, b->len); in mark_named_operators() 369 cpp_hashnode *hp = cpp_lookup (pfile, b->name, b->len); in cpp_init_special_builtins()
|
| H A D | directives.c | 1072 node = cpp_lookup (pfile, U space, strlen (space)); in register_pragma_1() 1101 node = cpp_lookup (pfile, U name, strlen (name)); in register_pragma_1() 1262 pe->pragma = cpp_lookup (pfile, U *sd, strlen (*sd)); in restore_registered_pragmas() 1911 result = cpp_lookup (pfile, sym, len + 1); in parse_assertion() 2243 node = cpp_lookup (pfile, dtable[i].name, dtable[i].length); in _cpp_init_directives()
|
| /freebsd-12.1/contrib/gcclibs/libcpp/include/ |
| H A D | cpplib.h | 831 extern cpp_hashnode *cpp_lookup (cpp_reader *, const unsigned char *,
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-2000 | 5218 (cpp_lookup): Place identifiers at front of identifier pool 13836 (cpp_lookup): Use new functions. 14296 (cpp_lookup): Set dummy.hash. 14684 buffer, instead call cpp_lookup and store the node pointer. 14697 (cpp_get_token, special_symbol): No need to call cpp_lookup. 14984 (cpp_lookup, _cpp_free_definition, dump_funlike_macro, 17348 cpp_lookup. Add 'fe_value' slot, a union tree_node *. 26743 * cpphash.c (cpp_lookup, free_definition, delete_macro, 28705 cpp_lookup. 28929 (cpp_lookup): Drop HASH parameter. PFILE parameter is [all …]
|
| H A D | FSFChangeLog.11 | 1579 * cppexp.c: (cpp_lex): Cast string, for cpp_lookup, to type U_CHAR *. 12454 * cpphash.c (cpp_lookup): Change struct parse_file -> cpp_reader.
|
| H A D | ChangeLog-1998 | 12403 * cpphash.c (cpp_lookup): Likewise.
|
| H A D | ChangeLog-1999 | 18743 (cpp_lookup, cpp_install): Change all refs to hashtab to
|