Searched refs:non_const_ref (Results 1 – 1 of 1) sorted by relevance
450 double &non_const_ref = np_local1[1]; in handle_from_array() local451 non_const_ref = 42.; in handle_from_array()491 for (int &non_const_ref : np_local0) { in range_for() local492 non_const_ref = 42; in range_for()496 for (auto &non_const_ref : np_local1) { in range_for() local497 non_const_ref = 43; in range_for()501 for (auto &&non_const_ref : np_local2) { in range_for()502 non_const_ref = 44; in range_for()