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

  /src/external/gpl3/gcc/dist/gcc/
hash-traits.h 74 struct typed_noop_remove struct
84 typed_noop_remove <Type>::remove (Type &)
92 struct int_hash_base : typed_noop_remove <Type>
303 struct nofree_ptr_hash : pointer_hash <T>, typed_noop_remove <T *> {};
338 struct nofree_string_hash : string_hash, typed_noop_remove <const char *> {};
  /src/external/gpl3/gcc.old/dist/gcc/
hash-traits.h 74 struct typed_noop_remove struct
84 typed_noop_remove <Type>::remove (Type &)
95 struct int_hash : typed_noop_remove <Type>
293 struct nofree_ptr_hash : pointer_hash <T>, typed_noop_remove <T *> {};
328 struct nofree_string_hash : string_hash, typed_noop_remove <const char *> {};

Completed in 15 milliseconds