Home
last modified time | relevance | path

Searched refs:HT_ALLOC (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDstringpool.c112 strlen (text), HT_ALLOC); in get_identifier()
126 length, HT_ALLOC); in get_identifier_with_length()
/freebsd-11-stable/contrib/gcclibs/libcpp/include/
HDsymtab.h40 enum ht_lookup_option {HT_NO_INSERT = 0, HT_ALLOC, HT_ALLOCED}; enumerator
/freebsd-11-stable/contrib/gcclibs/libcpp/
HDidentifiers.c95 return CPP_HASHNODE (ht_lookup (pfile->hash_table, str, len, HT_ALLOC)); in cpp_lookup()
HDsymtab.c163 if (insert == HT_ALLOC) in ht_lookup_with_hash()
HDtraditional.c257 len, HT_ALLOC); in lex_identifier()
HDcharset.c1577 buf, bufp - buf, HT_ALLOC)); in _cpp_interpret_identifier()
HDlex.c542 ht_lookup_with_hash (pfile->hash_table, base, len, hash, HT_ALLOC); in lex_identifier()