Searched refs:HT_ALLOC (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/contrib/gcc/ |
| HD | stringpool.c | 112 strlen (text), HT_ALLOC); in get_identifier() 126 length, HT_ALLOC); in get_identifier_with_length()
|
| /freebsd-11-stable/contrib/gcclibs/libcpp/include/ |
| HD | symtab.h | 40 enum ht_lookup_option {HT_NO_INSERT = 0, HT_ALLOC, HT_ALLOCED}; enumerator
|
| /freebsd-11-stable/contrib/gcclibs/libcpp/ |
| HD | identifiers.c | 95 return CPP_HASHNODE (ht_lookup (pfile->hash_table, str, len, HT_ALLOC)); in cpp_lookup()
|
| HD | symtab.c | 163 if (insert == HT_ALLOC) in ht_lookup_with_hash()
|
| HD | traditional.c | 257 len, HT_ALLOC); in lex_identifier()
|
| HD | charset.c | 1577 buf, bufp - buf, HT_ALLOC)); in _cpp_interpret_identifier()
|
| HD | lex.c | 542 ht_lookup_with_hash (pfile->hash_table, base, len, hash, HT_ALLOC); in lex_identifier()
|