HomeSort by: relevance | last modified time | path
    Searched defs:hash_set (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
hash-set.h 24 /* Class hash_set is a hash-value based container for objects of
31 On hash_set destruction all elements are removed. Objects of
32 hash_set type are copy-constructible but not assignable. */
36 class hash_set class
40 explicit hash_set (size_t n = 13, bool ggc = false CXX_MEM_STAT_INFO) function in class:hash_set
43 /* Create a hash_set in gc memory with space for at least n elements. */
45 static hash_set *
48 hash_set *set = ggc_alloc<hash_set> ();
49 new (set) hash_set (n, true)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
hash-set.h 24 /* Class hash_set is a hash-value based container for objects of
31 On hash_set destruction all elements are removed. Objects of
32 hash_set type are copy-constructible but not assignable. */
36 class hash_set class
40 explicit hash_set (size_t n = 13, bool ggc = false CXX_MEM_STAT_INFO) function in class:hash_set
43 /* Create a hash_set in gc memory with space for at least n elements. */
45 static hash_set *
48 hash_set *set = ggc_alloc<hash_set> ();
49 new (set) hash_set (n, true)
    [all...]

Completed in 18 milliseconds