Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-comma-operator.cpp46 if (return_four(), 5) {} in test_compare()
52 if (return_four() == 5) {} in test_compare()
57 return return_four(), return_four(); in test_plus()
63 return return_four() + return_four(); in test_plus()
93 x = (return_four(), x); in test_conditions()
99 int y = (return_four(), x); in test_conditions()
111 while (return_four(), x) {} in test_conditions()
117 if (return_four(), x) {} in test_conditions()
132 return_four(), return_four(), return_four(), return_four(); in test_nested_fixits()
196 cout << 5, return_four(); in test_stream()
[all …]