Lines Matching refs:crash
62 // Reduced test case from crash in <rdar://problem/6253157>
70 // Reduced test case from crash in PR 2796;
222 // - We just want to test that this doesn't crash the analyzer.
357 // Previously this case would crash.
365 // types. This was previously causing a crash in CastRegion.
395 // get a crash here due to an assertion failure.
455 // This test reproduces a case for a crash when analyzing ClamAV using
456 // RegionStoreManager (the crash doesn't exhibit in BasicStoreManager because
471 // It should not crash.
481 // This previously was a crash in RegionStoreManager.
495 // Do not crash when performing compare and swap on symbolic values.
506 // PR 4594 - This was a crash when handling casts in SimpleSValuator.
525 // Reduced from a crash involving the cast of an Objective-C symbolic region to
531 // Reduced from a crash in StoreManager::CastRegion involving a divide-by-zero.
539 // Reduced from a crash when analyzing Wine. This test handles loads from
689 // concerned). This previously triggered a crash due to an invalid assertion.
723 // Previously this would crash once we started eagerly evaluating symbols whose
731 // This previously caused a crash because it triggered an assertion in APSInt.
742 // This previously caused a crash because it triggered an assertion in APSInt.
905 // don't crash when the return value gets interpreted in a way that
960 // This previously triggered a crash.
983 // @synchronized block was previously broken (and would crash the analyzer).
1039 // <rdar://problem/8202272> - __imag passed non-complex should not crash
1074 // PR 8050 - crash in CastSizeChecker when pointee is an incomplete type
1167 // PR 8458 - Make sure @synchronized doesn't crash with properties.
1212 // This previously caused a crash, although we likely need more precise
1222 // This previously resulted in a crash.
1230 // PR 8646 - crash in the analyzer when handling unions.
1245 // crash, no assignment
1248 // crash with assignment
1320 // Don't crash on code containing __label__.
1344 // Don't crash when analyzing access to 'self' within a block.
1357 // Don't crash when a ?: is only preceded by a statement (not an expression)