Lines Matching full:executed

35   dead();       // expected-warning {{will never be executed}}  in test2()
41 --; // expected-warning {{will never be executed}} in test3()
44 halt() // expected-warning {{will never be executed}} in test3()
49 (halt()); // expected-warning {{will never be executed}} in test3()
57 halt(), foor()// expected-warning {{will never be executed}} in test4()
67 .mem; // expected-warning {{will never be executed}} in test5()
77 (halt()); // expected-warning {{will never be executed}} in test6()
107 dead(); // expected-warning {{will never be executed}} in funcToSpecialize()
129 return PR19040_TEST_FAILURE; // expected-warning {{will never be executed}} in PR19040_fn1()
145 return ""; // expected-warning {{'return' will never be executed}} in testStr()
150 return s; // expected-warning {{will never be executed}} in testStrWarn()
155 return true; // expected-warning {{'return' will never be executed}} in testBool()
193 return 2; // expected-warning {{never be executed}} in test_enum_arithmetic()
199 return 2; // expected-warning {{never be executed}} in test_arithmetic()
237 return Frobozz(42); // expected-warning {{'return' will never be executed}} in test_return_object()
242 return Frobozz(flag ? 42 : 24); // expected-warning {{code will never be executed}} in test_return_object_control_flow()
292 …r (auto i : x) { // expected-warning {{loop will run at most once (loop increment never executed)}} in test_unreachable_forrange_increment()
301 …if (false) calledFun(); // expected-warning {{will never be executed}} expected-note {{silence by … in test_with_paren_silencing()
307 calledFun(); // expected-warning {{will never be executed}} in test_with_paren_silencing()
315 calledFun(); // expected-warning {{code will never be executed}} in test_with_paren_silencing()
331 …if (0) calledFun(); // expected-warning {{will never be executed}} expected-note {{silence by addi… in test_with_paren_silencing_impcast()
337 calledFun(); // expected-warning {{will never be executed}} in test_with_paren_silencing_impcast()
345 calledFun(); // expected-warning {{code will never be executed}} in test_with_paren_silencing_impcast()
362 calledFun(); // expected-warning {{will never be executed}} in tautological_compare()
364 calledFun(); // expected-warning {{will never be executed}} in tautological_compare()
366 calledFun(); // expected-warning {{will never be executed}} in tautological_compare()
371 calledFun(); // expected-warning {{will never be executed}} in tautological_compare()
375 calledFun(); // expected-warning {{will never be executed}} in tautological_compare()
379 calledFun(); // expected-warning {{will never be executed}} in tautological_compare()
382 calledFun(); // expected-warning {{will never be executed}} in tautological_compare()
385 calledFun(); // expected-warning {{will never be executed}} in tautological_compare()
390 calledFun(); // expected-warning {{will never be executed}} in tautological_compare()