Home
last modified time | relevance | path

Searched refs:cpp_lookup (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/gcc/libcpp/
H A Didentifiers.c71 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 Dpch.c460 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 Dinit.c343 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 Ddirectives.c1063 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 Dcpphash.c72 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 Dcpplib.c1044 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 Dcpplib.h711 extern cpp_hashnode *cpp_lookup PARAMS ((cpp_reader *,
H A Dcppinit.c712 cpp_hashnode *hp = cpp_lookup (pfile, b->name, b->len);
732 cpp_hashnode *hp = cpp_lookup (pfile, b->name, b->len);
H A DChangeLog.32082 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 DChangeLog.45212 (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 DFSFChangeLog.111579 * 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 DChangeLog.03824 * cpphash.c (cpp_lookup): Likewise.
H A DChangeLog.14275 (cpp_lookup, cpp_install): Change all refs to hashtab to
/openbsd-src/gnu/gcc/libcpp/include/
H A Dcpplib.h818 extern cpp_hashnode *cpp_lookup (cpp_reader *, const unsigned char *,