Home
last modified time | relevance | path

Searched refs:pure_const_names (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-pure-const.cc77 static const char *pure_const_names[3] = {"const", "pure", "neither"}; variable
1368 pure_const_names[fs->pure_const_state]); in pure_const_read_summary()
1370 pure_const_names[fs->state_previously_known]); in pure_const_read_summary()
1611 pure_const_names[w_l->pure_const_state], in propagate_pure_const()
1658 pure_const_names[y_l->pure_const_state], in propagate_pure_const()
1758 pure_const_names [pure_const_state], in propagate_pure_const()
DChangeLog-201028701 * ipa-pure-const.c (pure_const_names): New static var.
DChangeLog-20179873 (pure_const_names): Change to static.