Searched refs:within_table (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | state-purge.cc | 1073 bool within_table) const in add_node_annotations() 1078 if (within_table) in add_node_annotations() 1118 const auto_vec<tree> &v, bool within_table) in print_vec_of_names() argument 1123 if (within_table) in print_vec_of_names() 1133 if (within_table) in print_vec_of_names() 1179 bool within_table) const in print_needed() 1212 print_vec_of_names (gv, "needed here", needed, within_table); in print_needed() 1213 print_vec_of_names (gv, "not needed here", not_needed, within_table); in print_needed()
|
H A D | state-purge.h | 248 bool within_table) const;
|
H A D | supergraph.h | 590 bool within_table ATTRIBUTE_UNUSED) in add_node_annotations()
|
H A D | engine.cc | 5498 bool within_table) in add_node_annotations() 5501 if (!within_table) in add_node_annotations()
|
H A D | ChangeLog | 1828 (print_vec_of_names): Add "within_table" param and use it. 6044 Return a bool, add a "within_table" param. 6050 Return a bool, add a "within_table" param. 6054 twice: as before, passing false for "within_table", then again 6061 "within_table" param.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | state-purge.cc | 425 bool within_table) const in add_node_annotations() 430 if (within_table) in add_node_annotations()
|
H A D | supergraph.h | 574 bool within_table ATTRIBUTE_UNUSED) in add_node_annotations()
|
H A D | engine.cc | 3769 bool within_table) in add_node_annotations() 3772 if (!within_table) in add_node_annotations()
|