Searched refs:fv_total (Results 1 – 2 of 2) sorted by relevance
313 auto &fv_total = mng->free_variables_total(); in free_variables_total() local314 return fv_total[shared_from_base<FuncGraph>()]; in free_variables_total()319 const auto &fv_total = this->free_variables_total(); in free_variables_nodes() local320 for (auto &p : fv_total) { in free_variables_nodes()331 const auto &fv_total = this->free_variables_total(); in free_variables_func_graphs() local332 for (auto &p : fv_total) { in free_variables_func_graphs()
405 auto fv_total = mng->free_variables_total(); in TEST_F() local406 ASSERT_EQ(0, fv_total[f].size()); in TEST_F()407 ASSERT_EQ(1, fv_total[g].size()); in TEST_F()