Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Didentifiers.cc68 s->n_defined = cpp_lookup (pfile, DSC("defined")); in _cpp_init_hashtable()
69 s->n_true = cpp_lookup (pfile, DSC("true")); in _cpp_init_hashtable()
70 s->n_false = cpp_lookup (pfile, DSC("false")); in _cpp_init_hashtable()
71 s->n__VA_ARGS__ = cpp_lookup (pfile, DSC("__VA_ARGS__")); in _cpp_init_hashtable()
73 s->n__VA_OPT__ = cpp_lookup (pfile, DSC("__VA_OPT__")); in _cpp_init_hashtable()
92 cpp_lookup (cpp_reader *pfile, const unsigned char *str, unsigned int len) in cpp_lookup() function
H A Dpch.cc610 h = cpp_lookup (r, namebuf, m.name_length); in cpp_valid_state()
809 s->n_defined = cpp_lookup (r, DSC("defined")); in cpp_read_state()
810 s->n_true = cpp_lookup (r, DSC("true")); in cpp_read_state()
811 s->n_false = cpp_lookup (r, DSC("false")); in cpp_read_state()
812 s->n__VA_ARGS__ = cpp_lookup (r, DSC("__VA_ARGS__")); in cpp_read_state()
813 s->n__VA_OPT__ = cpp_lookup (r, DSC("__VA_OPT__")); in cpp_read_state()
829 h = cpp_lookup (r, data->defns[i], namelen); in cpp_read_state()
H A Dinit.cc464 cpp_hashnode *hp = cpp_lookup (pfile, b->name, b->len); in mark_named_operators()
509 cpp_hashnode *hp = cpp_lookup (pfile, b->name, b->len); in cpp_init_special_builtins()
528 cpp_hashnode *hp = cpp_lookup (pfile, b->name, b->len); in _cpp_restore_special_builtin()
900 cpp_hashnode *node = cpp_lookup (pfile, UC (inits[ix]), in post_options()
908 node = cpp_lookup (pfile, NODE_NAME (node), NODE_LEN (node) - 1); in post_options()
H A Ddirectives.cc1280 node = cpp_lookup (pfile, UC space, strlen (space)); in register_pragma_1()
1309 node = cpp_lookup (pfile, UC name, strlen (name)); in register_pragma_1()
1461 pe->pragma = cpp_lookup (pfile, UC *sd, strlen (*sd)); in restore_registered_pragmas()
2364 result = cpp_lookup (pfile, sym, len + 1); in parse_assertion()
2617 h = cpp_lookup (pfile, c->definition, namelen); in cpp_pop_definition()
2786 cpp_hashnode *node = cpp_lookup (pfile, dtable[i].name, dtable[i].length); in _cpp_init_directives()
H A Dlex.cc2048 *spelling = cpp_lookup (pfile, base, pfile->buffer->cur - base); in lex_identifier()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Didentifiers.c68 s->n_defined = cpp_lookup (pfile, DSC("defined")); in _cpp_init_hashtable()
69 s->n_true = cpp_lookup (pfile, DSC("true")); in _cpp_init_hashtable()
70 s->n_false = cpp_lookup (pfile, DSC("false")); in _cpp_init_hashtable()
71 s->n__VA_ARGS__ = cpp_lookup (pfile, DSC("__VA_ARGS__")); in _cpp_init_hashtable()
73 s->n__VA_OPT__ = cpp_lookup (pfile, DSC("__VA_OPT__")); in _cpp_init_hashtable()
92 cpp_lookup (cpp_reader *pfile, const unsigned char *str, unsigned int len) in cpp_lookup() function
H A Dpch.c610 h = cpp_lookup (r, namebuf, m.name_length); in cpp_valid_state()
809 s->n_defined = cpp_lookup (r, DSC("defined")); in cpp_read_state()
810 s->n_true = cpp_lookup (r, DSC("true")); in cpp_read_state()
811 s->n_false = cpp_lookup (r, DSC("false")); in cpp_read_state()
812 s->n__VA_ARGS__ = cpp_lookup (r, DSC("__VA_ARGS__")); in cpp_read_state()
813 s->n__VA_OPT__ = cpp_lookup (r, DSC("__VA_OPT__")); in cpp_read_state()
829 h = cpp_lookup (r, data->defns[i], namelen); in cpp_read_state()
H A Dinit.c453 cpp_hashnode *hp = cpp_lookup (pfile, b->name, b->len); in mark_named_operators()
497 cpp_hashnode *hp = cpp_lookup (pfile, b->name, b->len); in cpp_init_special_builtins()
516 cpp_hashnode *hp = cpp_lookup (pfile, b->name, b->len); in _cpp_restore_special_builtin()
H A Ddirectives.c1239 node = cpp_lookup (pfile, UC space, strlen (space)); in register_pragma_1()
1268 node = cpp_lookup (pfile, UC name, strlen (name)); in register_pragma_1()
1420 pe->pragma = cpp_lookup (pfile, UC *sd, strlen (*sd)); in restore_registered_pragmas()
2250 result = cpp_lookup (pfile, sym, len + 1); in parse_assertion()
2480 h = cpp_lookup (pfile, c->definition, namelen); in cpp_pop_definition()
2635 cpp_hashnode *node = cpp_lookup (pfile, dtable[i].name, dtable[i].length); in _cpp_init_directives()
H A Dlex.c1488 *spelling = cpp_lookup (pfile, base, pfile->buffer->cur - base); in lex_identifier()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dcpplib.h1271 extern cpp_hashnode *cpp_lookup (cpp_reader *, const unsigned char *,
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h1392 extern cpp_hashnode *cpp_lookup (cpp_reader *, const unsigned char *,
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20005218 (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 *.
19088 (cpp_lookup): Make 'dummy' a struct hashdummy. Tidy up a bit.
26743 * cpphash.c (cpp_lookup, free_definition, delete_macro,
28705 cpp_lookup.
[all …]
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-199812403 * cpphash.c (cpp_lookup): Likewise.
H A DChangeLog-199918743 (cpp_lookup, cpp_install): Change all refs to hashtab to
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
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.