Home
last modified time | relevance | path

Searched defs:IntHash (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhash-map-tests.c289 typedef int_hash<int, INT_MIN, INT_MAX> IntHash; in test_nonzero_empty_key() typedef
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dhash-map-tests.cc452 typedef int_hash<int, INT_MIN, INT_MAX> IntHash; in test_nonzero_empty_key() typedef
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp202 llvm::APInt IntHash(128, Str.str(), 16); in CodeGenModule() local