Searched refs:possibly_undefined_names (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-uninit.cc59 static hash_set<tree> *possibly_undefined_names = 0; variable
82 || (possibly_undefined_names
83 && possibly_undefined_names->contains (t)));
1232 possibly_undefined_names->add (phi_result);
1360 possibly_undefined_names = new hash_set<tree>;
1400 delete possibly_undefined_names;
1401 possibly_undefined_names = NULL;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-uninit.c53 static hash_set<tree> *possibly_undefined_names = 0; variable
81 || (possibly_undefined_names
82 && possibly_undefined_names->contains (t)));
2558 possibly_undefined_names->add (phi_result);
2672 possibly_undefined_names = new hash_set<tree>;
2713 delete possibly_undefined_names; local
2714 possibly_undefined_names = NULL;

Completed in 167 milliseconds