Home
last modified time | relevance | path

Searched defs:possibly_undefined_names (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-uninit.c54 static hash_set<tree> *possibly_undefined_names = 0; variable
2720 delete possibly_undefined_names; in execute() local
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-uninit.c60 static struct pointer_set_t *possibly_undefined_names = 0; variable