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

  /src/external/gpl3/gcc/dist/gcc/
var-tracking.cc 480 struct variable_hasher : pointer_hash <variable> struct in inherits:pointer_hash
492 variable_hasher::hash (const variable *v)
500 variable_hasher::equal (const variable *v, const decl_or_value y)
508 variable_hasher::remove (variable *var)
513 typedef hash_table<variable_hasher> variable_table_type;
  /src/external/gpl3/gcc.old/dist/gcc/
var-tracking.cc 484 struct variable_hasher : pointer_hash <variable> struct in inherits:pointer_hash
496 variable_hasher::hash (const variable *v)
504 variable_hasher::equal (const variable *v, const void *y)
514 variable_hasher::remove (variable *var)
519 typedef hash_table<variable_hasher> variable_table_type;

Completed in 37 milliseconds