Searched refs:testCast (Results 1 – 3 of 3) sorted by relevance
102 bool testCast(A *a) { in testCast() function108 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()123 bool testCast(B *a) { in testCast() function129 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in test()137 clang_analyzer_eval(testCast(&d)); // expected-warning{{TRUE}} in testVirtual()
399 void testCast(int coin) { function
20 void testCast(AnObject *o) { function