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

Declarations

tools/polly/lib/External/isl/include/isl/hash.h
   39 uint32_t isl_hash_string(uint32_t hash, const char *s);

References

tools/polly/lib/External/isl/isl_id.c
   64 		id->hash = isl_hash_string(id->hash, name);
  110 		id_hash = isl_hash_string(id_hash, name);
tools/polly/lib/External/isl/isl_stream.c
   44 	name_hash = isl_hash_string(isl_hash_init(), name);
  345 	name_hash = isl_hash_string(isl_hash_init(), s->buffer);