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

  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 9160 hash_map<tree_operand_hash, tree *> *struct_seen_clause = NULL;
9864 if (struct_seen_clause == NULL)
9865 struct_seen_clause
9867 if (!struct_seen_clause->get (decl))
9868 struct_seen_clause->put (decl, list_p);
9913 tree **sc = (struct_seen_clause
9914 ? struct_seen_clause->get (decl)
10952 if (struct_seen_clause)
10953 delete struct_seen_clause;
9157 hash_map<tree_operand_hash, tree *> *struct_seen_clause = NULL; local

Completed in 47 milliseconds