Searched refs:by_value (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dimplicit-copy-assign-operator.cpp36 CopyByValue by_value; member in struct:D
/external/clang/test/SemaCXX/
H A Dwarn-loop-analysis.cpp9 void by_value(int value) { } function
24 for (int i; i < 1; ) { by_value(i); } // expected-warning {{variable 'i' used in loop condition not modified in loop body}}

Completed in 146 milliseconds