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

  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 494 static hash_set<const_tree> visited_types_hash; local
502 if (visited_types_hash.contains (type))
505 visited_types_hash.add (type);
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 553 static hash_set<const_tree> visited_types_hash; local
561 if (visited_types_hash.contains (type))
564 visited_types_hash.add (type);

Completed in 57 milliseconds