Home | History | Annotate | Download | only in tests

Lines Matching refs:zzz

1474   volatile bool zzz = true;
1475 // This "|| zzz" trick somehow makes LLVM emit "icmp slt" instead of
1477 volatile bool v = value < 0 || zzz;