Lines Matching full:panic
1431 // Test that leaks post-dominated by "panic" functions are not reported.1434 // to a noreturn or panic function1437 void panic() __attribute__((noreturn));1448 panic();1455 panic();1462 panic();1465 // the function type for noreturn. "panic()" is a hard-coded known panic function