Searched refs:IntHash (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | hash-map-tests.c | 289 typedef int_hash<int, INT_MIN, INT_MAX> IntHash; in test_nonzero_empty_key() typedef 290 hash_map<int, int, simple_hashmap_traits<IntHash, int> > x; in test_nonzero_empty_key()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | hash-map-tests.cc | 452 typedef int_hash<int, INT_MIN, INT_MAX> IntHash; in test_nonzero_empty_key() typedef 453 hash_map<int, int, simple_hashmap_traits<IntHash, int> > x; in test_nonzero_empty_key()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 202 llvm::APInt IntHash(128, Str.str(), 16); in CodeGenModule() local 209 Twine(IntHash.toString(/* Radix = */ 10, /* Signed = */false))).str(); in CodeGenModule()
|