reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/ADT/ArrayRef.h
  534   template <typename T> hash_code hash_value(ArrayRef<T> S) {
include/llvm/ADT/Hashing.h
   93   friend size_t hash_value(const hash_code &code) { return code.value; }
  646 hash_code hash_value(const std::pair<T, U> &arg) {
  653 hash_code hash_value(const std::basic_string<T> &arg) {
lib/CodeGen/MachineOperand.cpp
  343 hash_code llvm::hash_value(const MachineOperand &MO) {
lib/Support/StringRef.cpp
  597 hash_code llvm::hash_value(StringRef S) {
tools/clang/include/clang/AST/APValue.h
  222     friend llvm::hash_code hash_value(LValuePathEntry A) {
tools/clang/include/clang/Lex/HeaderSearchOptions.h
  250 inline llvm::hash_code hash_value(const HeaderSearchOptions::Entry &E) {
  255 hash_value(const HeaderSearchOptions::SystemHeaderPrefix &SHP) {
tools/clang/lib/AST/APValue.cpp
  127 llvm::hash_code hash_value(const APValue::LValueBase &Base) {
tools/clang/lib/Basic/Sanitizers.cpp
   51 llvm::hash_code hash_value(const clang::SanitizerMask &Arg) {
unittests/ADT/HashingTest.cpp
   35   friend hash_code hash_value(const NonPOD &obj) {
  127 hash_code hash_value(HashableDummy dummy) { return dummy.value; }