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

  /src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.cc 1568 static hash_map<tree, unsigned> *type_align_map;
1605 unsigned *slot = type_align_map->get (type);
1642 type_align_map->put (type, max_align);
1681 type_align_map = new hash_map<tree, unsigned>;
1703 delete type_align_map;
1566 static hash_map<tree, unsigned> *type_align_map; variable
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vectorizer.cc 1538 static hash_map<tree, unsigned> *type_align_map;
1575 unsigned *slot = type_align_map->get (type);
1612 type_align_map->put (type, max_align);
1651 type_align_map = new hash_map<tree, unsigned>;
1673 delete type_align_map;
1536 static hash_map<tree, unsigned> *type_align_map; variable

Completed in 19 milliseconds