HomeSort by: relevance | last modified time | path
    Searched refs:HT_NO_INSERT (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/libcpp/include/
symtab.h 44 enum ht_lookup_option {HT_NO_INSERT = 0, HT_ALLOC};
  /src/external/gpl3/gcc.old/dist/libcpp/include/
symtab.h 43 enum ht_lookup_option {HT_NO_INSERT = 0, HT_ALLOC};
  /src/external/gpl3/gcc.old/dist/libcpp/
identifiers.cc 104 node = CPP_HASHNODE (ht_lookup (pfile->hash_table, str, len, HT_NO_INSERT));
symtab.cc 148 if (insert == HT_NO_INSERT)
lex.cc 2256 base, cur - base, hash, HT_NO_INSERT));
  /src/external/gpl3/gcc/dist/libcpp/
identifiers.cc 113 node = CPP_HASHNODE (ht_lookup (pfile->hash_table, str, len, HT_NO_INSERT));
symtab.cc 148 if (insert == HT_NO_INSERT)
lex.cc 2176 ht_lookup (pfile->extra_hash_table, node->ident, HT_NO_INSERT);
  /src/external/gpl3/gcc.old/dist/gcc/
stringpool.cc 127 strlen (text), HT_NO_INSERT);
  /src/external/gpl3/gcc/dist/gcc/
stringpool.cc 139 strlen (text), HT_NO_INSERT);

Completed in 46 milliseconds