Lines Matching refs:symbolic
288 // PR 4033. A symbolic 'void *' pointer can be used as the address for a
379 // a symbolic region. The second '*__gruep__' involves performing a load
419 // This just tests the proper tracking of symbolic values for globals (both
482 // Do not crash when performing compare and swap on symbolic values.
512 // Reduced from a crash involving the cast of an Objective-C symbolic region to
559 // symbolic value stored in 'x' wouldn't be implicitly casted to a signed value
564 return compare ? 0 : 1; // Forces the evaluation of the symbolic constraint.
706 // Test constant-folding of symbolic values, automatically handling type
863 // Handle casts from symbolic regions (packaged as integers) to doubles.
870 // foo_rev95119() returns a symbolic pointer. It is then
877 // Handle loading a symbolic pointer from a symbolic region that was
988 // PR 7491 - Test that symbolic expressions can be used as conditions.