Searched refs:HT_NO_INSERT (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libcpp/include/
H A Dsymtab.h43 enum ht_lookup_option {HT_NO_INSERT = 0, HT_ALLOC}; enumerator in enum:ht_lookup_option
/netbsd-current/external/gpl3/gcc/dist/libcpp/include/
H A Dsymtab.h43 enum ht_lookup_option {HT_NO_INSERT = 0, HT_ALLOC}; enumerator in enum:ht_lookup_option
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Didentifiers.c104 node = CPP_HASHNODE (ht_lookup (pfile->hash_table, str, len, HT_NO_INSERT));
H A Dsymtab.c148 if (insert == HT_NO_INSERT)
H A Dlex.c1640 base, cur - base, hash, HT_NO_INSERT));
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Didentifiers.cc104 node = CPP_HASHNODE (ht_lookup (pfile->hash_table, str, len, HT_NO_INSERT));
H A Dsymtab.cc148 if (insert == HT_NO_INSERT)
H A Dlex.cc2256 base, cur - base, hash, HT_NO_INSERT));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dstringpool.c127 strlen (text), HT_NO_INSERT);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dstringpool.cc127 strlen (text), HT_NO_INSERT);

Completed in 166 milliseconds