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

  /src/external/gpl3/gcc/dist/gcc/
input.h 50 location_hash;
54 struct location_hash
57 "error: redefinition of 'void gt_ggc_mx(location_hash&)'" etc.).
64 #define location_hash int_hash<location_t, UNKNOWN_LOCATION, BUILTINS_LOCATION> macro
289 hash_map <location_hash, string_concat *> *m_table;
genmatch.cc 270 typedef pair_hash<nofree_string_hash, int_hash<int, -1>> location_hash; typedef
271 static hash_map<location_hash, int> loc_id_map;
  /src/external/gpl3/gcc.old/dist/gcc/
input.h 45 location_hash;
49 struct location_hash
52 "error: redefinition of 'void gt_ggc_mx(location_hash&)'" etc.).
59 #define location_hash int_hash<location_t, UNKNOWN_LOCATION, BUILTINS_LOCATION> macro
280 hash_map <location_hash, string_concat *> *m_table;

Completed in 71 milliseconds