Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-unsequenced.cpp630 int &ref_cycle = ref_cycle; in reference_f() local
631 ++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()