| /openbsd-src/gnu/gcc/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 | 460 h = cpp_lookup (r, namebuf, m.name_length); in cpp_valid_state() 639 s->n_defined = cpp_lookup (r, DSC("defined")); in cpp_read_state() 640 s->n_true = cpp_lookup (r, DSC("true")); in cpp_read_state() 641 s->n_false = cpp_lookup (r, DSC("false")); in cpp_read_state() 642 s->n__VA_ARGS__ = cpp_lookup (r, DSC("__VA_ARGS__")); in cpp_read_state() 658 h = cpp_lookup (r, data->defns[i], namelen); in cpp_read_state()
|
| H A D | init.c | 343 cpp_hashnode *hp = cpp_lookup (pfile, b->name, b->len); in mark_named_operators() 370 cpp_hashnode *hp = cpp_lookup (pfile, b->name, b->len); in cpp_init_builtins()
|
| H A D | directives.c | 1063 node = cpp_lookup (pfile, U space, strlen (space)); in register_pragma_1() 1092 node = cpp_lookup (pfile, U name, strlen (name)); in register_pragma_1() 1240 pe->pragma = cpp_lookup (pfile, U *sd, strlen (*sd)); in restore_registered_pragmas() 1889 result = cpp_lookup (pfile, sym, len + 1); in parse_assertion() 2221 node = cpp_lookup (pfile, dtable[i].name, dtable[i].length); in _cpp_init_directives()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | cpphash.c | 72 s->n_defined = cpp_lookup (pfile, DSC("defined")); 73 s->n_true = cpp_lookup (pfile, DSC("true")); 74 s->n_false = cpp_lookup (pfile, DSC("false")); 75 s->n__VA_ARGS__ = cpp_lookup (pfile, DSC("__VA_ARGS__")); 94 cpp_lookup (pfile, str, len) in cpp_lookup() function
|
| H A D | cpplib.c | 1044 node = cpp_lookup (pfile, U space, strlen (space)); 1054 node = cpp_lookup (pfile, U name, strlen (name)); 1655 result = cpp_lookup (pfile, sym, len + 1); 2004 node = cpp_lookup (pfile, dtable[i].name, dtable[i].length);
|
| H A D | cpplib.h | 711 extern cpp_hashnode *cpp_lookup PARAMS ((cpp_reader *,
|
| H A D | cppinit.c | 712 cpp_hashnode *hp = cpp_lookup (pfile, b->name, b->len); 732 cpp_hashnode *hp = cpp_lookup (pfile, b->name, b->len);
|
| H A D | ChangeLog.3 | 2082 cpp_lookup. Add 'fe_value' slot, a union tree_node *. 3822 (cpp_lookup): Make 'dummy' a struct hashdummy. Tidy up a bit. 11477 * cpphash.c (cpp_lookup, free_definition, delete_macro, 13439 cpp_lookup. 13505 * cpphash.h: Typedef HASHNODE here. Prototype cpp_lookup and 13509 Don't prototype cpp_lookup, skip_rest_of_line, or cpp_skip_hspace. 13663 (cpp_lookup): Drop HASH parameter. PFILE parameter is 13674 callers of cpp_lookup and cpp_install updated.
|
| H A D | ChangeLog.4 | 5212 (cpp_lookup): Place identifiers at front of identifier pool 13830 (cpp_lookup): Use new functions. 14290 (cpp_lookup): Set dummy.hash. 14678 buffer, instead call cpp_lookup and store the node pointer. 14691 (cpp_get_token, special_symbol): No need to call cpp_lookup. 14978 (cpp_lookup, _cpp_free_definition, dump_funlike_macro,
|
| 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.0 | 3824 * cpphash.c (cpp_lookup): Likewise.
|
| H A D | ChangeLog.1 | 4275 (cpp_lookup, cpp_install): Change all refs to hashtab to
|
| /openbsd-src/gnu/gcc/libcpp/include/ |
| H A D | cpplib.h | 818 extern cpp_hashnode *cpp_lookup (cpp_reader *, const unsigned char *,
|