Lines Matching refs:crash

62 // Reduced test case from crash in <rdar://problem/6253157>
70 // Reduced test case from crash in PR 2796;
209 // - We just want to test that this doesn't crash the analyzer.
344 // Previously this case would crash.
352 // types. This was previously causing a crash in CastRegion.
382 // get a crash here due to an assertion failure.
442 // This test reproduces a case for a crash when analyzing ClamAV using
443 // RegionStoreManager (the crash doesn't exhibit in BasicStoreManager because
458 // It should not crash.
468 // This previously was a crash in RegionStoreManager.
482 // Do not crash when performing compare and swap on symbolic values.
493 // PR 4594 - This was a crash when handling casts in SimpleSValuator.
512 // Reduced from a crash involving the cast of an Objective-C symbolic region to
518 // Reduced from a crash in StoreManager::CastRegion involving a divide-by-zero.
526 // Reduced from a crash when analyzing Wine. This test handles loads from
676 // concerned). This previously triggered a crash due to an invalid assertion.
710 // Previously this would crash once we started eagerly evaluating symbols whose
718 // This previously caused a crash because it triggered an assertion in APSInt.
729 // This previously caused a crash because it triggered an assertion in APSInt.
892 // don't crash when the return value gets interpreted in a way that
947 // This previously triggered a crash.
970 // @synchronized block was previously broken (and would crash the analyzer).
1026 // <rdar://problem/8202272> - __imag passed non-complex should not crash
1061 // PR 8050 - crash in CastSizeChecker when pointee is an incomplete type
1154 // PR 8458 - Make sure @synchronized doesn't crash with properties.
1199 // This previously caused a crash, although we likely need more precise
1209 // This previously resulted in a crash.
1217 // PR 8646 - crash in the analyzer when handling unions.
1232 // crash, no assignment
1235 // crash with assignment
1307 // Don't crash on code containing __label__.
1331 // Don't crash when analyzing access to 'self' within a block.
1344 // Don't crash when a ?: is only preceded by a statement (not an expression)