Lines Matching full:symbolic
301 // PR 4033. A symbolic 'void *' pointer can be used as the address for a
392 // a symbolic region. The second '*__gruep__' involves performing a load
432 // This just tests the proper tracking of symbolic values for globals (both
495 // Do not crash when performing compare and swap on symbolic values.
525 // Reduced from a crash involving the cast of an Objective-C symbolic region to
572 // symbolic value stored in 'x' wouldn't be implicitly casted to a signed value
577 return compare ? 0 : 1; // Forces the evaluation of the symbolic constraint.
719 // Test constant-folding of symbolic values, automatically handling type
876 // Handle casts from symbolic regions (packaged as integers) to doubles.
883 // foo_rev95119() returns a symbolic pointer. It is then
890 // Handle loading a symbolic pointer from a symbolic region that was
1001 // PR 7491 - Test that symbolic expressions can be used as conditions.