Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dwarn-self-assign.cpp37 volatile int vol_a; in false_positives() local
38 vol_a = vol_a; in false_positives()
39 volatile int &vol_a_ref = vol_a; in false_positives()
/external/llvm-project/clang/test/SemaCXX/
Dwarn-self-assign-builtin.cpp45 volatile int vol_a; in false_positives() local
46 vol_a = vol_a; in false_positives()
47 volatile int &vol_a_ref = vol_a; in false_positives()
Dwarn-self-assign-overloaded.cpp89 volatile S vol_a; in false_positives() local
90 vol_a = vol_a; in false_positives()
91 volatile S &vol_a_ref = vol_a; in false_positives()
Dwarn-self-assign-field-builtin.cpp61 volatile int vol_a; member
64 vol_a = vol_a; in vol_test()
65 volatile int &vol_a_ref = vol_a; in vol_test()
Dwarn-self-assign-field-overloaded.cpp93 volatile S vol_a; member
96 vol_a = vol_a; in vol_test()
97 volatile S &vol_a_ref = vol_a; in vol_test()