Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dwarn-self-assign.cpp39 volatile int &vol_a_ref = vol_a; in false_positives() local
40 vol_a_ref = vol_a_ref; in false_positives()
/external/llvm-project/clang/test/SemaCXX/
Dwarn-self-assign-builtin.cpp47 volatile int &vol_a_ref = vol_a; in false_positives() local
48 vol_a_ref = vol_a_ref; in false_positives()
Dwarn-self-assign-overloaded.cpp91 volatile S &vol_a_ref = vol_a; in false_positives() local
92 vol_a_ref = vol_a_ref; in false_positives()
Dwarn-self-assign-field-builtin.cpp65 volatile int &vol_a_ref = vol_a; in vol_test() local
66 vol_a_ref = vol_a_ref; in vol_test()
Dwarn-self-assign-field-overloaded.cpp97 volatile S &vol_a_ref = vol_a; in vol_test() local
98 vol_a_ref = vol_a_ref; in vol_test()