Searched refs:ref_cycle (Results 1 – 1 of 1) sorted by relevance
630 int &ref_cycle = ref_cycle; in reference_f() local631 ++ref_cycle + ++ref_cycle; // cxx11-warning {{multiple unsequenced modifications to 'ref_cycle'}} in reference_f()633 ref_cycle + ++ref_cycle; // cxx11-warning {{unsequenced modification and access to 'ref_cycle'}} in reference_f()