Home
last modified time | relevance | path

Searched refs:HT_NO_INSERT (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dsymtab.h40 enum ht_lookup_option {HT_NO_INSERT = 0, HT_ALLOC, HT_ALLOCED}; enumerator
/freebsd-12.1/contrib/gcclibs/libcpp/
H A Didentifiers.c104 node = CPP_HASHNODE (ht_lookup (pfile->hash_table, str, len, HT_NO_INSERT)); in cpp_defined()
H A Dsymtab.c155 if (insert == HT_NO_INSERT) in ht_lookup_with_hash()
/freebsd-12.1/contrib/gcc/
H A Dstringpool.c142 strlen (text), HT_NO_INSERT); in maybe_get_identifier()